Re: [e-users] problem with compling elementary

2011-06-20 Thread zongsen
I compiled and installed all e17 packages like this: ./autogen.sh make make install ldconfig I've never installed evas from debian resposity. 2011/6/20 Carsten Haitzler > On Mon, 20 Jun 2011 16:00:07 +0900 Daniel Juyung Seo > > said: > > indeed .. though ldconfig is runtime not link/compile ti

[e-users] Connman Module

2011-06-20 Thread Jeff Hoogland
So I've got the connman module loaded up and I built and installed connman 0.75 (latest) from source. The network manager shows connman is running - but it does not see any networks. WICD works fine however though - so I know the network card is detected. Any ideas what I might be missing or what

Re: [e-users] Illume Keyboard Key Images Not Showing

2011-06-20 Thread Jeff Hoogland
<3 Now to get working on my on screen keyboard layout :) On Mon, Jun 20, 2011 at 4:32 PM, Christopher Michael wrote: > On 06/20/2011 04:31 PM, Jeff Hoogland wrote: > >> Anyone else notice in recent builds that the images for things such as the >> arrow and enter keys on the illume keyboard are

Re: [e-users] Illume Keyboard Key Images Not Showing

2011-06-20 Thread Christopher Michael
On 06/20/2011 04:31 PM, Jeff Hoogland wrote: > Anyone else notice in recent builds that the images for things such as the > arrow and enter keys on the illume keyboard are no longer showing? > Fixed in svn now :) dh -- E

[e-users] Illume Keyboard Key Images Not Showing

2011-06-20 Thread Jeff Hoogland
Anyone else notice in recent builds that the images for things such as the arrow and enter keys on the illume keyboard are no longer showing? -- ~Jeff Hoogland Thoughts on Technology , Tech Blog Bodhi Linux , En

Re: [e-users] Battery Module Not Working on Tablet

2011-06-20 Thread Nicolas Aguirre
d some debugging > with devilhorns and here are the contents of my system power directories: > > *root@archosgen8:/media/sda5/Bodhi/e17_debs/20110620# ls > /sys/class/power_supply > ac  battery  usb > root@archosgen8:/media/sda5/Bodhi/e17_debs/20110620# ls > /sys/class/powe

[e-users] Battery Module Not Working on Tablet

2011-06-20 Thread Jeff Hoogland
ts of my system power directories: *root@archosgen8:/media/sda5/Bodhi/e17_debs/20110620# ls /sys/class/power_supply ac battery usb root@archosgen8:/media/sda5/Bodhi/e17_debs/20110620# ls /sys/class/power_supply/battery capacitydevice powerstatustechnology typevoltag

Re: [e-users] problem with compling elementary

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 16:00:07 +0900 Daniel Juyung Seo said: indeed .. though ldconfig is runtime not link/compile time :) > Don't forget to do ldconfig :) > > $ sudo ldconfig > > Daniel Juyung Seo (SeoZ) > > On Mon, Jun 20, 2011 at 2:25 PM, Carsten Haitzler > wrote: > > On Sun, 19 Jun 2011 23

Re: [e-users] problem with compling elementary

2011-06-20 Thread Daniel Juyung Seo
Maybe you have multiple instances of evas. Daniel Juyung Seo (SeoZ) 2011/6/20 zongsen : > I updated the source of all these packages from svn and compiled them again > one by one: > e_dbus eet eina embryo ecore edje efreet evas e17 elementary > Here again, elementary come up with the same error

Re: [e-users] problem with compling elementary

2011-06-20 Thread zongsen
I updated the source of all these packages from svn and compiled them again one by one: e_dbus eet eina embryo ecore edje efreet evas e17 elementary Here again, elementary come up with the same error messages: ../../src/lib/.libs/libelementary.so: undefined reference to `evas_object_table_pack_get'

Re: [e-users] problem with compling elementary

2011-06-20 Thread Daniel Juyung Seo
Don't forget to do ldconfig :) $ sudo ldconfig Daniel Juyung Seo (SeoZ) On Mon, Jun 20, 2011 at 2:25 PM, Carsten Haitzler wrote: > On Sun, 19 Jun 2011 23:51:58 -0400 zongsen said: > > your evas is too old for building elementary. > >> Hi,everyone!I  tried to compile elementary-svn and approach