News:

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

Main Menu

I used to be able to build!

Started by BigDaddyDrew, December 18, 2011, 07:41:25 PM

Previous topic - Next topic

BigDaddyDrew

I'm relatively new to Code::Blocks, but I've been building and running successfully for the past week. All of a sudden I can no longer build! It appears that I can't create the output files? I don't think it's a file system permission issue, since I can run the exact build command line in the terminal. Any ideas?
     

/bin/bash: g++   -I/usr/local/boost_1_48_0 -I/usr/local/eigen-eigen-3.0.4  -c main.cpp -o main.o: No such file or directory

Jenna

Please post the whole "Build log", if possible.

BigDaddyDrew

Hi Jens, thanks for the reply.

I actually realized I changed my shell in the 'Environment' settings, and I forgot to add the '-c' option. Putting that back on did the trick! Silly me!

Jenna

Quote from: BigDaddyDrew on December 18, 2011, 11:15:55 PM
Hi Jens, thanks for the reply.

I actually realized I changed my shell in the 'Environment' settings, and I forgot to add the '-c' option. Putting that back on did the trick! Silly me!
Nice to here that it works again.