Page 1 of 1

build does not detect compile errors

Posted: Thu Nov 26, 2009 2:41 am
by Jay
./Debug/main.o: In function `boost::asio::error::get_system_category()':
/home/jay/mw/src/boost_1_41_0/include/boost/asio/error.hpp:218: undefined reference to `boost::system::get_system_category()'
collect2: ld returned 1 exit status
make[1]: *** [Debug/test] Error 1
make: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings


Shouldn't this show an error?

Re: build does not detect compile errors

Posted: Thu Nov 26, 2009 1:49 pm
by jfouche
Have a look to this topic.
This have been fixed recently, but you have to add the pattern yourself (AFAIK), in settings -> BuildSettings, select your compiler -> Patterns.