First, I would like to thank you all for the work you do on e.  Each
time I hear about e makes me feel better! :) Unfortunately, my first
attempt to compile ELF against current CVS failed when making
Imlib2. The "ltdl" library was not checked during configure. I added
some line in configure.in to correct this.  I think "dl" test is not
useful anymore.

I hope this post will be welcomed. I did not succeed to do a cvs
rdiff -u -r ???? . I don't know how to do it on head version.

Index: configure.in
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/configure.in,v
retrieving revision 1.77
diff -u -r1.77 configure.in
--- configure.in        21 Jul 2004 00:43:59 -0000      1.77
+++ configure.in        24 Aug 2004 02:58:47 -0000
@@ -212,6 +212,7 @@
 dnl /here was freetype headers checking

 AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
+AC_CHECK_LIB(ltdl, lt_dlopen, ltdlopen_libs=-lltdl)

 EXTRA_LIBS="-L/usr/local/lib -L/usr/X11R6/lib"

@@ -403,6 +404,7 @@
 AC_SUBST(x_ldflags)
 AC_SUBST(x_libs)
 AC_SUBST(dlopen_libs)
+AC_SUBST(ltdlopen_libs)
 AC_SUBST(freetype_cflags)
 AC_SUBST(freetype_libs)

Index: src/image.h
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/image.h,v
retrieving revision 1.11
diff -u -r1.11 image.h
--- src/image.h 10 Feb 2004 18:28:10 -0000      1.11
+++ src/image.h 24 Aug 2004 02:59:10 -0000
@@ -6,7 +6,7 @@
 #include <X11/Xlib.h>
 #endif

-#include "ltdl.h"              /* for lt_dlhandle definition */
+#include <ltdl.h>              /* for lt_dlhandle definition */

 typedef struct _imlibimage              ImlibImage;

-- 
          ...    /             \    ...
      >-/-===-\=<||   marco   ||>=/-===-\-<
         \=-=/   \    trp 3    /   \=-=/



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to