Re: [E-devel] libeeze.so: undefined reference to `udev_device_set_sysattr_value'

2014-09-29 Thread Graham Gower
On 30 September 2014 11:37, Doug Newgard wrote: > If you're entire system is that old, I'm sure EFL from 2.5 years ago will run > just fine as well. Slackware 14.1, released Nov 2013. This is not old unless you're accustomed to releasing a new version of your software every 2-3 weeks. Systemd f

Re: [E-devel] libeeze.so: undefined reference to `udev_device_set_sysattr_value'

2014-09-29 Thread Graham Gower
On 30 September 2014 09:03, Carsten Haitzler wrote: > On Tue, 30 Sep 2014 09:21:16 +1000 David Seikel said: > >> On Tue, 30 Sep 2014 09:15:53 +1000 David Seikel >> wrote: >> >> > On Tue, 30 Sep 2014 08:05:43 +0900 Carsten Haitzler (The Rasterman) >> > wrote: >> > >> > > On Tue, 30 Sep 2014 09:0

Re: [E-devel] libeeze.so: undefined reference to `udev_device_set_sysattr_value'

2014-09-29 Thread Graham Gower
On 30 September 2014 00:42, Doug Newgard wrote: > > udev works fine without systemd. Those distros that are refusing to update > past 184 are either ones that use ancient software anyway or they are just > taking a very childish stance and refusing to even build it now. I think you'll find the

[E-devel] libeeze.so: undefined reference to `udev_device_set_sysattr_value'

2014-09-28 Thread Graham Gower
Hi, I've attempted to build using the easy_efl.sh script and received the build error referenced in the subject (full build log follows message). Is there a particular version of udev that is required now, but hasn't been put in the autoconf goo? I have udev 182 on a linux distro without systemd.

Re: [E-devel] E17 in Twitter...

2009-05-13 Thread Graham Gower
2009/5/14 Arlo White : > Yes there are > mailing lists, but the lists have a lot of garbage you need to dig through > to get at the interesting bits. Garbage like this entire thread? Isn't this a development mailing list? -Graham --

Re: [E-devel] cpu frequency not scaling with E17 + Ubuntu

2009-01-07 Thread Graham Gower
2009/1/8 Gustavo Sverzut Barbieri : > > I really dislike such governor option for the same reason Matthew > Garrett: the faster you finish the task, the less power you use, less > time with hot cpu... even less time hd spinning (for io+cpu bound > tasks, like compile). That's entirely the point th

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2009-01-05 Thread Graham Gower
2008/12/24 Peter Wehrfritz : > Peter Wehrfritz schrieb: >> >> 4 pixels sound like inset or padding pixels. Since the size request >> happens before the realization some pixels for the inset will be added >> later, when the theme data is loaded. I think for the framebuffer, unlike to >> the x11 engi

Re: [E-devel] Ewl compile probem

2008-12-16 Thread Graham Gower
2008/12/16 Matteo : > compiling with: > gcc my_widget.c 'ewl-config --cflags --libs' > > And the compiler doesn't find Ewl.h, there is something I still missing? ewl-config is probably an old script. Everything is using pkg-config these days. E.g. [...@rak ~]$ pkg-config --cflags --libs ewl -I/op

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-14 Thread Graham Gower
Peter Wehrfritz wrote: > Graham Gower schrieb: >> Peter Wehrfritz wrote: >>> I committed it without the @EVAS_LIBS@, because Vincent told me that >>> it is not needed. Can you check please if it works now? Since I don't >>> have ecore_fb installed, I can

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-10 Thread Graham Gower
Peter Wehrfritz wrote: > I committed it without the @EVAS_LIBS@, because Vincent told me that it > is not needed. Can you check please if it works now? Since I don't have > ecore_fb installed, I cannot test it myself. Yes, this works fine. One other issue which may require attention is ewl/src/

[E-devel] EWL evas_fb_la_LIBADD patch

2008-12-09 Thread Graham Gower
Hi, When EWL is configured with --enable-fb, the EWL engine evas_fb.so fails to be dlopen()able due to missing symbols. The missing symbols can be found in -lecore_fb. -Graham --- Makefile.am 2008-12-09 18:23:18.0 +1030 +++ ewl/src/engines/evas_fb/Makefile.am 2008-12-09 18:26:23.00