where are Xlib.h Xutil.h Xatom.h ecc???

2003-02-20 Thread kkk
i'm trying to compile a small program (that uses Xforms) make requests: X11/Xlib.h X11/Xutil.h X11/Xatom.h X11/keysum.h X11/Xresource.h X11/cursorfont.h where are they placed? /usr/include/X11 is absent!

Re: where are Xlib.h Xutil.h Xatom.h ecc???

2003-02-20 Thread Sylvain Petreolle
you forgot to install the headers! install the XFree86-prog package with setup.exe. see http://www.cygwin.com/packages --- kkk [EMAIL PROTECTED] a écrit : i'm trying to compile a small program (that uses Xforms) make requests: X11/Xlib.h X11/Xutil.h X11/Xatom.h X11/keysum.h X11/Xresource.h

Re: (fwd) non us keyboards and cygwin xfree86

2003-02-20 Thread David Starks-Browning
On Thursday 6 Feb 03, Alexander Gottwald writes: On Thu, 6 Feb 2003, J S wrote: Hi Tom, I tried that but got: $ xkbcomp -xkm -m gb /usr/X11R6/lib/X11/xkb/keymap/xfree86 /etc/X11/xkb/keymap/gb Error:Include file wrong type (expected KeyNames, got Keymap)

Re: (fwd) non us keyboards and cygwin xfree86

2003-02-20 Thread Colin Harrison
Hi You will need more than that in your /etc/X11/XF86Config file:- Section ServerLayout Identifier dummy Screen dummy InputDevice Keyboard1 CoreKeyboard EndSection Section InputDevice Identifier Keyboard1 Driver Keyboard Option

Re[2]: XKB config?

2003-02-20 Thread Lev Serebryakov
Hello, Alexander! Tuesday, February 18, 2003, 12:17:56 AM, you wrote: AG I've used the parse from the XFree86 server and unfortunatly it requires AG some special sections which we do not need. AG A minimal config file is: AG Section InputDevice AG Identifier RuKeyboard AG Driver Keyboard

XFree86-cygwin KDE national keybord layouts

2003-02-20 Thread Lev Serebryakov
Hello, cygwin-xfree! How are you? Does somebody use KDE under cygwin XFree86 (of course, KDE is started on UNIX, not on Win+cygwin) and national keyboard layout? I've setup russian keyboard (thanks to Alexander Gottwald), and it works under twm + xterm. No I'm trying to make it work

Re: XFree86-cygwin KDE national keybord layouts

2003-02-20 Thread Andrew Markebo
/ Lev Serebryakov [EMAIL PROTECTED] wrote: | [...] | KDE is configured for two keyboard layouts: English and Russian. | I've configured `ctrl+shift' group toggle in KDE. But it doen't work | -- it allows to switch layouts via clicing on flag icon on dock, but | it doesn't do anything when

Re: (fwd) non us keyboards and cygwin xfree86

2003-02-20 Thread Alexander Gottwald
David Starks-Browning wrote: But how do we use /etc/X11/XF86Config? I don't have one there already. I downloaded your sample, but there was a lot of other stuff besides the keyboard options. The other stuff is not used, but partly required. The easiest way is to add/replace the options

Re: (fwd) non us keyboards and cygwin xfree86

2003-02-20 Thread Alexander Gottwald
David Starks-Browning wrote: But how do we use /etc/X11/XF86Config? I don't have one there already. I downloaded your sample, but there was a lot of other stuff besides the keyboard options. I have replaced the configfile with a version, where all unused sections were replaced with the

Re: using rxvt with other shells

2003-02-20 Thread Igor Pechtchanski
On Thu, 20 Feb 2003, Elfyn McBratney wrote: On Wed, Feb 19, 2003 at 05:00:51PM -0500, Igor Pechtchanski wrote: FYI, pdksh (http://web.cs.mun.ca/~michael/pdksh/) compiles OOTB on Cygwin and is a fully conformant ksh implementation. If all you need is ksh, there you go. Anyone want to