Bo Peng a écrit :
BTW, please use SCons >= 0.96.92.

I have downloaded and installed it with the following command at the windows console as indicated by the readme:

python setup.py install

Then I tried:

D:\cygwin\home\yns\lyx\trunk>scons frontend=qt4 qt_dir=d:/program/Qt/4.1
scons: Reading SConscript files ...
Checking for pkg-config...no
pkg-config >= 0.1.50 is not found
Checking for main() in C library z... no
Did not find libz or zlib.h, exiting!

At the cygwin console, I tried:

[EMAIL PROTECTED] ~/lyx/trunk
$ python scons frontend=qt4 qt_dir=d:/program/Qt/4.1
d:\program\Python24\python.exe: can't open file 'scons': [Errno 2] No such file or directory

[EMAIL PROTECTED] ~/lyx/trunk
$ scons frontend=qt4 qt_dir=d:/program/Qt/4.1
bash: scons: command not found

[EMAIL PROTECTED] ~/lyx/trunk
$ python D:/program/Python24/Scripts/scons frontend=qt4 qt_dir=d:/program/Qt/4.1
scons: Reading SConscript files ...
Checking for pkg-config...yes
Checking for main() in C library z... no
Did not find libz or zlib.h, exiting!

[EMAIL PROTECTED] ~/lyx/trunk
$ python D:/program/Python24/Scripts/scons frontend=qt4 qt_dir=d:/program/Qt/4.1 extra_in
c_path=d:/mingw/include extra_lib_path=d:/mingw/lib
scons: Reading SConscript files ...
Checking for pkg-config...yes
Checking for main() in C library z... no
Did not find libz or zlib.h, exiting!

[EMAIL PROTECTED] ~/lyx/trunk
$ ls d:/mingw/include/zlib.h
d:/mingw/include/zlib.h

Reply via email to