Re: [e-users] ecore doesnt compile

2006-08-10 Thread blak
> uhm, what exactly did you do to install 2.6.x headers? > just copying (or symlinking) /usr/include/linux is not enough, > /asm-i386 and /asm-generic are even required. > > in short you'll have to: > - removepkg kernel-headers and/or > - rm -rf /usr/include/linux > - rm -rf /usr/include/asm-i

Re: [e-users] ecore doesnt compile

2006-08-10 Thread blak
> Massimo Maiurana, il 06/08/2006 23:20, scrisse: >> Massimo Maiurana, il 06/08/2006 12:06, scrisse: >> >>> where those EV_* should be defined? am I missing something? >>> >> >> looks like those defines should be in /usr/include/linux/input.h, >> but even if I'm running a recent kernel my include

[e-users] installing DR17

2006-08-10 Thread Gianpaolo Turri
Dear all, I am trying to install DR17 on my macbook pro, 10.4.7 OS X. I have downloaded with cvs the all packages, and I now started to ./ autogen.sh for the package eet. It fails with this error: checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: "Cannot find jpegli

Re: [e-users] ecore doesnt compile

2006-08-10 Thread blak
Hello again. Now I'm get this error to. I found this about this problem: http://bugzilla.kernel.org/show_bug.cgi?id=6559 But i dont really understand how resolve this problem. Debian have a patch for this, but as i understand from > Don't include kernel headers >in userspace. > Bug rejected. > T

Re: [e-users] installing DR17

2006-08-10 Thread kuphaï
No, you must copy jpeglib.h in /usr/include/Bye2006/8/10, Gianpaolo Turri <[EMAIL PROTECTED]>: Dear all,I am trying to install DR17 on my macbook pro, 10.4.7 OS X.I have downloaded with cvs the all packages, and I now started to ./autogen.sh for the package eet.It fails with this error:checking jp

Re: [e-users] installing DR17

