
Are you really compiling with VC7.1, perhaps another MSVC version or are you using the borland compiler? I admit C1017 sounds like MSVC. Michiel Salters
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org]On Behalf Of Daniel Lidström Sent: dinsdag 9 november 2004 14:33 To: 'boost@lists.boost.org' Subject: [boost] Problem to use boost
Hi,
this is what I've done: compiled with commandline of bjam "-sVC71_ROOT=C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7" "--prefix=C:\projects\boost" install
Within my project, I've set an additional include path of C:\projects\boost\include\boost-1_31. Now when I compile my project with
one source file containing the line
#include <boost/shared_ptr.hpp>
I get this error:
c:\projects\boost\include\boost-1_31\boost\config\compiler\bor land.hpp(1 3) : fatal error C1017: invalid integer constant expression
What have I missed?
-- Daniel _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
participants (1)
-
Michiel Salters