Howdy,
        I'm running DR13.3 enl imlib 1.3 jpeg 6b etc, all the stuff up on the
web page basically, when I try to compile eplus-dr10 I get this:

--snip--
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XShapeCombineMask in -lXext... yes
checking for jpeg_read_header in -ljpeg... yes
checking for TIFFOpen in -ltiff... no
checking for png_read_image in -lpng... no
checking for Imlib_free_pixmap in -lImlib... no
configure: error:  Error: compatible imlib not found.

In the archive I found a message from Stephen Langasek saying :

>The configure script is failing because it doesn't know about the extra library 
>>dependencies in the new versions of libpng and Imlib.  If you want to try to >edit 
>the configure script itself to make sure it links in the dependencies when
>testing for the libs (-lz and -lm with libpng, and (I think) -ljpeg and
>-lgif for Imlib) you can, otherwise if you have autoconf on your system
>it's a lot easier to edit the configure.in file and rebuild configure.

--this may be a dumb question but, how do I do this, I've tried to
figure it out, maybe i'm just stoopid... still struggling through more
by luck than anything...

When I try to compile Eterm DR8 pre 6 I get this:

gcc -L../libmej -L/usr/local/lib -L/usr/local/lib -o Eterm threads.o 
command.o graphics.o grkelot.o pixmap.o main.o menubar.o misc.o
netdisp.o 
screen.o scrollbar.o utmp.o options.o system.o -lutil -lpthread 
-L/usr/X11R6/lib  -lSM -lICE -lX11  -lmej -lz -l

png -ljpeg -ltiff -lgif
pixmap.o: In function `ReadImageViaImlib':
pixmap.o(.text+0x15): undefined reference to `Imlib_init'
pixmap.o(.text+0x29): undefined reference to `Imlib_load_image'
pixmap.o: In function `resize_pixmap':
pixmap.o(.text+0x6ed): undefined reference to `Imlib_render'
pixmap.o(.text+0x700): undefined reference to `Imlib_copy_image'
pixmap.o(.text+0x713): undefined reference to `Imlib_destroy_image'
pixmap.o(.text+0x754): undefined reference to `Imlib_render'
pixmap.o(.text+0x771): undefined reference to `Imlib_copy_image'
pixmap.o(.text+0x787): undefined reference to `Imlib_destroy_image'
pixmap.o(.text+0x7c4): undefined reference to `Imlib_free_pixmap'
pixmap.o(.text+0x8bc): undefined reference to `Imlib_free_pixmap'
pixmap.o(.text+0x912): undefined reference to `Imlib_free_pixmap'
pixmap.o: In function `set_bgPixmap':
pixmap.o(.text+0xcbb): undefined reference to `Imlib_destroy_image'
pixmap.o(.text+0xcdc): undefined reference to `Imlib_init'
pixmap.o(.text+0xcf0): undefined reference to `Imlib_load_image'
/usr/lib/libpng.so: undefined reference to `deflate'
/usr/lib/libpng.so: undefined reference to `inflate'
/usr/lib/libpng.so: undefined reference to `inflateInit_'
/usr/lib/libpng.so: undefined reference to `crc32'
/usr/lib/libpng.so: undefined reference to `pow'
/usr/lib/libpng.so: undefined reference to `deflateInit2_'
/usr/lib/libpng.so: undefined reference to `inflateReset'
/usr/lib/libpng.so: undefined reference to `deflateReset'
/usr/lib/libpng.so: undefined reference to `inflateEnd'
/usr/lib/libpng.so: undefined reference to `deflateEnd'
make[1]: *** [Eterm] Error 1

Again in the same message from Stephen I found this referring to this
exact prob:


>The first of these is actually a problem with undefined references *to*
>Imlib-- if you look closely at the compile directive above, it's not
>trying to link in Imlib.  You'll need to edit your Makefile by hand to add
>the -lImlib.  You'll also need -lm, as the new libpng depends on some
>hefty math functions.

damned if I can work this one out either... sigh....

lastly... following advice on the list I tried to strip all the ^M s out
of the lcars theme, tried the advice referring to the joe editor and
also the dos2unix proggy... doesn't seem to work, anyone know where I
can download a working copy of it??

Cheers

brent
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to