how can i compile the signals library with stlport? i have tried setting STL_PORT_PATH and STL_PORT_VERION but when i run bjam -sTOOLS=vc-7.1-stlport it says it cannot find vc-7.1-stlport.jam (which is true, there's only jamfile and jamfile.v2 in signals/build) and if i just run bjam it gives me the native stl libraries (which, of couse, won't autolink with my program). can you help me? ---------------------------------- Peace and love, Tweety mitea@sympatico.ca - tweety_04_01@users.sourceforge.net YahooID: tweety_04_01
"tweety"
how can i compile the signals library with stlport? i have tried setting STL_PORT_PATH and STL_PORT_VERION but when i run bjam -sTOOLS=vc-7.1-stlport it says it cannot find vc-7.1-stlport.jam (which is true, there's only jamfile and jamfile.v2 in signals/build)
But it's not looking in signals/build, or shouldn't be. It should be looking in tools/build/v1/. If you're using the current CVS state you may need to use -sTOOLS=vc-7_1-stlport ^-----------------note the underscore HTH, -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Thanks mate, that worked. ---------------------------------- Peace and love, Tweety mitea@sympatico.ca - tweety_04_01@users.sourceforge.net YahooID: tweety_04_01
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of David Abrahams Sent: Sunday, November 07, 2004 7:43 PM To: boost-users@lists.boost.org Subject: [Boost-users] Re: signals library with stlport
"tweety"
writes: how can i compile the signals library with stlport? i have tried setting STL_PORT_PATH and STL_PORT_VERION but when i run bjam -sTOOLS=vc-7.1-stlport it says it cannot find vc-7.1-stlport.jam (which is true, there's only jamfile and jamfile.v2 in signals/build)
But it's not looking in signals/build, or shouldn't be. It should be looking in tools/build/v1/.
If you're using the current CVS state you may need to use
-sTOOLS=vc-7_1-stlport ^-----------------note the underscore
HTH, -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
David Abrahams
-
tweety