build does not detect compile errors

CodeLite installation/troubleshooting forum
Jay
CodeLite Curious
Posts: 5
Joined: Sat Nov 21, 2009 10:02 pm
Genuine User: Yes
IDE Question: C++
Contact:

build does not detect compile errors

Post 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?
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: build does not detect compile errors

Post 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.
Jérémie
Post Reply