On Fri, Jan 18, 2013 at 5:39 PM, Thiago Henrique <thenri...@gmail.com> wrote:
> Ok, its working now..... but i got another error now:
>
> lib/emotion/emotion_webcam.c:13:19: fatal error: Eeze.h: No such file or
> directory
> compilation terminated.
> make[4]: *** [lib/emotion/lib_emotion_libemotion_la-emotion_webcam.lo]
> Error 1
> make[4]: *** Waiting for unfinished jobs....
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

That's really strange, could you pastebin your efl/src/Makefile? If on
linux it should contain:

EMOTION_CFLAGS =  -fprofile-arcs -ftest-coverage -g -O0 -DDEBUG  -Wall
-Wextra -Wpointer-arith -Wno-missing-field-initializers
-fvisibility=hidden -fdata-sections -ffunction-sections -Wshadow
-I$(top_srcdir)/src/lib/emotion -I$(top_builddir)/src/lib/emotion
-I$(top_srcdir)/src/lib/eeze -I$(top_builddir)/src/lib/eeze
-I$(top_srcdir)/src/lib/eio -I$(top_builddir)/src/lib/eio
-I$(top_srcdir)/src/lib/evas -I$(top_builddir)/src/lib/evas
-I$(top_srcdir)/src/lib/eet -I$(top_builddir)/src/lib/eet
-I$(top_srcdir)/src/lib/ecore -I$(top_builddir)/src/lib/ecore
-I$(top_srcdir)/src/lib/eo -I$(top_builddir)/src/lib/eo
-I$(top_srcdir)/src/lib/eina -I$(top_builddir)/src/lib/eina
-DEFL_EMOTION_BUILD=1

the important bit is "-I$(top_srcdir)/src/lib/eeze
-I$(top_builddir)/src/lib/eeze" that says it should use that directory
to search for Eeze.h.

If on BSD or other platforms, HAVE_EEZE (config.h) should be undefined
and it should not include that file.

--
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to