RE: Cannot start X

2002-10-26 Thread Martin Rausche
Harold, THANKS! That was the cause of my problems. There was a copy under WINNT :-( X is working now. Martin. -Original Message- From: [EMAIL PROTECTED] [mailto:cygwin-xfree-owner;cygwin.com]On Behalf Of Harold L Hunt II Sent: Saturday, October 26, 2002 07:52 To: [EMAIL PROTECTED]

Re: Cannot start X

2002-10-26 Thread Harold L Hunt II
Martin, Glad I could help. It was actually Sylvain Petreolle that answered your question... I just helped you understand what that answer meant. :) Harold Martin Rausche wrote: Harold, THANKS! That was the cause of my problems. There was a copy under WINNT :-( X is working now. Martin.

Ported X11 soft from Solaris

2002-10-26 Thread Max Buvry
Hi, I use cygwin/xfree under XP and I attempt to port a graphic application which runs under Solaris 7. The beginning of my makefile is : CC = gcc COPT= -O -c -g -Wall LIB = -lSM -lXpm -lXaw -lXmu -lXt -lX11 -lXext -lm -lc -lpq CFLAGS = -I/usr/include/ -I/usr/X11R6/include/ LDFLAGS

Re: Ported X11 soft from Solaris

2002-10-26 Thread Benjamin Riefenstahl
Hi Max, Max Buvry [EMAIL PROTECTED] writes: LIB = -lSM -lXpm -lXaw -lXmu -lXt -lX11 -lXext -lm -lc -lpq Don't specify the C runtime libraries, they are implied and adding them here can only do harm. IOW drop -lm -lc. CFLAGS = -I/usr/include/ -I/usr/X11R6/include/ Same with C

Re: [ANNOUNCEMENT] Server Test 68

2002-10-26 Thread Kensuke Matsuzaki
Rootless mode initialize in CreateWindow, and clean up in DestroyWindow. But DestroyWindow is seldom called(I don't know why), so we can't delete HRGN and resource leaks. In XDarwin, it seems that they use RootlessRealizeWindow/RootlessUnrealizeWindow. We will need to move code to