[LLVMdev] Compilation problem with 1.2 release
Chris Lattner
sabre at nondot.org
Fri Mar 26 11:07:02 PST 2004
On Mon, 22 Mar 2004, Umar Janjua wrote:
> 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
As John mentioned, this was just working for us by accident. I guess all
of our test machines have zlib installed. I've checked in this patch,
which I believe should fix the problem (like yours does):
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040322/013310.html
Thanks for pointing this out!
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
More information about the llvm-dev
mailing list