[leaf-devel] package libcxx: buildtool.cfg filenames

2005-03-13 Thread Oliver Ertl
Hi, in libcxx/buildtool.cfg you could change the Source line with the two questenmarks from: [...] Source = lib/libstdc??.so.5.0.5 [...] to this [...] Source = lib/libstdc\+\+.so.5.0.5 [...] Then you could specify the full filename. Oliver

Re: [leaf-devel] package libcxx: buildtool.cfg filenames

2005-03-13 Thread Hans Ulrich Niedermann
Oliver Ertl [EMAIL PROTECTED] writes: in libcxx/buildtool.cfg you could change the Source line with the two questenmarks from: [...] Source = lib/libstdc??.so.5.0.5 [...] to this [...] Source = lib/libstdc\+\+.so.5.0.5 [...] Then you could specify the full filename. I think we'd

Re: [leaf-devel] package libcxx: buildtool.cfg filenames

2005-03-13 Thread Hans Ulrich Niedermann
Hans Ulrich Niedermann [EMAIL PROTECTED] writes: Oliver Ertl [EMAIL PROTECTED] writes: in libcxx/buildtool.cfg you could change the Source line with the two questenmarks from: [...] Source = lib/libstdc??.so.5.0.5 [...] to this [...] Source = lib/libstdc\+\+.so.5.0.5 [...] Then

Re: [leaf-devel] package libcxx: buildtool.cfg filenames

2005-03-13 Thread Martin Hejl
Hi Hans Ulrich, I think we'd be better off fixing buildpacket.pl - perhaps using Glob::* instead of dubious regexp magic. But if someone wants to fix the current regexp based buildpacket.pl code, the proposed workaround should point to the bug quite directly. Have you tried Rev 1.27 (or newer) of

Re: [leaf-devel] package libcxx: buildtool.cfg filenames

2005-03-13 Thread Martin Hejl
Hi again, But if someone wants to fix the current regexp based buildpacket.pl code, the proposed workaround should point to the bug quite directly. correction - I found the issue you're seeing. It wasn't triggered when I tried, because I didn't fully specify the Filename part of the file