-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tom escribió:
> Hey ho,
> 
> I updated E17 this morning, but compilation fails when I arrive at evas.
> Output goes like this:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../src/lib -I../..
> -D_REENTRANT -D_GNU_SOURCE -I/usr/include/directfb    -I/usr/include
> -I/home/tom/Bin/include  -g -O2 -c evas_directfb_main.c
> evas_directfb_main.c: In function 'main':
> evas_directfb_main.c:32: error: 'DFBGraphicsDeviceDescription'
> undeclared (first use in this function)
> evas_directfb_main.c:32: error: (Each undeclared identifier is reported
> only once
> evas_directfb_main.c:32: error: for each function it appears in.)
> evas_directfb_main.c:32: error: syntax error before 'caps'
> evas_directfb_main.c:52: warning: incompatible implicit declaration of
> built-in function 'memset'
> make[4]: *** [evas_directfb_main.o] Error 1
> make[4]: Leaving directory `/home/tom/Bin/src/e17/libs/evas/src/bin'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/tom/Bin/src/e17/libs/evas/src/bin'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/tom/Bin/src/e17/libs/evas/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/tom/Bin/src/e17/libs/evas'
> make: *** [all-recursive-am] Error 2
> 
> Has anyone experienced the same? I'd say it's not about missing
> dependencies (my system hasn't changed since last time I compiled E17),
> but as usual, I have no clue at all... :-/
> 
> Thanks for any help,
> Tom
> 
Hi:
Same here today in an openSUSE 10.0 RC1.
I change the files where it appears the following expression:
**
#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) &&
DIRECTFB_MICRO_VERSION < 23)
     DFBCardCapabilities    caps;

#else

     DFBGraphicsDeviceDescription caps;

#endif
**
and change with:
//#if (DIRECTFB_MAJOR_VERSION == 0) && (DIRECTFB_MINOR_VERSION == 9) &&
(DIRECTFB_MICRO_VERSION < 23)
     DFBCardCapabilities    caps;

//#else

//     DFBGraphicsDeviceDescription caps;

//#endif
No problem compiling...
Bye
- --
Chema Ollés
Usuario Linux: #198057
Linux 2.6.13 #1 SMP Mon Sep 5 01:33:57 CEST 2005 i686
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFDNTkW65SpD7GhbzoRAtYtAJwJa9kanInG37PvuIiVneg6oDP1HwCdF7j5
20lnMQm7j2jIVIsAuLhTgTc=
=Rpe6
-----END PGP SIGNATURE-----


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to