Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Carla Sensa
Hello Masaru, Yeah this issue is fixed in git. Appending "-Dbindings=" to the meson command is no longer required. Le 27/05/2021 à 03:01, Masaru Nomiya a écrit : Hello, In the Message; Subject: Re: [e-users] =?iso8859-7?q?Error_building_efl_=3A_=A1eina=5Fsimple?=

Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] =?iso8859-7?q?Error_building_efl_=3A_=A1eina=5Fsimple?= =?iso8859-7?q?=5Fclass=5Fget=A2_was_not_declared_in_this_scope?= Message-ID : <87eedtqdo0.wl-nom...@galaxy.dti.ne.jp> Date & Time: Thu, 27 May 2021 08:27:11 +0900 [MN] == Masaru

Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope Message-ID : Date & Time: Wed, 26 May 2021 15:28:47 +0200 [CS] == Carla Sensa has written: CS> Cool. Before re-running the script, delete the e25/efl/build

Re: [e-users] efl on raspberry

2021-05-26 Thread Pierre Couderc via enlightenment-users
On 5/26/21 5:00 PM, Carsten Haitzler wrote: On Wed, 26 May 2021 16:50:17 +0200 Pierre Couderc via enlightenment-users said: I have a small application on a pi zero (with raspbian no network), which starts at power on  and displays  pdf pages on a video projector (based on poppler), in fact

Re: [e-users] efl on raspberry

2021-05-26 Thread Carsten Haitzler
On Wed, 26 May 2021 16:50:17 +0200 Pierre Couderc via enlightenment-users said: > I have a small application on a pi zero (with raspbian no network), > which starts at power on  and displays  pdf pages on a video projector > (based on poppler), in fact simply on the frame buffer. No full

[e-users] efl on raspberry

2021-05-26 Thread Pierre Couderc via enlightenment-users
I have a small application on a pi zero (with raspbian no network), which starts at power on  and displays  pdf pages on a video projector (based on poppler), in fact simply on the frame buffer. No full keyboard only a remote control with 4 directions keys.It works fine. As its appears I need

Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Carla Sensa
Cool. Before re-running the script, delete the e25/efl/build folder (again). Now open a text editor and add "-Dbindings=" to line 238 (in function build_plain) so that it reads: efl) meson build -Dbindings= ninja -C build || mng_err ;; Run the script and select choice

Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Francesc Guasch
El 26/5/21 a les 14:03, Carla Sensa ha escrit: > Hello Francesc, > > Glad to hear you're using our script ;) It was much better than my own. Thanks for sharing it. > > I've just updated my Enlightenment desktop to the latest git and EFL > builds fine on my computer (Ubuntu 20.04). > > Try

Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Carla Sensa
Hello Francesc, Glad to hear you're using our script ;) I've just updated my Enlightenment desktop to the latest git and EFL builds fine on my computer (Ubuntu 20.04). Try building efl manually, without the cxx binding: Delete the e25/efl/build folder and run meson build -Dbindings= If

Re: [e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Vincent Torri
hello I've forwarded your mail to felipe, who manages c++ binding Vincent On Wed, May 26, 2021 at 10:30 AM Francesc Guasch wrote: > > I am trying to upgrade to the latest Enlightenment building > from sources and it fails this way: > > src/tests/eina_cxx/eina_simple.eo.h:22:27: error: >

[e-users] Error building efl : ‘eina_simple_class_get’ was not declared in this scope

2021-05-26 Thread Francesc Guasch
I am trying to upgrade to the latest Enlightenment building from sources and it fails this way: src/tests/eina_cxx/eina_simple.eo.h:22:27: error: ‘eina_simple_class_get’ was not declared in this scope; did you mean ‘eina_module_list_get’? 22 | #define EINA_SIMPLE_CLASS