On Wed, 25 Aug 2010 11:17:05 +0200 "Christoph Ellenberger" <[email protected]> said:
> Thank you! rev 51621 fixed the issue and is now compiling. But I ran into the > next problem this time with edje (see error below). My skills are too limited > to propose a fix... > > kind regards > christoph > > make[3]: Entering directory `/home/efl/edje/src/lib' > CC edje_calc.lo > edje_calc.c: In function '_edje_part_recalc_single_text': > edje_calc.c:864:19: warning: implicit declaration of function 'alloca' > edje_calc.c:864:26: warning: incompatible implicit declaration of built-in > funct ion 'alloca' > CC edje_callbacks.lo > CC edje_data.lo > edje_data.c: In function '_edje_edd_init': > edje_data.c:776:4: warning: implicit declaration of function > 'EET_DATA_DESCRIPTO R_ADD_HASH_STRING' > edje_data.c:776:72: error: expected expression before 'Edje_Part_Collection' > make[3]: *** [edje_data.lo] Error 1 > make[3]: Leaving directory `/home/efl/edje/src/lib' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/efl/edje/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/efl/edje' > make: *** [all] Error 2 fixed the alloca stuff in 51634, but the eet thing - smells to me you have a "too old eet" installed. EET_DATA_DESCRIPTOR_ADD_HASH_STRING has been in since 1.3.4 - and edje in svn demands 1.4.0 or better via pckgconfig and configure - all i can imagine is u may have more than 1 set of eet headers and/or libs with an older one around thats being somehoe used at include time. > > > -------- Original-Nachricht -------- > > Datum: Wed, 25 Aug 2010 09:27:53 +0900 > > Von: "Carsten Haitzler (The Rasterman)" <[email protected]> > > An: "Christoph Ellenberger" <[email protected]> > > CC: [email protected] > > Betreff: Re: [e-users] problem building efl for windows xp mingw with sdk > > > On Tue, 24 Aug 2010 18:45:44 +0200 "Christoph Ellenberger" > > <[email protected]> said: > > > > aaah bad pthread usage by those working on ecore_pthread. spank. fixed in > > svn > > rev 51621. (or should be - no windows to test, but i actually used > > pthread_t > > properly based on your errors below) > > > > -- > Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! > Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
