Re: [e-users] EFL need c++ compiler

2013-01-20 Thread Gustavo Sverzut Barbieri
On Sat, Jan 19, 2013 at 9:08 PM, eva...@evadim.ru wrote: Gustavo Sverzut Barbieri barbi...@profusion.mobi писал(а) в своём письме Sat, 19 Jan 2013 03:23:13 +0100: Without config.log and src/Makefile there is nothing I can do. Do you know if there are any patches applied? This shouldn't

Re: [e-users] EFL need c++ compiler

2013-01-20 Thread evadim
Gustavo Sverzut Barbieri barbi...@profusion.mobi писал(а) в своём письме Sun, 20 Jan 2013 14:31:09 +0100: On Sat, Jan 19, 2013 at 9:08 PM, eva...@evadim.ru wrote: Gustavo Sverzut Barbieri barbi...@profusion.mobi писал(а) в своём письме Sat, 19 Jan 2013 03:23:13 +0100: Without config.log

Re: [e-users] EFL need c++ compiler

2013-01-19 Thread evadim
Gustavo Sverzut Barbieri barbi...@profusion.mobi писал(а) в своём письме Sat, 19 Jan 2013 03:23:13 +0100: Without config.log and src/Makefile there is nothing I can do. Do you know if there are any patches applied? This shouldn't happen. At least in niifaq overlay we don't apply any

[e-users] EFL need c++ compiler

2013-01-18 Thread Thiago Henrique
Hi Guys, EFL now requires a c++ compiler ? I got this error? checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 and cc understand -c and -o together... yes configure: error: efl requires a C++ compiler

Re: [e-users] EFL need c++ compiler

2013-01-18 Thread Gustavo Sverzut Barbieri
On Fri, Jan 18, 2013 at 3:03 PM, Thiago Henrique thenri...@gmail.com wrote: Hi Guys, EFL now requires a c++ compiler ? I got this error? checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 and cc understand -c and

Re: [e-users] EFL need c++ compiler

2013-01-18 Thread Thiago Henrique
Hi Gustavo, I'm running E17 in Gentoo, and i think this is a detection problem because i have g++ compiler: configure:15916: checking for C++ compiler version configure:15925: x86_64-pc-linux-gnu-g++ --version 5 x86_64-pc-linux-gnu-g++ (Gentoo 4.6.3 p1.10, pie-0.5.2) 4.6.3 Copyright (C) 2011

Re: [e-users] EFL need c++ compiler

2013-01-18 Thread Gustavo Sverzut Barbieri
On Fri, Jan 18, 2013 at 4:53 PM, Thiago Henrique thenri...@gmail.com wrote: Hi Gustavo, I'm running E17 in Gentoo, and i think this is a detection problem because i have g++ compiler: could you pastebin your whole config.log? the check we do is: if test x${ac_cv_prog_ac_ct_CXX} = x ; then

Re: [e-users] EFL need c++ compiler

2013-01-18 Thread Gustavo Sverzut Barbieri
On Fri, Jan 18, 2013 at 5:18 PM, Thiago Henrique thenri...@gmail.com wrote: Pastebin: http://pastebin.com/NNbgQJ0e crazytux gcc # autoconf -V autoconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later

Re: [e-users] EFL need c++ compiler

2013-01-18 Thread Thiago Henrique
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]: ***

Re: [e-users] EFL need c++ compiler

2013-01-18 Thread Gustavo Sverzut Barbieri
Without config.log and src/Makefile there is nothing I can do. Do you know if there are any patches applied? This shouldn't happen. Btw, wasn't niifaq deprecated? Tommy[D] was doing a better work at that. On Saturday, January 19, 2013, Thiago Henrique wrote: In MakeFile there is no entry for