[Scons-users] error with gettext (translate) on some systems
Dirk Bächle
tshortik at gmx.de
Wed Jun 5 15:23:20 EDT 2013
On 05.06.2013 10:14, Fòram na Gàidhlig wrote:
>>>> [...]
>>
>> for using the gettext Tool you need to have the programs "xgettext",
>> "msginit", "msgmerge" and "msgfmt" installed and in your path. Please
>> check whether you have the "gettext" package installed...
>
> Hi,
>
> I do and it's in /usr/bin
>
> Cheers
>
> GC
Okay,
here are a few more things to try:
1.) Calling only the 'gettext' Tool
env = Environment(tools=['gettext'])
2.) Calling another Tool, that lives parallel to 'gettext' in the source
tree
env = Environment(tools=['textfile'])
3.) Setting the absolute path to the 'gettext' Tool
env = Environment(tools=['gettext'],
toolpath=['/usr/local/lib/scons-2.1.0/SCons/Tool'])
Does any of these work?
Regards,
Dirk
More information about the Scons-users
mailing list