Boost logo

Boost-Build :

Subject: Re: [Boost-build] error in path.jam
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-03-13 11:03:54


AMDG

On 03/13/2013 06:13 AM, Ronny Herzog wrote:
> Dear all,
>
> I get this strange error when using bjam: [1]
>
> It seems that something is wrong with some path, but I cannot spot it.
> Any help would be very appreciated.
>

The problem is that you multiple locations.
The seconds location ends up in a slot that's
treated as a flag which indicates a relative path.
Of course, treating a relative path as if it were
an absolute path causes problems.

> <snip>
>
> install convenient_copy
> : calcsf
> : <install-dependencies>on <install-type>SHARED_LIB
> <install-type>PYTHON_EXTENSION
> <address-model>32:<location>c:/users/duke/my_projects/lipidxplorer/trunk/lx/mfql/calcsf26_32
>
> <address-model>64:<location>c:/users/duke/my_projects/lipotypexplorer/trunk/lx/mfql/calcsf27_64
>
> <address-model>64:<location>c:/users/duke/my_projects/lipidxplorer/trunk/lx/mfql/calcsf27_64
>
> ;
>

In Christ,
Steven Watanabe


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