News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Won't let me build?

Started by Skipt, August 05, 2013, 03:08:18 AM

Previous topic - Next topic

Skipt

I recently installed CB. I made a new project and just tried running hello world that they set out for you. It keeps asking "It seems this project has not been built yet. Do you want to build it now?"

I keep clicking yes, and it just keeps popping up. It says it's looking for (file name is Test) Test.exe in one of the folders, but I check in there and there is no exe file in there.

"Checking for existence: C:\Users\ericreese20\Desktop\Test\bin\Debug\Test.exe"

Any ideas as to what is going on and how I can fix this?


Skipt

I read it but didn't see anything that would help?


Skipt

The Build log is this

Checking for existence: C:\Users\ericreese20\Desktop\lkjk\bin\Debug\lkjk.exe

I go into that folder and there is no lkjk.exe file. I will hit build and run and it will ask if i want to build it since it hasnt bene built yet, i hit yes, and it keeps asking the same question until i hit no or cancel.

stahta01

BlueHazzard: I suggest reading this link, http://slash7.com/2006/12/22/vampires/

Tim S.
PS: I am done in this thread, I see no way to help this person.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

BlueHazzard

@stahta01: thx...

@Skipt: if you can't read, and follow easy steps to provide information, i can't help

I'm out...

Skipt

I am running Code::Blocks version (Where do I find version number? On the website all it states is that it is the binary version. It is the latest version on the website) on Windows 8
(Home). The compiler I use is GNU GCC Compilerl
version  (I don't know how to find my compiler version. I'd assume it is the latest version since I downloaded a few days ago)



Description of problem.
I posted in previous post. Won't let me build, keeps asking if I want to build.

Build log:
I posted it in previous post.

Crash report:
Code blocks did not crash

]
I have already tried ...
Like four different IDE's and re-installing, and windows compatibility mode, etc. Tried googling
... but none of them worked.

oBFusCATed

Quote from: Skipt on August 08, 2013, 04:26:33 PM
Where do I find version number
Help->About?

Quote from: Skipt on August 08, 2013, 04:26:33 PM
GCC version  (I don't know how to find my compiler version. I'd assume it is the latest version since I downloaded a few days ago)
Run gcc --version in a terminal/console. You have to cd to the place where GCC is installed.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Skipt

12.11 version rev 8629

Still working on finding compiler lol.

Skipt

When you say terminal/console, do you mean command prompt? Also, what does "cd" mean

oBFusCATed

Quote from: Skipt on August 08, 2013, 04:52:55 PM
When you say terminal/console, do you mean command prompt?
Of course.

Quote from: Skipt on August 08, 2013, 04:52:55 PM
Also, what does "cd" mean
That you need a tutorial explaining the basics how to use terminal/console/command prompt. :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Skipt

Thanks, learning a lot with command prompt. Where is it installed for you guys? I'm not even sure where I can find it. I'm usually a web developer type, not a programmer. Right now I have my dir in console as C: MinGW > libexec > gcc > mingw32 >4.6.2

then i typed "gcc --version" and came up with error as it is not a recognizable internal or external command, so I know i'm not doing something right

oBFusCATed

It may be at a lot of places. Search for gcc.exe or g++.exe.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

stahta01

Quote from: Skipt on August 08, 2013, 05:21:29 PM
Thanks, learning a lot with command prompt. Where is it installed for you guys? I'm not even sure where I can find it. I'm usually a web developer type, not a programmer. Right now I have my dir in console as C: MinGW > libexec > gcc > mingw32 >4.6.2

then i typed "gcc --version" and came up with error as it is not a recognizable internal or external command, so I know i'm not doing something right

http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]