Build 1.39.0 under VC2010?
Hi, is vc10 support implemented? And if so, is this the right way to build for vc10:bjam.exe --build-dir="c:\development\boost" --prefix="c:\development\boost" --build-type=complete toolset=msvc-100 stage > C:\development\boost\build-output-vc10.txt When running this, everything builds, but the files have improper names. Visual studio expects libboost_filesystem-vc100-mt-gd-1_39.lib but in the stage directory there are no files with vc100, just vc.
Hi ! On Sunday 24 May 2009, Mantas Matelis wrote:
Hi, is vc10 support implemented?
No, it was just implemented in trunk...
And if so, is this the right way to build for vc10:bjam.exe --build-dir="c:\development\boost" --prefix="c:\development\boost" --build-type=complete toolset=msvc-100 stage > C:\development\boost\build-output-vc10.txt
toolset=msvc-10.0 would be better. You can find the patch at http://svn.boost.org/trac/boost/changeset/53206
When running this, everything builds, but the files have improper names. Visual studio expects libboost_filesystem-vc100-mt-gd-1_39.lib but in the stage directory there are no files with vc100, just vc.
Please try to patch 1.39 with the patch above. Or check out trunk for experiments (might be a better idea...) Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !
I patched the file and it now builds with the correct filenames, thanks!
On Sun, May 24, 2009 at 9:54 AM, Juergen Hunold
Hi !
On Sunday 24 May 2009, Mantas Matelis wrote:
Hi, is vc10 support implemented?
No, it was just implemented in trunk...
And if so, is this the right way to build for vc10:bjam.exe --build-dir="c:\development\boost" --prefix="c:\development\boost" --build-type=complete toolset=msvc-100 stage > C:\development\boost\build-output-vc10.txt
toolset=msvc-10.0 would be better. You can find the patch at http://svn.boost.org/trac/boost/changeset/53206
When running this, everything builds, but the files have improper names. Visual studio expects libboost_filesystem-vc100-mt-gd-1_39.lib but in the stage directory there are no files with vc100, just vc.
Please try to patch 1.39 with the patch above. Or check out trunk for experiments (might be a better idea...)
Yours,
Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Juergen Hunold
-
Mantas Matelis