2011/12/30 Vincent Torri <[email protected]>: > On Fri, Dec 30, 2011 at 1:47 PM, Iván Briano (Sachiel) > <[email protected]> wrote: >> 2011/12/30 Enlightenment SVN <[email protected]>: >>> Log: >>> Emotion:fix compilation on Windows >>> >> >> Now it's broken on Linux. > > be constructive : give the error... >
make[4]: Entering directory `/home/Sachiel/src/profusion/e/emotion/src/modules/xine' CC xine_la-emotion_xine.lo In file included from emotion_xine.c:3:0: emotion_xine.h:38:4: error: unknown type name 'Ecore_Fd_Handler' emotion_xine.h:41:4: error: unknown type name 'Ecore_Fd_Handler' emotion_xine.h:42:4: error: unknown type name 'Ecore_Animator' emotion_xine.c:66:51: error: unknown type name 'Ecore_Fd_Handler' emotion_xine.c:69:51: error: unknown type name 'Ecore_Fd_Handler' emotion_xine.c: In function 'em_init': emotion_xine.c:381:2: warning: implicit declaration of function 'ecore_main_fd_handler_add' [-Wimplicit-function-declaration] emotion_xine.c:381:58: error: 'ECORE_FD_READ' undeclared (first use in this function) emotion_xine.c:381:58: note: each undeclared identifier is reported only once for each function it appears in emotion_xine.c:382:10: error: '_em_fd_active' undeclared (first use in this function) emotion_xine.c:384:2: warning: implicit declaration of function 'ecore_main_fd_handler_active_set' [-Wimplicit-function-declaration] emotion_xine.c:392:28: error: '_em_fd_ev_active' undeclared (first use in this function) emotion_xine.c: In function 'em_shutdown': emotion_xine.c:434:4: warning: implicit declaration of function 'ecore_main_fd_handler_del' [-Wimplicit-function-declaration] emotion_xine.c:440:9: warning: implicit declaration of function 'ecore_animator_del' [-Wimplicit-function-declaration] emotion_xine.c: At top level: emotion_xine.c:451:49: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:537:25: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:582:27: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:674:33: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:817:49: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:892:36: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:1078:25: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:1083:25: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:1089:30: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:1095:23: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:1100:23: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:1152:27: error: unknown type name 'Ecore_Fd_Handler' emotion_xine.c:1241:29: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c:1591:43: error: expected ';', ',' or ')' before '__UNUSED__' emotion_xine.c: In function 'xine_module_init': emotion_xine.c:1599:57: error: 'module_close' undeclared (first use in this function) emotion_xine.c: At top level: emotion_xine.c:10:23: warning: 'em_file_open' used but never defined [enabled by default] emotion_xine.c:18:23: warning: 'em_fps_den_get' used but never defined [enabled by default] emotion_xine.c:23:23: warning: 'em_vis_supported' used but never defined [enabled by default] emotion_xine.c:29:23: warning: 'em_yuv_rows_get' used but never defined [enabled by default] emotion_xine.c:32:23: warning: 'em_event_mouse_button_feed' used but never defined [enabled by default] emotion_xine.c:37:23: warning: 'em_video_channel_name_get' used but never defined [enabled by default] emotion_xine.c:55:23: warning: 'em_chapter_set' used but never defined [enabled by default] emotion_xine.c:56:23: warning: 'em_chapter_get' used but never defined [enabled by default] emotion_xine.c:57:23: warning: 'em_chapter_name_get' used but never defined [enabled by default] emotion_xine.c:58:23: warning: 'em_speed_set' used but never defined [enabled by default] emotion_xine.c:59:23: warning: 'em_speed_get' used but never defined [enabled by default] emotion_xine.c:1231:1: warning: '_em_audio_only_poller' defined but not used [-Wunused-function] emotion_xine.c: In function 'xine_module_init': emotion_xine.c:1600:1: warning: control reaches end of non-void function [-Wreturn-type] make[4]: *** [xine_la-emotion_xine.lo] Error 1 make[4]: Leaving directory `/home/Sachiel/src/profusion/e/emotion/src/modules/xine' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/Sachiel/src/profusion/e/emotion/src/modules' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/Sachiel/src/profusion/e/emotion/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/Sachiel/src/profusion/e/emotion' make: *** [all] Error 2 That's for starters, it also fails on the gstreamer backend, lacks Ecore_X.h at least but I can't get the error for that one now. > Vincent > >> >>> Note1: disable generic plugin on Windows as shm_open like >>> function note implemented on that platform yet. >>> >>> Note2: want_module stuff must be fixed in the m4 macro >>> >>> Note3: abstract semaphore code in Eina ? >>> >>> Author: caro >>> Date: 2011-12-30 03:46:29 -0800 (Fri, 30 Dec 2011) >>> New Revision: 66686 >>> Trac: http://trac.enlightenment.org/e/changeset/66686 >> >> ------------------------------------------------------------------------------ >> 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 >> [email protected] >> 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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
