Re: [Scons-dev] SCons and intltool

2014-05-10 Thread Russel Winder
On Fri, 2014-05-09 at 19:12 +0200, Pawel Tomulik wrote: > William, s/William/Russel/ – but you already covered that :-) […] > I wrote this gettext stuff some day, would be glad to help enhancing it > if there is a need. Looking for particular suggestions. > > The gettext code required in SConst

Re: [Scons-dev] prefix, bindir, datadir, libdir, etc.

2014-05-10 Thread Russel Winder
On Fri, 2014-05-09 at 19:35 +0200, Pawel Tomulik wrote: […] > Some time ago I've started working on a library which includes this > functionality: https://github.com/ptomulik/scons-gnu-build > > It's still far from being finished, many things may be subject to change > (especially the README.md)

Re: [Scons-dev] SCons and intltool

2014-05-10 Thread Russel Winder
On Fri, 2014-05-09 at 19:32 +0200, Pawel Tomulik wrote: […] > > I wrote this gettext stuff some day, would be glad to help enhancing it > > if there is a need. Looking for particular suggestions. In SConstruct I have: SConscript('po/SConscript', variant_dir=buildDirectory + '/po', duplica

Re: [Scons-dev] prefix, bindir, datadir, libdir, etc.

2014-05-10 Thread Russel Winder
On Sat, 2014-05-10 at 15:06 +0100, Russel Winder wrote: […] > Splendid, I shall take a look at this and what I have been working with > and see what the commonalities and differences are. First reaction is > that yours is a structured framework, and mine is a quick hack. First immediate thought:

Re: [Scons-dev] prefix, bindir, datadir, libdir, etc.

2014-05-10 Thread Russel Winder
On Sat, 2014-05-10 at 15:06 +0100, Russel Winder wrote: […] > We should though commit to turning this into a production system for > SCons. I am not sure it belongs in the core, but there needs to be an > easy way of introducing it to projects and people. I am guessing that > checking out a reposit

Re: [Scons-dev] prefix, bindir, datadir, libdir, etc.

2014-05-10 Thread Russel Winder
On Fri, 2014-05-09 at 19:35 +0200, Pawel Tomulik wrote: […] > Some time ago I've started working on a library which includes this > functionality: https://github.com/ptomulik/scons-gnu-build I may be missing it but is there a high level support for pkg-config and MergeFlags. Scons is currently a

Re: [Scons-dev] prefix, bindir, datadir, libdir, etc.

2014-05-10 Thread Gary Oberbrunner
On Sat, May 10, 2014 at 12:47 PM, Russel Winder wrote: > Returning to (*) I wonder if we are getting close to a situation where > "batteries included" is the wrong approach and that the core should be > modularized. I am not sure about how this would work in Windows without > using Chocolatey, but

Re: [Scons-dev] SCons and intltool

2014-05-10 Thread Pawel Tomulik
W dniu 10.05.2014 15:59, Russel Winder pisze: On Fri, 2014-05-09 at 19:12 +0200, Pawel Tomulik wrote: William, s/William/Russel/ – but you already covered that :-) […] I wrote this gettext stuff some day, would be glad to help enhancing it if there is a need. Looking for particular suggestio

Re: [Scons-dev] SCons and intltool

2014-05-10 Thread Pawel Tomulik
W dniu 10.05.2014 16:50, Russel Winder pisze: On Fri, 2014-05-09 at 19:32 +0200, Pawel Tomulik wrote: […] I wrote this gettext stuff some day, would be glad to help enhancing it if there is a need. Looking for particular suggestions. In SConstruct I have: SConscript('po/SConscript', v