User forums > Using Code::Blocks
"It seems that this project has not been built yet." repeatedly [SOLVED]
stahta01:
Step 1. Verify the command "g++.exe" exists in the Compiler bin folder.
Step 1b get g++ version "g++.exe -v"
Step 2. Using the OS Command line (cmd.exe) try the CB command to verify it works.
NOTE: Set the path to the correct compiler bin folder before doing step 2.
NOTE: If using CygWin change the g++.exe to the REAL exe name instead of a link file.
Tim S.
mark1977:
Thanks Tim.
The problem was I was using Cygwin for debug and GCC for release. When I viewed the Project's compiler though (under Project->Build Options), it showed GCC (and I mistakenly assumed it would be showing my current build target's compiler). Cheers for the help.
jeorge_kabbi:
--- Quote from: stahta01 on March 02, 2012, 04:49:12 pm ---Step 1. Verify the command "g++.exe" exists in the Compiler bin folder.
Step 1b get g++ version "g++.exe -v"
Step 2. Using the OS Command line (cmd.exe) try the CB command to verify it works.
NOTE: Set the path to the correct compiler bin folder before doing step 2.
NOTE: If using CygWin change the g++.exe to the REAL exe name instead of a link file.
Tim S.
--- End quote ---
for me , g++ was not present. i installed it and it just worked!
thank you
Flyingbear:
Hello, i have the same problems just now.
I built a new project, and whenever a new file is written, it says repeatly :"...not built...".
Then, I deleted the test.f inside the fortran sources folder, and everything works now.
astroannie:
Running in Linux Mint 17.3. I found g++ wasn't installed. I installed it, and for good measure told code::blocks to reset the compiler to the defaults and it still doesn't seem to compile (i.e. I still get this message).
Any and all help appreciated.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version