Hi there,

SVN rev. 45570 merged all of ecore_job into ecore.
While I updated everything in our SVN to cope with this change (thanks cedric
for catching some of my mistakes), if you're using ecore_job in your projects,
you need to update your code.

If you were using ecore previously, all you need to do is remove all checks for
ecore-job in configure.ac, as well as stop including Ecore_Job.h and stop
calling ecore_job_init/ecore_job_shutdown.

If you were using only ecore-job, you now need to check for ecore instead of
ecore-job, include <Ecore.h> instead of <Ecore_Job.h> and call
ecore_init/ecore_shutdown instead of ecore_job_init/shutdown

Regards,
-- 
Albin Tonnerre

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to