28 Feb
2008
28 Feb
'08
6:44 p.m.
Tim Allison
What compiler are u using? Can you post compilation command? These errors may only mean that you doing something funny during compilation and compiler do not see BOOST_AUTO_TEST_CASE macro.
I am using Gnu compiler 4.1.3-29. I have reduced the number of switches, so that the actual line used to build is: g++ -g -I../lib -I/usr/X11R6/include -I../../../source/ecs/shared -DOS_IS_LINUX -c FuserTests.cc
Where is boost include? Can you generate preprocessed code? Do you see boost test code? what do u see in place of BOOST_AUTO_TEST_CASE( test1 )? Gennadiy