Walter Becker [2006-01-21 09:46]: > /usr/local/enlightenment/lib/enlightenment/modules_extra/embrace/linux-i686/module.so: > > undefined symol: e_db_int_get > > However embrace as application works. > > The problem appeared with the cvs build yesterday.
Does the attached patch help? Just a guess :) (You'll have to run autogen.sh again after applying it) Regards, Tilman -- GnuPG key available at http://code-monkey.de/files/tsauerbeck-public-key.asc
Index: src/Makefile.am
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/Makefile.am,v
retrieving revision 1.13
diff -u -r1.13 Makefile.am
--- src/Makefile.am 8 Oct 2005 15:09:37 -0000 1.13
+++ src/Makefile.am 21 Jan 2006 15:05:00 -0000
@@ -35,7 +35,7 @@
module_la_SOURCES = e_mod_main.c e_mod_main.h
module_la_LIBADD = @ENLIGHTENMENT_LIBS@ -lm @DL_LIBS@ \
$(top_builddir)/src/lib/libembrace.la \
- @ESMART_LIBS@ \
+ @ESMART_LIBS@ @EDB_LIBS@ \
-lesmart_container -lesmart_draggies
-lesmart_trans_x11
module_la_LDFLAGS = -module -avoid-version
module_la_DEPENDENCIES = $(top_builddir)/src/lib/libembrace.la
Index: src/lib/embrace.c
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/lib/embrace.c,v
retrieving revision 1.6
diff -u -r1.6 embrace.c
--- src/lib/embrace.c 5 Sep 2005 12:32:52 -0000 1.6
+++ src/lib/embrace.c 21 Jan 2006 15:05:00 -0000
@@ -577,7 +577,7 @@
e->gui.ee = ecore_evas_gl_x11_new (NULL, 0, 0, 0, 0, 0);
else
#endif
- e->gui.ee = ecore_evas_software_x11_new (NULL, 0, 0, 0,
0, 0);
+ e->gui.ee = ecore_evas_xrender_x11_new (NULL, 0, 0, 0,
0, 0);
if (!e->gui.ee)
return false;
pgpC3cLyCplZn.pgp
Description: PGP signature
