build does not detect compile errors
Posted: Thu Nov 26, 2009 2:41 am
./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?
/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?