Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-04-11 04:17:28


David Abrahams wrote:

> > This specific one is clear --- you did not configure the borland toolset.
>
> Oh, but I did! It's in my site-config and in my test-config.
>
> python test_all.py borland
> unit_tests : PASSED
> module_actions : PASSED
> startup_v1 : PASSED
> startup_v2 : PASSED
> stage :
> "['c:\\boost\\tools\\build\\test\\..\\jam_src\\bin.ntx86\\bjam',
> '-sBOOST_BUILD_PATH=c:\\boost\\tools\\build\\test\\..\\new;c:\\boost\\tools
>\\build\\test', '-d0', '--quiet', 'borland']" returned 1 STDOUT ============
> c:\boost\tools\build\test\..\new\.\build-system.jam:117: in load from
> module build-system error: target borland does not exist

Hmm... there's something wrong about it...
First, I guess that all other tests fail with the same message (e.g.
generators_test and dependency_test)? Are you able to run

bjam borland

in example-v2/hello? Can you add "ECHO" to test-config.jam to make sure it's
loaded? Can you set test-config.jam to the content I attach?

- Volodya

 --Boundary-00=_ogol+hFNFTP3AI4 Content-Type: text/plain;
charset="iso-8859-1";
name="test-config.jam"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="test-config.jam"

import toolset : using ;

import gcc ;
import borland ;
#using msvc : 6.5 ;
#using stlport : /usr/include/stlport ;

#using boostbook ; --Boundary-00=_ogol+hFNFTP3AI4--


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk