Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mark1977 on September 28, 2012, 03:18:26 PM

Title: can't view build output
Post by: mark1977 on September 28, 2012, 03:18:26 PM
Hi,

I am using CB svn 7953 (wx2.8.11 linux 32bit) in a Fortran porject with my own Makefile.

When I choose build, the project builds correctly but there is no output in the Build Log window. When I look at the build log file it shows:

make -f /home/mark/.../Makefile all > /dev/null

I am guessing the > /dev/null is the problem? How can I see the build progress?
Thanks.
Title: Re: can't view build output
Post by: oBFusCATed on September 28, 2012, 07:42:17 PM
You can edit the executed command in the build options.

Try Project->Build options -> The last tab.