|
Boost-Build : |
From: Mal Cifuentes (malcolm_cifuentes_at_[hidden])
Date: 2005-05-04 23:36:21
Hi,
I've had a look in path.jam, in particular the glob-one function and
found the following code to be failing (path.jam, line 252, glob-one
function):
result += [ GLOB $(dir) : $(p) ] ;
In the instance where it fails for me it is being called with the following:
result += [ GLOB / : workarea ] ;
result = <unkown> - I can't ECHO the contents.
/workarea is a mount point in my system to c:\workarea.
ideas
thanks
mal
"Vladimir Prus" <ghost_at_[hidden]> wrote in message
news:200505031848.51666.ghost_at_cs.msu.su...
> Hi Mal,
>> OS: XP, cygwin
>> toolset: g++
>>
>> Hi,
>> I have been trying to use the most recent version of the nightly build
>> for the last week or so and all to no avail. the problem seems to lie in
>> 'util/path.jam'
>>
>> If I copy util/path.jam from version 2.0-m10 then this problem
>> dissappears.
>
> Could you check today's nightly version? I've comitted the following
> change
> last Thursday:
>
> Modified Files:
> path.jam
> Log Message:
> Fix path.glob on cygwin.
>
> It was completely broken with absolute windows paths because /cygdrive
> is valid cygwin path, but 'cygdrive' is not shown when listing the '/'
> directory.
>
>
> And that change is present in the current nightly version. Moreover, most
> of
> V2 tests pass for me on xp/cygwin. If you continue to have problems, we'll
> have to investigate more.
>
> - Volodya
>
>
> --
> Vladimir Prus
> http://vladimir_prus.blogspot.com
> Boost.Build V2: http://boost.org/boost-build2
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
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