Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
A quick google of this issue results in this page it turns out that the issue
can be resolved by replacing OF with _Z_OF see
https://code.google.com/p/fritzing/issues/detail?id=1854
Original comment by abaezemobolaji
on 13 Nov 2013 at 3:03
Yes, gentoo has removed OF from their zlib package. Try adding -DOF=_Z_OF to
CFLAGS.
Original comment by heffne...@gmail.com
on 29 May 2014 at 11:10
adding -DOF=_Z_OF to CFLAGS is bad idea. change system for this bug? try this:
find -name ZLib.cpp -exec sed -i 's/ OF(/ _Z_OF(/g' {} \;
Original comment by rherin...@gmail.com
on 28 Sep 2014 at 9:16
Original issue reported on code.google.com by
seq...@gmail.com
on 31 Oct 2013 at 11:00