2006-08-10 Thread Mitch Gorman
kuphaï wrote: > No, you must copy jpeglib.h in /usr/include/ if he's even got it. gianpaolo - check to see that you've got libjpeg installed. my FC3 linux box has libjpeg-6b-33 (and, probably more importanly, libjpeg-devel-6b-33) installed by default. verify (and i have *no* idea

[e-users] E17 Dual Head (In the future...)

2006-08-10 Thread Dustin Jenkins
Hello all. I've been using E16 for the past year and really like it, and use E17 off and on (E17 is down right sexy). I've Googled and scanned the archives and can't get a concrete answer. I like how E16 does Virtual Desktops on my dual head system (3200x1200) in that both monitors display a

Re: [e-users] E17 Dual Head (In the future...)

2006-08-10 Thread Hisham Mardam Bey
On 8/10/06, Dustin Jenkins <[EMAIL PROTECTED]> wrote: > Hello all. I've been using E16 for the past year and really like it, > and use E17 off and on (E17 is down right sexy). I've Googled and > scanned the archives and can't get a concrete answer. I like how E16 > does Virtual Desktops on my du

Re: [e-users] E17 Dual Head (In the future...)

2006-08-10 Thread Dustin Jenkins
Hisham Mardam Bey wrote: > On 8/10/06, Dustin Jenkins <[EMAIL PROTECTED]> wrote: > >> Hello all. I've been using E16 for the past year and really like it, >> and use E17 off and on (E17 is down right sexy). I've Googled and >> scanned the archives and can't get a concrete answer. I like how E

Re: [e-users] installing DR17

2006-08-10 Thread blak
You can use CPPFLAGS for describing where is your include directory(for header files). CPPFLAGSC/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory - Using Tomcat but need to do mo

Re: [e-users] installing DR17

2006-08-10 Thread Gianpaolo Turri
Ok, that is solved and now the problem is: make all-recursive Making all in src Making all in lib /bin/sh ../../libtool --mode=link gcc -g -O2 -o libeet.la -rpath / usr/local/lib -version-info 9:10:9 eet_lib.lo eet_data.lo eet_image.lo eet_memfile.lo -lz -ljpeg gcc -dynamiclib -flat_namesp

Re: [e-users] installing DR17

2006-08-10 Thread Gianpaolo Turri
This are all the conf files I have in etc: /etc/6to4.conf /etc/inetd.conf /etc/ notify.conf/etc/rtadvd.conf/etc/snmpd.conf / etc/xinetd.conf /etc/gdb.conf /etc/kern_loader.conf /etc/ ntp.conf /etc/slpsa.conf /etc/ssh_config

[e-users] [e16] Border style setting not working!

2006-08-10 Thread Asfand Yar Qazi
Hi, For some reason, the "Set Border Style" menu in e16 doesn't work. I'm using e 0.16.8.2. No matter what option I set, the border never changes. I get no error messages when I select the different options. I am using the standard winter skin, I have deleted my .e16 directory and started agai

[e-users] [e16] Changing border styles with eesh. Was: Border style setting not working!

2006-08-10 Thread Asfand Yar Qazi
On 8/10/06, Asfand Yar Qazi <[EMAIL PROTECTED]> wrote: > Hi, > > For some reason, the "Set Border Style" menu in e16 doesn't work. I'm > using e 0.16.8.2. No matter what option I set, the border never > changes. I get no error messages when I select the different options. > > I am using the stan

Re: [e-users] [e16] Changing border styles with eesh. Was: Border style setting not working!

2006-08-10 Thread Kim Woelders
Asfand Yar Qazi wrote: > On 8/10/06, Asfand Yar Qazi <[EMAIL PROTECTED]> wrote: > >>Hi, >> >>For some reason, the "Set Border Style" menu in e16 doesn't work. I'm >>using e 0.16.8.2. No matter what option I set, the border never >>changes. I get no error messages when I select the different opt

[e-users] Exhibit

2006-08-10 Thread Cesar Delgado
How does exhibit get the ingformation about which theme to use? I'm trying a new theme I'm working on but when I run Excibit the bars, icons and arrows didn't accept the changes. Cheers, -Cesar - Using Tomcat but need to

Re: [e-users] installing DR17

2006-08-10 Thread Massimo Maiurana
Gianpaolo Turri, il 10/08/2006 17:32, scrisse: > Ok, that is solved and now the problem is: do you mean you did solved it by using CFLAGS or CPPFLAGS environment variables? > /usr/bin/libtool: can't locate file for: -ljpeg ok, that should mean it can't find libjpeg-xxx.so in the library path. tr

Re: [e-users] Exhibit

2006-08-10 Thread Hisham Mardam Bey
On 8/10/06, Cesar Delgado <[EMAIL PROTECTED]> wrote: > How does exhibit get the ingformation about which theme to use? I'm > trying a new theme I'm working on but when I run Excibit the bars, icons > and arrows didn't accept the changes. > It doesnt, it uses Etk's theme. -- Hisham Mardam Bey MS

Re: [e-users] E17 Dual Head (In the future...)

2006-08-10 Thread The Rasterman
On Thu, 10 Aug 2006 07:39:05 -0700 Dustin Jenkins <[EMAIL PROTECTED]> babbled: > Hello all. I've been using E16 for the past year and really like it, > and use E17 off and on (E17 is down right sexy). I've Googled and > scanned the archives and can't get a concrete answer. I like how E16 > d

Re: [e-users] E17 Dual Head (In the future...)

2006-08-10 Thread The Rasterman
On Thu, 10 Aug 2006 07:55:49 -0700 Dustin Jenkins <[EMAIL PROTECTED]> babbled: > Hisham Mardam Bey wrote: > > On 8/10/06, Dustin Jenkins <[EMAIL PROTECTED]> wrote: > > > >> Hello all. I've been using E16 for the past year and really like it, > >> and use E17 off and on (E17 is down right sexy)