User forums > Help
Can´t build and run because the project has not been built ???
pel:
Hello,
I am using the Nightly Build from 16 december 2007
thats my code:
--- Code: ---#include <stdio.h>
int main(int argc, char* argv[])
{
}
--- End code ---
I am clicking the F9 key for "Build and Run" and after that i get always this message:
I can press "Ja" = "yes" about 1000 times nothing changes the popup window does not disappear ?? Is this a bug?
pel:
another project with i tried:
I tried to build my .C file into an .exe file but it failed, why? yesterday all worked fine... :-(
MortenMacFly:
--- Quote from: pel on December 21, 2007, 05:49:52 pm ---yesterday all worked fine... :-(
--- End quote ---
Good old times... ;-)
But seriously: C::B is telling you that it cannot find the compiler executable(s). Thus check the compiler setup and verify that you didn't rename the MinGW folder or something. In addition: Do you really mean "*.C" files? Because that could lead into trouble under Linux. It is not common to use *.C for c-files IMHO. You better choose lower case.
With regards, Morten.
pel:
--- Quote from: MortenMacFly on December 21, 2007, 08:39:59 pm ---
--- Quote from: pel on December 21, 2007, 05:49:52 pm ---yesterday all worked fine... :-(
--- End quote ---
Good old times... ;-)
But seriously: C::B is telling you that it cannot find the compiler executable(s). Thus check the compiler setup and verify that you didn't rename the MinGW folder or something. In addition: Do you really mean "*.C" files? Because that could lead into trouble under Linux. It is not common to use *.C for c-files IMHO. You better choose lower case.
With regards, Morten.
--- End quote ---
sorry about .C it was a typo i mean i use of course .c ! about the compiler look that image please:
actually my path to the compiler is ok!?
MortenMacFly:
--- Quote from: pel on December 21, 2007, 09:09:10 pm ---actually my path to the compiler is ok!?
--- End quote ---
Try using C:\MinGW only (and notice the red information on your screen shot about that).
And BTW: Are you aware that you installed just the GCC core package? C++ (mingw32-g++) is missing (btw).
With regards, Morten.
Navigation
[0] Message Index
[#] Next page
Go to full version