Code::Blocks Forums

User forums => Help => Topic started by: BigDaddyDrew on December 18, 2011, 07:41:25 pm

Title: I used to be able to build!
Post by: BigDaddyDrew on December 18, 2011, 07:41:25 pm
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?
     
Code
/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
Title: Re: I used to be able to build!
Post by: Jenna on December 18, 2011, 10:04:45 pm
Please post the whole "Build log", if possible.
Title: Re: I used to be able to build!
Post by: 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!
Title: Re: I used to be able to build!
Post by: Jenna on December 18, 2011, 11:32:12 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.