Hello, i recently upgraded from msvc 8 to 9. Now I have to rebuild all my libraries, including boost. To do so, I am executing bjam --without-mpi --without-python --toolset=msvc-9.0_64 address-model=64 install bjam --without-mpi --without-python --toolset=msvc-9.0_64 address-model=64 clean in the Visual Studio x64 build command promt. I am using an own-built bjam executable using the nightly build code (1.1.08) and the boost files from the current CVS (1.1.08) Unfortunately, once the build starts, a windows message appears, asking me how to open "execution_monitor.obj.rsp". How can I fix this error? -Christoph I am using Windows Vista x64 and --------------------------------- Ihr erstes Fernweh? Wo gibt es den schönsten Strand.
Chrissi13378 Chrissi13378 wrote:
Hello, i recently upgraded from msvc 8 to 9. Now I have to rebuild all my libraries, including boost. To do so, I am executing
bjam --without-mpi --without-python --toolset=msvc-9.0_64 address-model=64 install bjam --without-mpi --without-python --toolset=msvc-9.0_64 address-model=64 clean
in the Visual Studio x64 build command promt. I am using an own-built bjam executable using the nightly build code (1.1.08) and the boost files from the current CVS (1.1.08)
Unfortunately, once the build starts, a windows message appears, asking me how to open "execution_monitor.obj.rsp". I use:
bjam --prefix=../../boost64/ address-model=64 --without-mpi --toolset=msvc-9.0 --build-type=complete -j3 install the --prefix is because I have a requirement it be there for our versioning system. It seems to build everything.
How can I fix this error? -Christoph
I am using Windows Vista x64 and
------------------------------------------------------------------------ *Ihr erstes Fernweh?* Wo gibt es den schönsten Strand. http://de.rd.yahoo.com/evt=48734/*http://de.answers.yahoo.com/dir/;_ylc=X3oDMTEzY2IyNmI0BF9TAzIxMTQ3MTgzMjIEc2VjA01haWwEc2xrA3RhZ2xpbmVz?link=list&sid=396545469
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
That's strange. It definitely does not work here. Do you execute bjam in the VC x64 command line environment or in the regular windows cmd? Did you set special environment variables or paths before compiling? By the way, the x86 build works fine... Chrissi13378 Chrissi13378 wrote:
Hello, i recently upgraded from msvc 8 to 9. Now I have to rebuild all my libraries, including boost. To do so, I am executing
bjam --without-mpi --without-python --toolset=msvc-9.0_64 address-model=64 install bjam --without-mpi --without-python --toolset=msvc-9.0_64 address-model=64 clean
in the Visual Studio x64 build command promt. I am using an own-built bjam executable using the nightly build code (1.1.08) and the boost files from the current CVS (1.1.08)
Unfortunately, once the build starts, a windows message appears, asking me how to open "execution_monitor.obj.rsp". I use:
bjam --prefix=../../boost64/ address-model=64 --without-mpi --toolset=msvc-9.0 --build-type=complete -j3 install the --prefix is because I have a requirement it be there for our versioning system. It seems to build everything.
How can I fix this error? -Christoph
I am using Windows Vista x64 and
------------------------------------------------------------------------ *Ihr erstes Fernweh?* Wo gibt es den schönsten Strand.
------------------------------------------------------------------------
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users --------------------------------- Ihr erstes Fernweh? Wo gibt es den schönsten Strand.
On Jan 1, 2008 10:03 PM, Chrissi13378 Chrissi13378
That's strange. It definitely does not work here. Do you execute bjam in the VC x64 command line environment or in the regular windows cmd? Did you set special environment variables or paths before compiling?
You should use the regular windows cmd. Boost-build will set the appropriate environment setting for the compiler and mode you will use.
By the way, the x86 build works fine...
[snip] -- Felipe Magno de Almeida
That does not work as well. Same "error"-message. On Jan 1, 2008 10:03 PM, Chrissi13378 Chrissi13378 wrote:
That's strange. It definitely does not work here. Do you execute bjam in the VC x64 command line environment or in the regular windows cmd? Did you set special environment variables or paths before compiling?
You should use the regular windows cmd. Boost-build will set the appropriate environment setting for the compiler and mode you will use.
By the way, the x86 build works fine...
[snip] -- Felipe Magno de Almeida _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users --------------------------------- Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker.
Hi, try this: http://anteru.net/2007/12/29/201/ Worked fine here, with the precompiled BJam exe from http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941 Cheers, Anteru
Hello that's strange. Using the boost files from the SVN server does work fine. Anyway, thank you all. Hi, try this: http://anteru.net/2007/12/29/201/ Worked fine here, with the precompiled BJam exe from http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941 Cheers, Anteru _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users --------------------------------- Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail.
participants (4)
-
Anteru
-
Chrissi13378 Chrissi13378
-
Felipe Magno de Almeida
-
Victor A. Wagner Jr.