Running the Boost_1_29_0 regression tests
Hi, I'm having trouble running the Boost_1_29_0 regression tests. A lot
of tests don't appear to have main() defined. As an example, one of the
tests fails with the following:
*** libs/utility/ref_test.cpp ***
** Microsoft Visual C++
cl /Feboosttmp.exe /Zc:wchar_t /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od
/GZ /I".." /D "WIN32" /D "_DEBUG" /D "_MBCS" /_CONSOLE"
../libs/utility/ref_test.cpp /link /incremental:no user32.lib
ref_test.cpp
LINK : fatal error LNK1561: entry point must be defined
0.80 s
Return code: 2
Fail
libs/utility/ref_test.cpp has the following lines:
#define BOOST_INCLUDE_MAIN
#include
"Arjun Bijanki"
Hi, I'm having trouble running the Boost_1_29_0 regression tests. A lot
Arjun, What are you doing to compile/link the tests? The supported method uses bjam. Have you tried that? If you use the -d+2 option you can look at the command-lines used and replicate them in whatever environment you like. -Dave -- David Abrahams * Boost Consulting dave@boost-consulting.com * http://www.boost-consulting.com
participants (2)
-
Arjun Bijanki
-
David Abrahams