
Hi, I'm trying to build Boost.Coroutine, but unfortunately I get the following output after a call to "bjam coroutine". ------------------------------------------ G:\Programme\boost\boost svn\trunk>bjam coroutine warning: Graph library does not contain optional GraphML reader. note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the note: directories containing the Expat headers and libraries, respectively. warning: skipping optional Message Passing Interface (MPI) library. note: to enable MPI support, add "using mpi ;" to user-config.jam. note: to suppress this message, pass "--without-mpi" to bjam. note: otherwise, you can safely ignore this message. Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (don't panic: this is a strictly optional feature). ...found 13 targets... ...updating 3 targets... compile-c-c++ bin.v2\libs\coroutine\build\msvc-9.0\release\threading-multi\corou tine.obj cl /Zm800 -nologo @"bin.v2\libs\coroutine\build\msvc-9.0\release\threading-m ulti\coroutine.obj.rsp" ...failed compile-c-c++ bin.v2\libs\coroutine\build\msvc-9.0\release\threading-m ulti\coroutine.obj... ...skipped <pbin.v2\libs\coroutine\build\msvc-9.0\release\threading-multi>boost_ coroutine-vc90-mt-1_35.dll for lack of <pbin.v2\libs\coroutine\build\msvc-9.0\re lease\threading-multi>coroutine.obj... ...skipped <pbin.v2\libs\coroutine\build\msvc-9.0\release\threading-multi>boost_ coroutine-vc90-mt-1_35.lib for lack of <pbin.v2\libs\coroutine\build\msvc-9.0\re lease\threading-multi>coroutine.obj... ...failed updating 1 target... ...skipped 2 targets... G:\Programme\boost\boost svn\trunk> ------------------------------------------ I have no clue as to what went wrong, since I simply can't deduce any error from this message. It just says "failed compile-c-c++", but there is no reason specified as to why that is. I'm compiling boost directly from the trunk svn. All I did was copy & paste the Boost.Coroutine library from the vault into the appropriate folders. I bet I did something wrong, but alas, I have no clue what. Would love to get some help on this matter. Regards, Thomas K.

On Wed, May 21, 2008 at 2:37 AM, Thomas Karolski <thomas.karolski@googlemail.com> wrote:
Hi, I'm trying to build Boost.Coroutine, but unfortunately I get the following output after a call to "bjam coroutine".
I have no clue as to what went wrong, since I simply can't deduce any error from this message. It just says "failed compile-c-c++", but there is no reason specified as to why that is.
Me neither! I think that you can find the error log in the build directory. As soon as I get home I'll give you more detailed help. Trunk does work for me on linux + gcc 4.x. I'have tested it only with VC++ 8.0, that might be the cause.
I'm compiling boost directly from the trunk svn. All I did was copy & paste the Boost.Coroutine library from the vault into the appropriate folders. I bet I did something wrong, but alas, I have no clue what.
Ah, ok. Try with the copy in the boost svn sandbox: sandbox/SOC/2006/coroutine There might be some diferences. -- gpd
participants (2)
-
Giovanni Piero Deretta
-
Thomas Karolski