Displaying 1 result from an estimated 1 matches for "989734".
2004 Mar 22
2
[LLVMdev] Compilation problem with 1.2 release
Well, I compiled release but it gave error while making png library.
The inclusion of zlib.h in the file png.h cannot locate file zlib.h.
If you change the inclusion to
include "../zlib/zlib.h" instead of just "zlib.h" in png.h
then compilation succeeds.
regards,