Check this patch: Now I don't get the EMOTION_WEBCAM_UPDATE error and I can keep EAPI too.
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// # This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- H:\Documents and Settings\emo2\Desktop\emotion\src\lib\emotion_main.c +++ H:\MinGW\msys\1.0\home\emo2\emotion-0.2.0.65643\src\lib\emotion_main.c @@ -16,8 +16,9 @@ #include <Eet.h> -EAPI int EMOTION_WEBCAM_UPDATE = 0; - +#ifdef EMOTION_WEBCAM_UPDATE +EAPI EMOTION_WEBCAM_UPDATE = 0; +#endif struct ext_match_s { unsigned int length; @@ -329,7 +330,7 @@ } #ifdef EMOTION_HAVE_EEZE - EMOTION_WEBCAM_UPDATE = ecore_event_type_new(); + EAPI EMOTION_WEBCAM_UPDATE = ecore_event_type_new(); eeze_init(); ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// On Wed, Dec 28, 2011 at 9:51 PM, Iván Briano (Sachiel) <sachi...@gmail.com>wrote: > 2011/12/28 Mohammed Azharudin <az...@emo2.com>: > > neither eina_module_init or eina_module_shutdown are declared with EAPI > > anywhere. > > > > > > And they don't have to, they are macros and they put > the EAPI in there already, the Makefile.am is missing > an @EFL_EMOTION_BUILD@ in the AM_CPPFLAGS. > I fixed that in SVN already. > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel