Re: [E-devel] ecore compiling problem with directfb

2009-01-13 Thread Gustavo Sverzut Barbieri
2009/1/13 Oguz Yarimtepe : > Hi, > > >> Hi, >> >> I don't have the libs here at my laptop so I cannot test this, but I >> commited a patch to fix issues you found and few more bits. >> >> Update to SVN revision 38536 or later and mail me with your findings. > > I updated last night and the revision

Re: [E-devel] ecore compiling problem with directfb

2009-01-12 Thread Oguz Yarimtepe
Hi, > Hi, > > I don't have the libs here at my laptop so I cannot test this, but I > commited a patch to fix issues you found and few more bits. > > Update to SVN revision 38536 or later and mail me with your findings. I updated last night and the revision was 38555. Ecore is compiled and instal

Re: [E-devel] ecore compiling problem with directfb

2009-01-10 Thread Gustavo Sverzut Barbieri
2009/1/10 Oguz Yarimtepe : > I solved it by googling a bit. Let me share it. > > I changed the name of the function eina_hash_del in > src/lib/ecore_directfb/ecore_directfb.c to eina_hash_del_by_key and > also commented the unsigned int _ecore_directfb_hash_create(void *key) > definition (line 102

Re: [E-devel] ecore compiling problem with directfb

2009-01-10 Thread Oguz Yarimtepe
I solved it by googling a bit. Let me share it. I changed the name of the function eina_hash_del in src/lib/ecore_directfb/ecore_directfb.c to eina_hash_del_by_key and also commented the unsigned int _ecore_directfb_hash_create(void *key) definition (line 102 to 103). Then it is compiled and insta

[E-devel] ecore compiling problem with directfb

2009-01-09 Thread Oguz Yarimtepe
Hi, I had downloaded the EFL from the svn source two weeks ago. Now i tried to compiled it again with the stable release of directfb 1.2.6. I compiled directfb source as: ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --sysconfdir=/etc --enable-debug -enable-zlib --