Re: [Boost-users] STL-PORT and VC 7.1
I had a quick look at the regression test for boost using vc-7_1-stlport. It seems none of the tests has been passed. The question is, what is the point to add and release something if is does not work at all? Thanks Pshemek Kind regards Pshemek Przemyslaw Sliwa Global Foreign Exchange FX Risk Engine Development Merrill Lynch ( +44 (0)20 7995 4182 ) +44 (0)79 6325 2319 * Email: przemyslaw_sliwa@ml.com -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Rene Rivera Sent: 19 January 2006 17:23 To: boost-users@lists.boost.org Subject: Re: [Boost-users] STL-PORT and VC 7.1 Sliwa, Przemyslaw (London) wrote:
This is the program taken from the tutorial I am trying to compile/link: http://www.boost.org/libs/filesystem/example/simple_ls.cpp
From below I can't see which of the filesystem lib variants it's trying to link to. Somewhere in your compile log you should have a "linking to ..." mentioning the filesystem lib. Could you post that.
"_WIN32_WINNT=0x0501" /D "WINVER=0x0501" /D "_STLP_DEBUG" /D "_MBCS" /FD
Well during building bjam sets: /D "_STLPORT_DEBUG=1", but I can't remember if the value matters.
Linking... main.obj : error LNK2019: unresolved external symbol "public: class _STL::basic_string
The "_STL::..." is a sign that it's not using STLport somehow. Because it should be using something like "stlp_std::...". -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users -------------------------------------------------------- If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail. http://www.ml.com/email_terms/ --------------------------------------------------------
participants (1)
-
Sliwa, Przemyslaw (London)