XInternAtom XRectInRegion ... not found ... problem with the make file?

2005-11-22 Thread Robert Body
Hi, I am getting errors about xlib components missing. Running find gives me this: / find * | grep XInternAtom usr/X11R6/lib/X11/doc/html/XInternAtom.3.html usr/X11R6/lib/X11/doc/html/XInternAtoms.3.html usr/X11R6/man/man3/XInternAtom.3 usr/X11R6/man/man3/XInternAtoms.3 so it finds the

Re: XInternAtom XRectInRegion ... not found ... problem with the make file?

2005-11-22 Thread Brian Dessent
Robert Body wrote: $(CC) $(CFLAGS) $(XLIBDIR) $(XLIBS) $(OBJS) -o $(PROGRAM) In case it wasn't clear in my first reply, this is wrong. You need OBJS before XLIBS, the order does matter. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: XInternAtom XRectInRegion ... not found ... problem with the make file?

2005-11-22 Thread Robert Body
Yes that is the fix for it... and no it wasn't clear before. Now the problem is immediate and constant core-dumping, but at least it built fine. Thanks :-) Since this was a distrubuted software (and 5 years old) I thought the makefile would have been right. And I didn't know that OBJS

Re: XInternAtom XRectInRegion ... not found ... problem with the make file?

2005-11-22 Thread Brian Dessent
Robert Body wrote: Since this was a distrubuted software (and 5 years old) I thought the makefile would have been right. And I didn't know that OBJS before XLIBS would make a difference like that. When you port software that has only really ever been tested under Linux to other *nix-like

rxvt fonts size setting problem for X/Cygwin

2005-11-22 Thread faif cn
Hello All, I use rxvt in cygwin in dos shell without X. Font size is set on .Xdefaults as Rxvt*font: Lucida Console-14 But when I run rxvt in X, the fonts size of rxvt terminal is too small. The same setting seems not affect rxvt in X? How can I keep fonts as same as big in cygwin dos shell?

Re: rxvt fonts size setting problem for X/Cygwin

2005-11-22 Thread Igor Pechtchanski
On Tue, 22 Nov 2005, faif cn wrote: Hello All, I use rxvt in cygwin in dos shell without X. Font size is set on .Xdefaults as Rxvt*font: Lucida Console-14 But when I run rxvt in X, the fonts size of rxvt terminal is too small. The same setting seems not affect rxvt in X? How can I keep

Re: rxvt fonts size setting problem for X/Cygwin

2005-11-22 Thread Thomas Dickey
On Tue, 22 Nov 2005, Igor Pechtchanski wrote: On Tue, 22 Nov 2005, faif cn wrote: I use rxvt in cygwin in dos shell without X. Font size is set on .Xdefaults as Rxvt*font: Lucida Console-14 ... I don't know of an easy way to dispatch to a font name based on whether you're running X or

Re: rxvt fonts size setting problem for X/Cygwin

2005-11-22 Thread Leo
On 11/22/05, Igor Pechtchanski wrote: On Tue, 22 Nov 2005, faif cn wrote: Hello All, I use rxvt in cygwin in dos shell without X. Font size is set on .Xdefaults as Rxvt*font: Lucida Console-14 But when I run rxvt in X, the fonts size of rxvt terminal is too small. The same

Re: rxvt fonts size setting problem for X/Cygwin

2005-11-22 Thread Igor Pechtchanski
On Tue, 22 Nov 2005, Leo wrote: On 11/22/05, Igor Pechtchanski wrote: On Tue, 22 Nov 2005, faif cn wrote: Hello All, I use rxvt in cygwin in dos shell without X. Font size is set on .Xdefaults as Rxvt*font: Lucida Console-14 But when I run rxvt in X, the fonts size of

compiling IceWM 1.2.23 - ld:cannot find -ljpeg

2005-11-22 Thread Robert Body
Hi, I am trying to compile IceWM 1.2.23 I got 1.0.9-2 to work on another computer and it's great (but the IceWM 1.0.9-2 is 4 years old at least) and this computer has issues with xterm (in IceWM and with Paste function in IceWM) so I want to get the latest IceWM. It's the coolest Windows

cygheap base mismatch

2005-11-22 Thread Lester Ingber
I've sent the report below to [EMAIL PROTECTED] However, I've been trying other software on my system, and the only part that seems to be failing is starting XWin and xterms, so I'm sending this report here as well. As mentioned below, I start my XWin with XWin -notrayicon -unixkill -clipboard

Re: rxvt fonts size setting problem for X/Cygwin

2005-11-22 Thread Charles Wilson
Igor Pechtchanski wrote: I don't know of an easy way to dispatch to a font name based on whether you're running X or native. You could try playing with window names and using this as a selector in your .Xdefaults... Igor Here's what I do: (1) ~/.Xdefaults has the following (if you

Re: rxvt fonts size setting problem for X/Cygwin

2005-11-22 Thread Brian Dessent
Charles Wilson wrote: One thing I haven't worked out is, if I click this shortcut with no X server running, I get a gigantic rxvt-native window with absolutely huge font. But that's my error; I just close the window, start the X server, and go again. Problem solved. FWIW I noticed the