Czech (QWERTY) keyboard layout not autodetected

2005-05-23 Thread Spike
Hello, I use Cygwin/X quite lot, but Czech QWERTY (cz_qwerty in X.org) layout is not auto detected, which is kind of pity. http://www.microsoft.com/globaldev/keyboards/kbdcz1.htm (--) winConfigKeyboard - Layout: "00010405" (00010405) (EE) Keyboardlayout "Czech (QWERTY)" (00010405) is unknown Wit

Re: gnome-session build fails

2005-05-23 Thread jose isaias cabrera
Thanks man. As we say in Spanish, "muchas gracias!" Added the file and it worked. Thanks! jic On 23:40 Mon 23 May , Gerrit P. Haase wrote: > jose isaias cabrera wrote: > > >Ago, > > > >>>Ok, I agree, but somehow, libtool is not figuring itself out. However, > >>>is that dynamic link ok?

Re: make of glib-2.6.4 fails

2005-05-23 Thread jose isaias cabrera
On 23:43 Mon 23 May , Gerrit P. Haase wrote: > jose isaias cabrera wrote: > >`/usr/local/share/aclocal/glib-gett > >ext.m4': Permission denied > > What are the permissions of this directory? > I usually have 777 on all directories in /usr/local. interesting! I've never played with permission

Re: libtool-1.5.18 build fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: Greetings! Long story, but trying to build latest libtool to see if it fixes a problem, but it's also failing. Here is the full 'make' and 'make install' run: libtool 1.5.10 is fine for me. I have compiled nearly the whole GNOME platform with this libtool. If i

Re: make of glib-2.6.4 fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: /usr/bin/install: cannot create regular file `/usr/local/share/aclocal/glib-gett ext.m4': Permission denied make[3]: *** [install-m4dataDATA] Error 1 make[3]: Leaving directory `/home/us319318/apps/glib-2.6.4/m4macros' make[2]: *** [install-am] Error 2 make[2]: Leavin

Re: gnome-session build fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: Ago, Ok, I agree, but somehow, libtool is not figuring itself out. However, is that dynamic link ok? yes gcc (or ld) would work fine. I don't know why libtool does not. Any options that I can do to libtool to make it work? Create the file libXrender.la. Just

libtool-1.5.18 build fails

2005-05-23 Thread jose isaias cabrera
Greetings! Long story, but trying to build latest libtool to see if it fixes a problem, but it's also failing. Here is the full 'make' and 'make install' run: jic 14:45:56-> make Making all in . make[1]: Entering directory `/home/us319318/apps/libtool-1.5.18' CONFIG_FILES=libtoolize CONFIG_H

Re: gnome-session build fails

2005-05-23 Thread jose isaias cabrera
Ago, Ok, I agree, but somehow, libtool is not figuring itself out. However, is that dynamic link ok? yes gcc (or ld) would work fine. I don't know why libtool does not. Any options that I can do to libtool to make it work? jic

Re: make of glib-2.6.4 fails

2005-05-23 Thread jose isaias cabrera
jose isaias cabrera wrote: Greetings! I am trying to build glib 2.6.4, since a package that I want to build requires it. the configure part went ok without errors. I configured with the --prefix=/usr option on. Here is the last part of the make run: bs/gspawn.o .libs/gwin32

Re: gnome-session build fails

2005-05-23 Thread Alexander Gottwald
On Mon, 23 May 2005, jose isaias cabrera wrote: > Ok, I agree, but somehow, libtool is not figuring itself out. However, > is that dynamic link ok? yes gcc (or ld) would work fine. I don't know why libtool does not. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 12

Re: gnome-session build fails

2005-05-23 Thread jose isaias cabrera
On 18:05 Mon 23 May , Alexander Gottwald wrote: > On Mon, 23 May 2005, jose isaias cabrera wrote: > > > -lgthread-2.0 -lglib-2.0 -lintl -liconv -lesd -laudiofile -lm > > -L/usr/lib -lwrap > > libtool: link: cannot find the library `/usr/X11R6/lib/libXrender.la' > > before blaming libtool: d

Re: gnome-session build fails

2005-05-23 Thread Alexander Gottwald
On Mon, 23 May 2005, jose isaias cabrera wrote: > `/home/us319318/apps/gnome-session-2.10.0/gnome-session' > /bin/bash ../libtool --mode=link gcc -g -O2 -o gnome-session.exe > manager.o ice.o main.o prop.o save.o command.o remote.o logout.o > splash-widget.o gsm-xrandr.o gsm-keyring.o gsm-gsd.o

Re: gnome-session build fails

2005-05-23 Thread jose isaias cabrera
On 16:53 Mon 23 May , Alexander Gottwald wrote: > On Mon, 23 May 2005, jose isaias cabrera wrote: > > main.c: In function `have_ipv6': > > main.c:199: error: `AF_INET6' undeclared (first use in this function) > > main.c:199: error: (Each undeclared identifier is reported only once > > main.c:1

Re: make of glib-2.6.4 fails

2005-05-23 Thread Gerrit P. Haase
jose isaias cabrera wrote: Greetings! I am trying to build glib 2.6.4, since a package that I want to build requires it. the configure part went ok without errors. I configured with the --prefix=/usr option on. Here is the last part of the make run: bs/gspawn.o .libs/gwin32.o

Re: gnome-session build fails

2005-05-23 Thread Alexander Gottwald
On Mon, 23 May 2005, jose isaias cabrera wrote: > main.c: In function `have_ipv6': > main.c:199: error: `AF_INET6' undeclared (first use in this function) > main.c:199: error: (Each undeclared identifier is reported only once > main.c:199: error: for each function it appears in.) > > Anyone has an

gnome-session build fails

2005-05-23 Thread jose isaias cabrera
Greetings! I am trying to build gnome-session-2.10.0 to run with openbox wm and I configured gnome-session with this command: ./configure --prefix=/usr --with-x --with-window-manager=openbox The configure executes well with out any problem, but the make fails with, jic 10:24:28-> make make