Re: [e-users] starting an application automatically with a certaim geometry

2007-06-09 Thread Manfred Lotz
At Sat, 9 Jun 2007 09:09:06 +0900, Carsten Haitzler (The Rasterman) wrote: > > On Thu, 07 Jun 2007 10:35:51 +0200 Manfred Lotz <[EMAIL PROTECTED]> babbled: > > > At Wed, 6 Jun 2007 22:04:21 + (GMT), > > Jonathan Charnas wrote: > > > > > > You can do so by saving the window preferences. > > >

[e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hi all I'm trying to compile evas which I checked out just now, but it's complaining that ld can't find "-lX11" : gcc -shared .libs/evas_engine.o .libs/evas_outbuf.o .libs/evas_x_buffer.o .libs/evas_x_color.o .libs/evas_x_main.o -Wl,--rpath -Wl,/home/fumi/src/e17/e17/libs/evas/src/lib/.libs

Re: [e-users] evas compilation error

2007-06-09 Thread Massimo Maiurana
Yasufumi Haga, il 09/06/2007 15:51, scrisse: > Hi all > > I'm trying to compile evas which I checked out just now, > but it's complaining that ld can't find "-lX11" : [EMAIL PROTECTED]:/usr/X11R6/lib# ldconfig -p | grep libX11 libX11.so.6 (libc6) => /usr/X11R6/lib/libX11.so.6 lib

Re: [e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hello Massimo On Sat, 09 Jun 2007 17:02:42 +0200 Massimo Maiurana <[EMAIL PROTECTED]> wrote: | Yasufumi Haga, il 09/06/2007 15:51, scrisse: | > Hi all | > | > I'm trying to compile evas which I checked out just now, | > but it's complaining that ld can't find "-lX11" : | | [EMAIL PROTECTED]:/u

Re: [e-users] evas compilation error

2007-06-09 Thread The Rasterman
On Sat, 9 Jun 2007 22:51:31 +0900 Yasufumi Haga <[EMAIL PROTECTED]> babbled: cvs-wise - nothing has changed in terms x11 build/link flags in evas. cvs annotte shows all the configure.in sections with chanes in 2002/3/5 and 5 - nothing in 2006/7. even the Makefile.am for the software_x11 engine las

Re: [e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hello Massimo, Raster Thanks for your replies. Sorry, this mail is a bit long. On Sun, 10 Jun 2007 09:01:44 +0900 Yasufumi Haga <[EMAIL PROTECTED]> wrote: | Hello Massimo | | On Sat, 09 Jun 2007 17:02:42 +0200 | Massimo Maiurana <[EMAIL PROTECTED]> wrote: | | | Yasufumi Haga, il 09/06/2007 15:5

Re: [e-users] evas compilation error

2007-06-09 Thread The Rasterman
On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga <[EMAIL PROTECTED]> babbled: my guess is the AC_PATH_XTRA macros shipped with your distro don't cover the locations x can be installed - like /usr/X11R6/... but your distro puts them there. you could set CFLAGS and LDFLAGS to ass -I/usr/X11R6/includ