Can't build Boost on Windows
This is my second attempt to post this problem without having seen it on the list. and I'm really desperate for some help on this. Having moved to my new Compaq Presario V6000 ( AMD Turion 64 X2), with Windows XP Media Center Edition, as my ONLY Windows machine, I find that I can't build Boost on it, so all of my Windows C++ development is stalled. Following the simple instructions, produces the following output, and abortion. HELP! C:\kits\boost_1_33_1>bjam "-sTOOLS=vc-8_0" install ****************************************************** Building Boost.Iostreams with bzip2 support disabled. To enable bzip2, consult the Boost.Iostreams documentation ****************************************************** ****************************************************** Building Boost.Iostreams with zlib and gzip support disabled. To enable zlib and gzip, consult the Boost.Iostreams documentation ****************************************************** Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it). ...patience... ...patience... ...found 13371 targets... ...updating 4941 targets... MkDir1 C:\Boost spawn: Invalid argument
----- Mensaje original -----
De: Ronald Levine
This is my second attempt to post this problem without having seen it on the list. and I'm really desperate for some help on this. Having moved to my new Compaq Presario V6000 ( AMD Turion 64 X2), with Windows XP Media Center Edition, as my ONLY Windows machine, I find that I can't build Boost on it, so all of my Windows C++ development is stalled.
Following the simple instructions, produces the following output, and abortion. HELP!
[...] Hello Ronald, I'm sorry I can't help with analysing what's wrong about your build atempt, but you might try using the graphic installer provided by Boost Consulting: http://boost-consulting.com/download.html HTH, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Thank you, Joaquin, that has worked for me. It would be helpful, it would have saved me some time, to have a pointer to this resource on the "Getting Started" page. Ronald JOAQUIN LOPEZ MU?Z wrote:
----- Mensaje original ----- De: Ronald Levine
Fecha: Sábado, Diciembre 2, 2006 8:00 pm Asunto: [Boost-users] Can't build Boost on Windows Para: boost-users@lists.boost.org This is my second attempt to post this problem without having seen it on the list. and I'm really desperate for some help on this. Having moved to my new Compaq Presario V6000 ( AMD Turion 64 X2), with Windows XP Media Center Edition, as my ONLY Windows machine, I find that I can't build Boost on it, so all of my Windows C++ development is stalled.
Following the simple instructions, produces the following output, and abortion. HELP!
[...]
Hello Ronald,
I'm sorry I can't help with analysing what's wrong about your build atempt, but you might try using the graphic installer provided by Boost Consulting:
http://boost-consulting.com/download.html
HTH,
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Ronald Levine wrote:
Thank you, Joaquin, that has worked for me.
It would be helpful, it would have saved me some time, to have a pointer to this resource on the "Getting Started" page.
The new "Getting Started" Dave is writing for the 1.34 release (using BBv2) does precisely that :-) And for historical records, we managed to find the problem and solution to the spawn problem on Windows a short time ago during an IRC session. It turns out that it's an OS "bug". If your PATH environment variable is "very long" it causes failures on searching through the path to fail in this context. The "solution" is to shorten the PATH, for example by using 8.3 names. HTH. [For archive searching use.]
ERROR: spawn: Invalid argument PROBLEM: Long PATH variable SOLUTION: Shorten PATH
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (3)
-
"JOAQUIN LOPEZ MU?Z"
-
Rene Rivera
-
Ronald Levine