Bo Peng wrote:
zlib.lib exists in zlib123-dll\lib, and zlib.h in zlib123-dll\include.
I have tried various extra_inc_path variations, but I'm not able to get
it to work.
Which zlib are you using? It is stated clearly in INSTALL.scons that
you need official zlib package (not the mingw one). scons looks for
zdll.lib, not zlib.lib.
As far as I can see, I am using the official one:
http://www.zlib.net/zlib123-dll.zip
I got the cmake version to build, so this is not critical. I think the
chances are probably high that it's scons tool itself which is broken.
After all, I am just using some random nightly build. For instance,
"scons -h" does not work as it should: It does not print help, but tries
to compile. (Except if I run it in a directory without any scons files,
where it works, strangely enough)
Regards,
Asger