Re: [e-users] efl and c++

2023-11-10 Thread Carsten Haitzler
On Fri, 10 Nov 2023 09:22:51 +0100 Pierre Couderc via enlightenment-users said: > > Le 11/8/23 à 21:02, Carsten Haitzler a écrit : > > On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users > > said: > > > >> Is there a topic to introduce efl under C++. > >> > >> I have  a

Re: [e-users] efl and c++

2023-11-10 Thread Pierre Couderc via enlightenment-users
All this because I wanted to try the EFL Unified C API... But the good old loop works (or seems to wor= !)  fine : elm_main(int argc, char **argv) {     _gui_setup();     thread wait(start);     elm_run();     wait.join();     return 0; } ELM_MAIN()

Re: [e-users] efl and c++

2023-11-10 Thread Pierre Couderc via enlightenment-users
Le 11/8/23 à 21:02, Carsten Haitzler a écrit : On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users said: Is there a topic to introduce efl under C++. I have  a problem with "hello world" in Unified C API If I compile

Re: [e-users] efl and c++

2023-11-08 Thread Carsten Haitzler
On Wed, 8 Nov 2023 09:53:22 +0100 Pierre Couderc via enlightenment-users said: > Is there a topic to introduce efl under C++. > > I have  a problem with "hello world" in Unified C API > > If I compile > https://www.enlightenment.org/develop/tutorials/c/hello-world-gui.md > with C++ (linux),

Re: [e-users] efl and c++

2023-11-08 Thread Vincent Torri
On Wed, Nov 8, 2023 at 10:06 AM Vincent Torri wrote: > > On Wed, Nov 8, 2023 at 9:55 AM Pierre Couderc via enlightenment-users > wrote: > > > > Is there a topic to introduce efl under C++. > > i don't know one in c++ > > it's not the answer you want, but there is one in C# : >

Re: [e-users] efl and c++

2023-11-08 Thread Vincent Torri
On Wed, Nov 8, 2023 at 9:55 AM Pierre Couderc via enlightenment-users wrote: > > Is there a topic to introduce efl under C++. i don't know one in c++ it's not the answer you want, but there is one in C# : https://www.enlightenment.org/develop/tutorials/csharp/start.md maybe it could help

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

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