Hello,
I'm trying to compile Eet 1.0.0 on an OpenBSD 4.3 standard installation.

CFLAGS=-I/usr/local/include -L/usr/local/lib
plus I removed netinet/in.h from eet_image.c since there seemed to be
some greater differences between Linux and *BSD.
Compiling went fine but when linking I get:

gcc -I/usr/local/include -I/usr/local/include/enlightenment -o .libs/eet
eet-eet_main.o  -L/usr/local/lib/ -L/usr/local/lib/enlightenment/
-L../../src/lib/.libs -leet -lz -L/usr/local/lib -ljpeg -lm
-Wl,-rpath,/usr/local/lib
/usr/local/lib//libeet.so.0.0: warning: strcpy() is almost always misused,
please use strlcpy()
/usr/local/lib//libeet.so.0.0: warning: sprintf() is often misused, please
use snprintf()
eet-eet_main.o(.text+0x267): In function `do_eet_decode':
: undefined reference to `eet_data_dump'
eet-eet_main.o(.text+0x579): In function `do_eet_encode':
: undefined reference to `eet_data_undump'
collect2: ld returned 1 exit status


If you need more output please let me know.
P.S. I'm not on the list so please CC.
thanks
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to