Re: ImLib and E not compileing...




Hello,

jrista> Hi,
jrista> 
jrista> I just downloaded all of the required libraries for Enlightenment CVS (0.15), as well ad Enlightenment itself, onto my FreeBSD 2.2.7 box. PNG, JPEG, TIFF, GIF, GTK+ 1.0.6, Imlib, Fnlib, and FreeType. All of these libraries compiled and installed flawlessly. When I get to compileing E itself, the autogen.sh script gives me a string of errors and does not create a configure script or any makefiles. The errors are as follows:

First are you using CVS version of imlib or other?

jrista> aclocal: macro ' /usr/local/bin/aclocal line 315, <CONFIGURE> line 13

I have had the same error on my machine.
Try perl5 in the ports system instead of the default perl4 in /usr/bin/perl.

cd /usr/ports/lang/perl5
make install
mv /usr/bin/perl /usr/bin/perl.old
ln -s /usr/local/bin/perl5 /usr/bin/perl

jrista> src/Makefile.am:73:variable 'STRINGLIST_LIBS' not defined
jrista> src/Makefile.am:73:variable 'ESD_LIBS' not defined
jrista> src/Makefile.am:73:variable 'IMLIB_LIBS' not defined
jrista> ... (etc. etc., more lines like this, most say IMLIB_LIBS)
jrista> 
jrista> configure.in:36: AC_TRYU_RUN called....
jrista> autoconf:undefined macros
jrista> configure.in:107:AC_MSG_ERROR([Fatal Error: no FreeType
jrista>    detected.])], -lm)
jrista> configure.in:54:AC_MSG_ERROR([Fatal Error: no Imlib detected.])])
jrista> configure.in:67:AC_MSG_WARN([Warning: no EsounD detected.])])
jrista> configure.in:86:AC_MSG_ERROR([Fatal Error: no XTest detected.])],
jrista>    $IMLIB_LIBS)
jrista> configure.in:95:AC_MSG_ERROR([Fatal Error: no fnlib detected.])],
jrista>    $IMLIB_LIBS)
jrista> ... (Other stuff...not important)
jrista> 
jrista> I know for a fact that FreeTytpe, Imlib, and FNlib are installed. Esound is not installed (do not have a sound card yet). Can anyone tell me why this is happening? Thanx for any help

When try E, the install order is

- audiofile ( in CVS )
- esound ( in CVS )
- stringlist ( in CVS )
- fnlib ( in CVS )
- imlib ( in CVS )
- e ( in CVS )

--------------
Yukihiro Nakai



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]