compilation problem with SCons 1.0

2008-09-04 Thread Uwe Stöhr
I updated my SCons to version 1.0 and cannot compile LyX: scons: Reading SConscript files ... ValueError: invalid literal for int() with base 10: '': File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 47: version = map(int, __version__.split('.')) When I comment out the problema

Re: problem with scons

2007-08-06 Thread Edwin Leuven
Bo Peng wrote: You can check config.log why didn't i think of that?! I would say that the error message is not clear enough. I may add something like "please check config.log" later. :-) would help slow learners like me ...

Re: problem with scons

2007-08-06 Thread Bo Peng
On 8/6/07, Edwin Leuven <[EMAIL PROTECTED]> wrote: > Bo Peng wrote: > > You can check config.log > > why didn't i think of that?! I would say that the error message is not clear enough. I may add something like "please check config.log" later. :-) Bo

Re: problem with scons

2007-08-06 Thread Edwin Leuven
Bo Peng wrote: You can check config.log why didn't i think of that?! and see what is going on around zlib check. got it, thanks! (it's too embarassing to mention here ;-)

Re: problem with scons

2007-08-06 Thread Bo Peng
> [EMAIL PROTECTED]:~/lyx/build$ scons -f > ../lyx-devel/development/scons/SConstruct frontend=qt4 frontend is not needed now (because qt4 is the only option). > scons: Reading SConscript files ... > > Checking for pkg-config...yes > Checking for C library z... no > Did not find zdll.lib or zlib.

problem with scons

2007-08-06 Thread Edwin Leuven
am trying to compile lyx on my linux box using scons, but it cannot find zlib.h (which is simply in /usr/include). i tried the below but to no avail. does someone have a clue where i go wrong? thanks! ed. [EMAIL PROTECTED]:~/lyx/build$ scons -f ../lyx-devel/development/scons/SConstruct front