Boost logo

Boost Users :

Subject: [Boost-users] How to perform the VeecoFTC test, Thanks:)
From: francisleetang (francisleetang_at_[hidden])
Date: 2009-04-20 04:04:25


Hi, all,
 
I am a new guy to Boost. I try to perform the regression test on WINCE and I found the VeecoFTC on http://www.boost.org/development/tests/trunk/developer/summary.html. But after 3 days' try and google the message about this test, I cannot perform the test on my machine. Can anybody help me? Thanks!
 
Note: I change the msvc9.0 in VeecoFTC to msvc8.0 because I only installed the msvc8.0 on my machine.
 
The information below is how I perform the test.
1. run on the command line:
python run.py --runner=VeecoFTC --timeout=30 --user=anonymous --incremental --bjam-toolset=vc8 --pjl-toolset=msvc --toolsets=msvc/toolset-msvc:version=8.0~wm5~stlport5.2/stdlib=stlport-5.2~evc8~arm,msvc/toolset-msvc:version=8.0~stlport5.2/stdlib=stlport-5.2~vc8
The test failed
 
2. Add the user-config.jam part found in VeecoFTC page to C:\VeecoFTC\boost\tools\build\v2\user-config.jam
 
3. Follow the user-config.jam, I make a directory C:\VeecoFTC\boost\TestTools, and found the "WM5TestLauncher" source code, build it and placed it to C:\VeecoFTC\boost\TestTools.
 
4. Found the VSVars32-VC8-WM5.bat on web and placed it to C:\VeecoFTC\boost\TestTools.
 
5. run command in step 1 with option "--have-source" again. The test still failed with the messages below:
# Making "C:\VeecoFTC\results" directory...
# Starting tests ("C:\VeecoFTC\tools_bjam\bin.ntx86\bjam.exe" "-sBOOST_BUILD_PATH=C:\VeecoFTC;C:\VeecoFTC\tools_bb" "-
OOST_ROOT=C:\VeecoFTC\boost" "--boost=C:\VeecoFTC\boost" "--boost-build=C:\VeecoFTC\tools_bb" "--debug-configuration"
l1800 msvc/toolset-msvc:version=8.0~wm5~stlport5.2/stdlib=stlport-5.2~evc8~arm msvc/toolset-msvc:version=8.0~stlport5.
stdlib=stlport-5.2~vc8 -d2 preserve-test-targets=off --dump-tests "--build-dir=C:\VeecoFTC\results" >>"C:\VeecoFTC\re
lts\bjam.log" 2>&1)...
C:\VeecoFTC\boost\status>"C:\VeecoFTC\tools_bjam\bin.ntx86\bjam.exe" "-sBOOST_BUILD_PATH=C:\VeecoFTC;C:\VeecoFTC\tools
b" "-sBOOST_ROOT=C:\VeecoFTC\boost" "--boost=C:\VeecoFTC\boost" "--boost-build=C:\VeecoFTC\tools_bb" "--debug-configur
ion" -l1800 msvc/toolset-msvc:version=8.0~wm5~stlport5.2/stdlib=stlport-5.2~evc8~arm msvc/toolset-msvc:version=8.0~st
ort5.2/stdlib=stlport-5.2~vc8 -d2 preserve-test-targets=off --dump-tests "--build-dir=C:\VeecoFTC\results" 1>>"C:\Ve
oFTC\results\bjam.log" 2>&1
# Running Boost.Build tests
Traceback (most recent call last):
  File "C:\VeecoFTC\run.py", line 60, in <module>
    runner(root)
  File "C:\VeecoFTC\tools_regression_src\regression.py", line 193, in __init__
    self.main()
  File "C:\VeecoFTC\tools_regression_src\regression.py", line 551, in main
    getattr(self,action_m)()
  File "C:\VeecoFTC\tools_regression_src\regression.py", line 516, in command_regression
    self.command_test()
  File "C:\VeecoFTC\tools_regression_src\regression.py", line 317, in command_test
    self.command_test_boost_build()
  File "C:\VeecoFTC\tools_regression_src\regression.py", line 354, in command_test_boost_build
    "boost/bin.v2/libs/any/test/any_test.test"));
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\VeecoFTC\\results\\boost/bin.v2/libs/any/test/
y_test.test/*.*'

The attachments are the key configure files and error logs on my machine.
 
 
Best Regards,
Francis
 
 







Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net