Hi all,

I justed managed to embed Imlib2 into GNU TeXmacs (http://www.texmacs.org);
thanks a lot for such a nice library.

However, I encountered one small bug during the compilation of Imlib2,
which was easily fixed: I had to replace line 95

        LDFLAGS = -L/usr/X11R6/lib -L$(top_builddir)/src

of imlib2-1.0.6/loaders/Makefile by

        LDFLAGS = -L/usr/X11R6/lib -L$(top_builddir)/src/.libs

and everything went fine. I guess this corresponds to line 8
of imlib2-1.0.6/loaders/Makefile.am.

Best wishes, Joris


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to