[E-devel] ecore : inotify.h not found

2007-03-29 Thread Antonio Palladini
Hello list, if i try to compile ecore, i get the following error : ecore_file_monitor_inotify.c:17:25: error: sys/inotify.h: No such file or directory configure says : checking whether ecore_file module is to be built... yes checking whether inotify is to be used for filemonitoring... yes

Re: [E-devel] ecore : inotify.h not found

2007-03-30 Thread Antonio Palladini
On Fri, 30 Mar 2007 09:26:31 +1200 Jochen Schroeder wrote > I ran into the same problem. AFAIK inotify.h was moved to the glibc > system headers, I think because it is considered bad to include kernel > headers. However this only happened for glibc 2.5 and debian unstable is > still using 2.3 some

[E-devel] [E17] invalid ELF header in wizard

2010-05-30 Thread Antonio Palladini
Hi Devs, i have purged my ~/.e directory to get a fresh config, but the wizard can not start and give me the following error : /opt/lib/enlightenment/modules/wizard/linux-gnu-x86_64-ver-pre-svn-05/page_000.la: invalid ELF header /opt/lib/enlightenment/modules/wizard/linux-gnu-x86_64-ver-pre-sv

Re: [E-devel] [E17] invalid ELF header in wizard

2010-06-02 Thread Antonio Palladini
> smells to me like the packages missed the .so files for the pages... using svn with rev 49406 the .so files are installed : ls -l /opt/lib/enlightenment/modules/wizard/linux-gnu-x86_64-ver-pre-svn-05/ insgesamt 296 -rwxr-xr-x 1 palla palla 1783 2. Jun 23:28 module.la -rwxr-xr-x 1 palla p

[E-devel] compiling efl with wayland support

2018-02-22 Thread Antonio Palladini
Hello Devs, I have tried to compile efl with wayland support but got the following error ; CC lib/ecore_wayland/lib_ecore_wayland_libecore_la-ecore_wl.lo In file included from lib/ecore_wayland/ecore_wl_private.h:10:0, from lib/ecore_wayland/ecore_wl.c:6: lib/ecore_wayland/Ecore_Waylan

Re: [E-devel] compiling efl with wayland support

2018-02-22 Thread Antonio Palladini
On Thu, 22 Feb 2018 18:32:56 + Mike Blumenkrantz wrote: > > It seems that this documentis tremendously out of date. If you are looking > to run Enlightenment as a Wayland compositor, I would recommend following > the instructions here > https://git.enlightenment.org/core/enlightenment.git/tre

Re: [E-devel] compiling efl with wayland support

2018-02-24 Thread Antonio Palladini
On Thu, 22 Feb 2018 22:13:29 + Mike Blumenkrantz wrote: > To be precise, theREADME.wayland file says "This Readme does not address > the dependencies needed to enable Wayland in EFL. If you require any > information for that..." meaning that the link is only a reference for > dependency info

[E-devel] ecore_x_window_new segv

2004-06-26 Thread Antonio Palladini
Hello List, i have tryed out ecore_x_window_new(0,100,50,800,60) but it breaks with SIGSEGV. gdb says: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1085351296 (LWP 25747)] 0x4032e61d in ecore_x_window_new (parent=0, x=0, y=0, w=0, h=0) at ecore_x_window.c:22 22

Re: [E-devel] ecore_x_window_new segv

