Displaying 2 results from an estimated 2 matches for "013310".
Did you mean:
13310
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,
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,