Building Boost (python not found)
Hi All, While I try to build boost I got the following "python not found" error. Is this a problem? Or can I continue with the 'make' command? lotus 197 $ ./configure --with-toolset=sunpro --prefix=$b -n Building Boost.Jam with toolset sunpro... tools/jam/src/bin.solaris/bjam ./configure: python: not found -n Unicode/ICU support for Boost.Regex?... /usr Generating Boost.Build configuration in user-config.jam... Generating Makefile... lotus 198 $ python ksh: python: not found lotus 199 $ pwd /backup/dev_area/anna/boost/boost_1_37_0 lotus 200 $ Rgds, anna -- Two Party Fraud: Staged Presidential Debates http://missingrainbow.blogspot.com/2008/10/two-party-fraud-staged-presidenti...
If you don't intend to build boost.python than
pass --without-python to the configure command.
I use bjam but it should work with ./configure as well
On Fri, Nov 7, 2008 at 11:50 AM, Missing Rainbow
Hi All,
While I try to build boost I got the following "python not found" error. Is this a problem? Or can I continue with the 'make' command?
lotus 197 $ ./configure --with-toolset=sunpro --prefix=$b -n Building Boost.Jam with toolset sunpro... tools/jam/src/bin.solaris/bjam ./configure: python: not found -n Unicode/ICU support for Boost.Regex?... /usr Generating Boost.Build configuration in user-config.jam... Generating Makefile... lotus 198 $ python ksh: python: not found lotus 199 $ pwd /backup/dev_area/anna/boost/boost_1_37_0 lotus 200 $
Rgds, anna
-- Two Party Fraud: Staged Presidential Debates
http://missingrainbow.blogspot.com/2008/10/two-party-fraud-staged-presidenti... _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Missing Rainbow
-
Sandeep Gupta