nillo
10-13-2002, 10:52 PM
im trying to install enlightenment on my redhat 7.3 system and i ran "./configure" and that went fine but when i go to try and run "make" i get the following:
[root@localhost enlightenment-0.16.5]# make
make all-recursive
make[1]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5'
Making all in scripts
make[2]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/scripts'
Making all in dox
make[2]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
Making all in E-docs
make[3]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/dox/E-docs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/dox/E-docs'
make[3]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
gcc -DENLIGHTENMENT_ROOT=\"/usr/local/enlightenment\" -DENLIGHTENMENT_BIN=\"/usr/local/enlightenment/bin\" -I.. -I/usr/X11R6/include -I/usr/local/include -I.. -g -O2 -c format.c
In file included from format.c:24:
dox.h:59:22: freetype.h: No such file or directory
make[3]: *** [format.o] Error 1
make[3]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5'
make: *** [all-recursive-am] Error 2
I tried this as both root and regular user.... pleas help:)
[root@localhost enlightenment-0.16.5]# make
make all-recursive
make[1]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5'
Making all in scripts
make[2]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/scripts'
Making all in dox
make[2]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
Making all in E-docs
make[3]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/dox/E-docs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/dox/E-docs'
make[3]: Entering directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
gcc -DENLIGHTENMENT_ROOT=\"/usr/local/enlightenment\" -DENLIGHTENMENT_BIN=\"/usr/local/enlightenment/bin\" -I.. -I/usr/X11R6/include -I/usr/local/include -I.. -g -O2 -c format.c
In file included from format.c:24:
dox.h:59:22: freetype.h: No such file or directory
make[3]: *** [format.o] Error 1
make[3]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5/dox'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jake/enlightenment/enlightenment-0.16.5'
make: *** [all-recursive-am] Error 2
I tried this as both root and regular user.... pleas help:)