Results 1 to 1 of 1
Trying to install eet from source for Enlightenment E17:
Code:
$ ./configure --prefix=/something/silly
<snip>
checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
configure: error: "Cannot find ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-07-2008 #1
Problem ./configure'ing eet for Enlightenment DR17?
Trying to install eet from source for Enlightenment E17:
And at this point it whithers away.Code:$ ./configure --prefix=/something/silly <snip> checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no configure: error: "Cannot find zlib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file"
Gather that CFLAGS has something to do with the computer's basic specifications (AMD64 dual core; 4GB ram; Asus M-board). zlib is compression library.
So I assume I should try:
If so what's the something? Or is it something else altogether? At the moment CFLAGS is empty. zlib.h is present in several locations.Code:$ export CFLAGS=something
TIA.


Reply With Quote
