Re: [e-users] Problem compiling elementary 1.8 on Fedora x86_64

2013-12-04 Thread Kevin Martin
On 12/03/2013 05:19 PM, Kevin Martin wrote: elm_win.c: In function '_elm_win_client_message': elm_win.c:2082:23: error: 'ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP' undeclared (first use in this function) ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP)

Re: [e-users] Problem compiling elementary 1.8 on Fedora x86_64

2013-12-04 Thread Dustin N. Jenkins
Hi Kevin, Do you have /usr/local/lib setup in your /etc/ld.so.conf.d? edit/create /etc/ld.so.conf.d/99local.conf Which only has the /usr/local/lib in it. Or check for an existing one, as this may not be the problem. Then ldconfig would try to look in there, hopefully. Otherwise, it may try

Re: [e-users] debian and missing keyboard module

2013-12-04 Thread Wawrzek Niewodniczanski
On 12 November 2013 01:58, John Holland jholl...@vin-dit.org wrote: Last I looked the debs in Jessie were for version 16.999 or something. If you want 17.3 I have debs at www.vin-dit.org (instructions on page) that I rebuilt on wheezy from the ones done for Sid/testing. [...] Recently, I

Re: [e-users] Problem compiling elementary 1.8 on Fedora x86_64

2013-12-04 Thread The Rasterman
On Wed, 04 Dec 2013 11:08:54 -0600 Kevin Martin ktm...@gmail.com said: On 12/03/2013 05:19 PM, Kevin Martin wrote: elm_win.c: In function '_elm_win_client_message': elm_win.c:2082:23: error: 'ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP' undeclared (first use in this function)

Re: [e-users] Problem compiling elementary 1.8 on Fedora x86_64

2013-12-04 Thread Kevin Martin
On 12/04/13 12:01, Dustin N. Jenkins wrote: On 12/04/2013 09:08 AM, Kevin Martin wrote: On 12/03/2013 05:19 PM, Kevin Martin wrote: elm_win.c: In function '_elm_win_client_message': elm_win.c:2082:23: error: 'ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP' undeclared (first use in this function)

Re: [e-users] Problem compiling elementary 1.8 on Fedora x86_64

2013-12-04 Thread Dustin Jenkins
Oi. This sounds wildly frustrating. I would suggest starting from the beginning again. Ensure the RPM libraries are removed from /usr/lib, remove the /usr/local installation that you have so far. Run sudo ldconfig again. After that, delete the efl-1.8.1 source directory, then untar the

Re: [e-users] Problem compiling elementary 1.8 on Fedora x86_64

2013-12-04 Thread rob
On 05/12/13 03:09, Kevin Martin wrote: Ok, so I setup the ld.so.conf.d file that you mentioned, reran ldconfig, removed my old enlightenment install, make distclean, rerun autogen.sh, and make install and nothing has changed. I'm still getting the same error in the same place. Kevin