Vladimir Prus wrote:
-- so everything is quoted. Joel, can you provide the command that failed. It's printed after "failed <some-target>" message that bjam should have emitted. Do you have "ar" in your PATH?
Sorry, please disregard that. I seem to have mixed-up my Cygwin and MinGW directories.
>> Grr... I bet I've seen this error, but don't know what is the >> solution. Are you using NT bjam from cygwin or vice versa?
That seems to be the case due to a mixup in the directories. Sorry.
Ok, I'm clueless.
Perhaps this is a boost.build question, so I cross posted to boost.build. Anyway...
I still get the spawn errors with MinGW. I investigated a bit more. I tried bjam on libs/function/test. Using Boost build V1:
bjam -sTOOLS=mingw test
everything works fine. Now, I switch to V2:
bjam --v2 gcc
Then I get the spawn: No such file or directory error. With the -d+2 option, I get:
gcc.archive ..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\boost_test
_exec_monitor-gcc3.2-d_1.32.0.a
del /f "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\boost_tes
t_exec_monitor-gcc3.2-d_1.32.0.a"
ar ruc "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\boost_test
_exec_monitor-gcc3.2-d_1.32.0.a" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug
\link-static\compiler_log_formatter.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\
debug\link-static\execution_monitor.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\
debug\link-static\framework.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\li
nk-static\plain_report_formatter.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\deb
ug\link-static\progress_monitor.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debu
g\link-static\results_collector.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debu
g\link-static\results_reporter.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug
\link-static\test_main.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-st
atic\test_tools.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\un
it_test_log.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\unit_t
est_main.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\unit_test
_monitor.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\unit_test
_parameters.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\unit_t
est_suite.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\xml_log_
formatter.o" "..\..\..\bin.v2\libs\test\build\gcc-3.2\debug\link-static\xml_repo
rt_formatter.o"
spawn: No such file or directory
Any hint on what I am doing wrong?
TIA and Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
