Hi,

I am looking at your bug report. I have already fixed the first two
warning regarding sprintf and strcpy. But the main error is kind of
strange. It's look like `eet_data_dump' and `eet_data_undump' are not
in the library. Do you have a previous version of eet installed ?

Regarding netinet/in.h did you use arpa/inet.h instead ? And did you
have netinet/in.h with htonl, ntohl and stuff like that ?

Cedric

On Sat, May 17, 2008 at 10:42 AM, Johannes Hofmann <[EMAIL PROTECTED]> wrote:
> 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
>
>



-- 
Cedric BAIL

-------------------------------------------------------------------------
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