|
Subject: Re: A request for help using the Boost Unit Test Library Newsgroups: gmane.comp.lib.boost.user Date: 2008-02-21 20:05:42 GMT (1 year, 19 weeks, 10 hours and 21 minutes ago) Tim Allison <tallison <at> meicompany.com> writes: > I am using boost 1.33.1-42 <at> 586 on Suse 10.2 (If it matters, my computer > is a Latitude D510) and Gnu compiler 4.1.3-29 <at> 586 (as listed by Smart > Package Manager). The new docs cover Boost.Test starting 1.34 > When I run the make file, it echos out the following line: > g++ -Wno-deprecated -frepo -m32 -g -I../lib -I/usr/X11R6/include > -I../../../source/ecs/shared -DOS_IS_LINUX -c FuserTests.cc > > FuserTests.cc is the file into which I have attempted to copy the > examples. Would you care to share with us the file content? > The case I am most interested in running uses BOOST_AUTO_TEST_CASE( > functionName ). This line produces the error: > FuserTests.cc:16: error: expected constructor, destructor, or type > conversion before ‘(’ token Obviosly Boost.Test headers are not included. Gennadiy _______________________________________________ Boost-users mailing list Boost-users <at> lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users |
|
|