Hi,
I just stumbled across two more problems with configure makeing efl. 

1. evas ./configure --help says edb loader is enabled by default,
however it is not enabled by configure.

2. when compiling epsilon I get the following error. I can't really make
anything out of it. Somehow ld is looking for libecore_directfb.la but I
don't really understand why because libecore is build without direct fb
support (however directfb is present on my system).

creating libepsilon.la
/bin/sed: can't read /usr/lib/libecore_directfb.la: No such file or
directory
libtool: link: `/usr/lib/libecore_directfb.la' is not a valid libtool
archive
make[4]: *** [libepsilon.la] Error 1
make[4]: Leaving directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/epsilon/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/epsilon/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/epsilon/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/jschrod/Downloads/Enlightenment/e17/libs/epsilon/src'
make: *** [all-recursive] Error 1

I attached a patch for the first problem. 
Cheers
Jochen
Index: configure.in
===================================================================
RCS file: /var/cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.238
diff -u -r1.238 configure.in
--- configure.in	4 Nov 2007 20:16:07 -0000	1.238
+++ configure.in	5 Nov 2007 03:04:56 -0000
@@ -786,7 +786,7 @@
     [enable EDB image loader. [[default=enabled]]]
   ),
   [want_edb_image_loader=$enableval],
-  [want_edb_image_loader=no]
+  [want_edb_image_loader=yes]
 )
 
 # next, if she does, check whether EDB is available
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to