[LLVMdev] Compilation problem with 1.2 release

Umar Janjua Umar.Janjua at cl.cam.ac.uk
Mon Mar 22 09:03:02 PST 2004


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,





More information about the llvm-dev mailing list