2004-06-26 Thread Antonio Palladini
Am 26.06.2004 14:34:58 schrieb(en) Tilman Sauerbeck: Make sure you run ecore_x_init() (and ecore_init()) to initialize the library. Argh, Forgot ecore_x_init() :( Thanks -- Regards Antonio --- This SF.Net email sponsored by Black Hat Briefings & T

[E-devel] Window Events in Ecore, how?

2004-07-14 Thread Antonio Palladini
Hello List, i have created a Window with Ecore_Evas and want to get Mouse and Key Events from this Window. To get Events from the Evas_Objects inside the Window is no problem. What i want is a Event from the Window itself. Thank you for any Help. -- Regards Antonio --

[E-devel] missing libengrave_la-engrave.h

2004-12-29 Thread Antonio Palladini
Hello list, after a ./autogensh in e17/libs/engrave and a make i got the error : engrave.l:5:35: libengrave_la-engrave.h: No such file or directory This file is not in my local Reprository (cvs from 08:30 CET today) How can i solve this ? Thanks to the Enlightenment Team for this great work a

Re: [E-devel] missing libengrave_la-engrave.h

2005-01-02 Thread Antonio Palladini
On Wed, 29 Dec 2004 11:26:02 -0500 dan sinclair <[EMAIL PROTECTED]> wrote: > That header file is generated by the build process. If its not there > then either flex or bison didn't run, can't remember which. You should > see some kind of error earlier in the build process. I have flex and Bison

[E-devel] [edje] cannot read from file "edje"

2005-02-17 Thread Antonio Palladini
Hello list, I have done a GUI with edje, but got the above error message. I have tracked it down to the following minimal code : group { name: "Seneca_Main"; min: 800 600; max: 1152 864; script { } } if i compile it with : strace edje_

Re: [E-devel] [edje] cannot read from file "edje"

2005-02-17 Thread Antonio Palladini
On Thu, 17 Feb 2005 22:52:39 +0100 Tilman Sauerbeck <[EMAIL PROTECTED]> wrote: : > Embryo looks for it in $EDJE_PREFIX/edje/data/include. > $EDJE_PREFIX is the prefix Edje is installed in ;) > > This should work out-of-the-box; did you move Edje after the > installation? Did you install from CVS/

[E-devel] [edje] rational number support not enabled

2005-02-19 Thread Antonio Palladini
Hello list, with the following .edc : collections { group { name: "Seneca_Main"; min: 800 600; max: 1152 864; script { public test; } } } i get the err

Re: [E-devel] [edje] rational number support not enabled

2005-02-22 Thread Antonio Palladini
On Tue, 22 Feb 2005 20:16:36 +0100 Tilman Sauerbeck <[EMAIL PROTECTED]> wrote: > Antonio Palladini <[EMAIL PROTECTED]> [2005-02-20 08:28]: > Somehow, Embryo was built without rational number support. Maybe > Embryo's config.log will reveal why? :) Yesterdays cvs fixed

Re: [E-devel] ecore_evas docs?

2005-03-19 Thread Antonio Palladini
On Sat, 19 Mar 2005 10:32:49 +0100 Andreas Volz <[EMAIL PROTECTED]> wrote: > Hi, > > Could you show me where the ecore_evas_* stuff is documented? At least > the doxygen output. I searched in ecore and evas docs, but found > nothing. Currently I search in the header files to find the functions I>

Re: [E-devel] issue with evas cvs on k6-2 + 2.6.3

2004-04-21 Thread Antonio Palladini
Am 19.04.2004 01:44:17 schrieb(en) Dale Anderson: Just wondering if anyone else is having issues with evas built with --enable-mmx on a k6-2 box. With the latest CVS (19.04.2004 19:20 CET) it works :) (K6 2 + kernel 2.6.5) -- Regards Antonio

[E-devel] [e17] ecore collect2 error

2004-04-24 Thread Antonio Palladini
Hello list, i have created the following test app for ecore : - snipp --- #include int main(int argc,const char** argv) { Ecore_DList *list; ecore_init(); ecore_app_args_set(argc,argv); list = ecore_dlist_new();

Re: [E-devel] ecore_config with g++

2004-04-24 Thread Antonio Palladini
Am 24.04.2004 23:39:15 schrieb(en) dan sinclair: gcc main.c `ecore-config --cflags` `ecore-config --libs` without problem, but if I try to use g++ I get the following: the same with : g++ main.c -L/usr/local/lib -lecore -I/usr/local/include Not a ecore-config issue i think. -- Regards Antonio

[E-devel] ewl errors

