2011/12/28 Mohammed Azharudin <az...@emo2.com>:
> 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();
>
> /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
>

That doesn't look right and it only builds because
you don't have EEZE and EMOTION_WEBCAM_UPDATE
never gets compiled. I'll see if I can get everything to build
and home and work out this issues, but it looks like Emotion
will need a lot of work to build on Windows.

------------------------------------------------------------------------------
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

Reply via email to