|
Boost Interest : |
From: troy d. straszheim (troy_at_[hidden])
Date: 2008-05-20 12:05:36
Niels Dekker - mail address until 2008-12-31 wrote:
>
> Both me and a collegue of mine just did, on Win XP + MSVC 2008. Most of
> it seems to work fine, but there's a problem with the library file
> names: It creates lib files like "boost_python--mt-gd-1_35.lib".
> Somehow it does not encode the compiler version ("vc90") into the lib
> file names! How (or where, in CMakeList.txt) are those lib file names
> constructed? Do they depend on CPACK_PACKAGE_FILE_NAME?
The platform detection is done in tools/build/CMake/BoostConfig.cmake. I just
committed a tweak. Could you svn up and make again? You shouldn't need to
build everything from scratch, but the libs should be relinked. Let me know
how this goes.
Thanks,
-t