Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Bill Deegan
Merged.. buildbot running tests.. On Tue, Sep 1, 2015 at 5:14 PM, Dirk Bächle wrote: > On 01.09.2015 22:37, Dirk Bächle wrote: > >> Hi, >> >> just checked this...and it looks like I forgot to add the "suffix" >> attribute to the "__getattr__" for backward compatibility. I'll >> prepare a pull re

Re: [Scons-dev] [Scons-users] SharedLibrary + SHLIBVERSION and cygwin

2015-09-01 Thread Paweł Tomulik
Hi, W dniu 30.08.2015 o 18:40, William Blevins pisze: > Did you try the patch as a short term solution? > I would rather propose a germ of long-term solution: https://bitbucket.org/scons/scons/pull-requests/246/new-versioned-libraries-gnulink-and/diff The above PR reimplements the library vers

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Dirk Bächle
On 01.09.2015 22:37, Dirk Bächle wrote: Hi, just checked this...and it looks like I forgot to add the "suffix" attribute to the "__getattr__" for backward compatibility. I'll prepare a pull request, which should only take a few minutes. Done, it's PR #245... Dirk __

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Dirk Bächle
Hi, just checked this...and it looks like I forgot to add the "suffix" attribute to the "__getattr__" for backward compatibility. I'll prepare a pull request, which should only take a few minutes. Best regards, Dirk On 01.09.2015 22:18, Dirk Bächle wrote: On 01.09.2015 22:00, Bill Deegan wr

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Dirk Bächle
On 01.09.2015 22:00, Bill Deegan wrote: Could this be related to the slots change which was merged to default a little while ago? -Bill Judging from the error message, most definitely. ;) Dirk On Tue, Sep 1, 2015 at 3:31 PM, Russel Winder mailto:rus...@winder.org.uk>> wrote: I have be

Re: [Scons-dev] Anyone any hints…

2015-09-01 Thread Bill Deegan
Could this be related to the slots change which was merged to default a little while ago? -Bill On Tue, Sep 1, 2015 at 3:31 PM, Russel Winder wrote: > I have been updating my SCons clone, which I use for production use, as > and when. To date nothing has gone wrong, which is great. However, I >

[Scons-dev] Anyone any hints…

2015-09-01 Thread Russel Winder
I have been updating my SCons clone, which I use for production use, as and when. To date nothing has gone wrong, which is great. However, I just tried building something that involves using the Haskell tool I synthesised from various stuff from the SCons wiki and elsewhere. This used to work fine,