Hello,

I just ran into this problem while compiling ecore (CVS checkout from
today):

ecore_evas_private.h:26:22: error: Ecore_X.h: No such file or directory

This is a fresh install without ecore installed yet. Once I applied the
attached patch and ran autogen.sh I was able to compile and install
ecore.

After that I tried to compile an unpatched version of ecore again
and it did _not_ fail. I think /usr/include/Ecore_x.h was used then.
This might be the reason all of you, who have ecore already installed
didn't ran into this problem.

Best regards,

Markus Rothe
--- ecore/src/lib/ecore_evas/Makefile.am.orig	2007-05-10 09:39:38.000000000 +0200
+++ ecore/src/lib/ecore_evas/Makefile.am	2007-05-10 09:59:33.000000000 +0200
@@ -33,6 +33,7 @@
 INCLUDES = \
 -I$(top_srcdir)/src/lib/ecore \
 -I$(top_srcdir)/src/lib/ecore_evas \
+-I$(top_srcdir)/src/lib/ecore_x \
 -I$(top_builddir)/src/lib/ecore \
 -I$(top_builddir)/src/lib/ecore_evas \
 $(ECORE_X_INC) \

Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to