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 sy

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

2005-11-22 Thread Robert Body
that OBJS before XLIBS would make a difference like that. -Robert From: Brian Dessent <[EMAIL PROTECTED]> Reply-To: cygwin-xfree@cygwin.com To: cygwin-xfree@cygwin.com Subject: Re: XInternAtom XRectInRegion ... not found ... problem with the make file? Date: Tue, 22 Nov 2005 01:22:

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: htt

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 docs