Hello,
I'm not able to compile evas with -fvisibility=hidden:

evas_cserve_main.o: In function `main':
evas_cserve_main.c:(.text+0x4b7a): undefined reference to
`_evas_log_dom_global'
It is my fault WRN macros was used only one time that is why the compiler is complaining (I picked the one defined for the ecore lib). This patch should fix it.

--

Mathieu
Index: src/bin/evas_cserve_main.c
===================================================================
--- src/bin/evas_cserve_main.c  (revision 42604)
+++ src/bin/evas_cserve_main.c  (working copy)
@@ -28,6 +28,11 @@
 #ifdef CSERVE_BIN_DEFAULT_COLOR
 #undef CSERVE_BIN_DEFAULT_COLOR
 #endif
+#define WRN(...) EINA_LOG_DOM_WRN(_evas_cserve_bin_log_dom, __VA_ARGS__)
+#ifdef CSERVE_BIN_DEFAULT_COLOR
+#undef CSERVE_BIN_DEFAULT_COLOR
+#endif
+
 #define CSERVE_BIN_DEFAULT_COLOR "\033[36m"
 // fixme:'s
 // 
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to