2004-05-14 Thread Antonio Palladini
Hello list, with ewl i got the following errors : ewl_enums.h:257: error: use of enum "Ewl_Key_Modifiers" without previous declaration ewl_image.h:16:error: use of enum "Ewl_Image_Type" without previous declaration ewl_image.h:19: error: conflicting types for "enum Ewl_Image_type" I have f

Re: [E-devel] engage cvs?

2004-04-28 Thread Antonio Palladini
Am 28.04.2004 23:36:56 schrieb(en) Andreas Volz: Hi, I read about "engage" on xcomputerman.com. I searched at the e17 CVS for engage, but didn't find it. Could you say me where it is? It is at enlightenment/misc/engage -- Regards Antonio --- Th

Re: [E-devel] engage cvs?

2004-04-28 Thread Antonio Palladini
Am 29.04.2004 01:31:41 schrieb(en) Andreas Volz: Are there any configuration files for engage? For example I like only to see the windows from one workspace. Sorry, don't know. Have not used engage yet. -- Regards Antonio --- This SF.Net email

Re: [E-devel] ewl errors

2004-05-16 Thread Antonio Palladini
Am 14.05.2004 15:40:54 schrieb(en) Nathan Ingersoll: This fix isn't quite right, but thanks for letting me know. I'll commit a fix in a moment, but it may take a few hours to make it to anonymous CVS. Thank you, it works :) -- Regards Antonio ---

[E-devel] Ecore_Getopt Error : too many initializers

2014-02-10 Thread Antonio Palladini
Dear Developers, i have tryed out the Ecore Getopt functions, but get an error while initializing Ecore_Getopt : ./Efl/Efl_Misc.h:35:1: error: too many initializers for 'const Ecore_Getopt_Desc [0] {aka const _Ecore_Getopt_Desc [0]}' The Definitation looks like this : const Ecore_Getopt Opti

[E-devel] Evas_Color visibility

2017-08-13 Thread Antonio Palladini
Dear Developers, do i missing something or is Evas_Color only for internal use ? Reason is, i need a struct for storing rgba data and Evas_Color is exactly what i need. regards palla -- Check out the vibrant tech com

Re: [E-devel] meson vs autotools in enlightenment

2017-09-04 Thread Antonio Palladini
On Sun, 3 Sep 2017 18:03:41 +0900 Carsten Haitzler (The Rasterman) wrote: > you always have to first configure the project with meson for this to work. > i.e. > > meson . build On a fresh checkout of enlightenment i got a : Meson encountered an error in f

Re: [E-devel] meson vs autotools in enlightenment

2017-09-04 Thread Antonio Palladini
On Mon, 4 Sep 2017 21:05:24 +0100 Al Poole wrote: > >hi, i think you can do: > > meson -Dsystemd=false > Yes, this works :) Thanks a lot. regards palla -- Check out the vibrant tech community on one of the world'

[E-devel] EDI : unknown type name 'siginfo_t'

2017-04-20 Thread Antonio Palladini
Dear Developers, i tried to compile EDI from git and get the following error : In file included from /usr/local/include/ecore-1/Ecore.h:333:0, from /usr/local/include/elementary-1/Elementary.h:61, from edi_config.c:9: /usr/local/include/ecor

Re: [E-devel] EDI : unknown type name 'siginfo_t'

2017-05-02 Thread Antonio Palladini
Hello, > Did someone follow up on this with you? Git it fixed? Have tryed it out now and it is fixed :) But now i get a segfault after creating or loading a Project. Have to dig in when i have some time. Thank you for the reminder ! Regards palla --

Re: [E-devel] EDI : unknown type name 'siginfo_t'

2017-05-02 Thread Antonio Palladini
On Tue, 2 May 2017 18:10:31 +0100 Al Poole wrote: > Hello Al, free to ask any info ou need. > Can you provide some information about your build environment? For example > distribution release version and architecture? I am on Gentoo 2.3 uname -a : Linux realworld 4.9.6-gentoo-r1 #1 SMP Mon M