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 frontend=qt4
scons: Reading SConscript files ...
Checking for pkg-config...yes
Checking for C library z... no
Did not find zdll.lib or zlib.h, exiting!
[EMAIL PROTECTED]:~/lyx/build$ scons -f
../lyx-devel/development/scons/SConstruct frontend=qt4
extra_inc_path=/usr/include
scons: Reading SConscript files ...
Checking for pkg-config...yes
Checking for C library z... no
Did not find zdll.lib or zlib.h, exiting!