[e-users] Please welcome e3 and e4 !

2010-04-14 Thread Cedric BAIL
Hello everyone,

Today, two little beast are joining our server family. E3 and E4 will
now serve us, thanks to the help of Free Foundation (
http://fondation.free.org/ ) for providing the machines, their home
and their link to the world. A few people are already stepping up to
do the admin job for this babies.

E3 will be a build and tests server. It will provide a daily build
report of all efl packages for different OS. It will run tests suite
for eina and eet (If you want to donate Windows or MacOs X licence,
this would be a good idea to cover more system ). Eina benchmark will
be monitored also and expedite benchmark will be run with x11 and GL
backend (thanks to a nVidia GeForce 8600 GT). We are still lacking an
edje benchmark tools, so if someone want to take on that huge work,
that would be great ! We should also be able to run llvm static
analysis tools daily on it. Finally the doxygen generation will be
migrated to this server.

E4 will mostly become a mirror of E2, including svn and trac services.
It will also host fr.enlightenment.org website (and if other local
community wants to have their local web site, this is a good time to
speak up !).

Of course, it will take time to setup, but if you want to share ideas,
or help, it's a good time to join us !
-- 
Cedric BAIL

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] esmart and elicit

2010-04-14 Thread Paulo Diovani
Just now I have noticed that esmart was moved to OLD.
But what about elicit? It is still on trunk, but not updated to not use
esmart.
Is that right?



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] esmart and elicit

2010-04-14 Thread Gustavo Sverzut Barbieri
On Wed, Apr 14, 2010 at 1:14 PM, Paulo Diovani pa...@diovani.com wrote:
 Just now I have noticed that esmart was moved to OLD.
 But what about elicit? It is still on trunk, but not updated to not use
 esmart.

I recall updating it to be last version from GIT, that is not using
esmart anymore.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Eina_list_append is crashing

2010-04-14 Thread Shard Gupta
Eina_List* last = NULL;

MyStruct *myst = (MyStruct *)malloc(sizeof(MyStruct));

memset(myst, 0 , sizeof(MyStruct));

//fill myst structures fields.

last = eina_list_append(last, myst);


the last line is crashing on eina_list_append ... any idea??
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users