Re: xwinclip

2002-12-31 Thread Harold L Hunt II
Colin, Hmm... yes, xwinclip is now supposed to try to reconnect to the X Server when the X Server resets or shuts down. However, there may be some problem causing xwinclip to keep running after it fails to connect to the X Server. I will have to look into it. Thanks, Harold Colin Harrison

Re: xwinclip

2002-12-31 Thread Colin Harrison
Hi I've just noticed that the new winclip does not terminate when XWin is closed..it used to? Minor error but my XP now has an end program prompt on shutdown. Colin

Re: new runtime pseudo-reloc in cygwin 1.3.18

2002-12-31 Thread Alexander Gottwald
Alexander Gottwald wrote: > No. That was wrong. I think I'll have to redefine _XtInherit to NULL. The > compare will work but the fallback to produce the "Unresolved inheritance" > error will then result in a segfault. NULL did not work. But I've changed it to another constant and now it works.

Re: new runtime pseudo-reloc in cygwin 1.3.18

2002-12-31 Thread Alexander Gottwald
Alexander Gottwald wrote: > I changed it so that libXt uses _XtInherit and all other libraries and code > uses _imp___XtInherit. Now it seems that the comparisation is passed, but > It's worse than that. No. That was wrong. I think I'll have to redefine _XtInherit to NULL. The compare will work

Re: new runtime pseudo-reloc in cygwin 1.3.18

2002-12-31 Thread Alexander Gottwald
Charles Wilson wrote: > I seem to remember that pointer comparisons across a DLL boundary is a > Bad Thing; relocations and such. But I don't remember where I saw that > -- MSDN or ld docs, and I can't find it now. :-( I changed it so that libXt uses _XtInherit and all other libraries and code

Re: new runtime pseudo-reloc in cygwin 1.3.18

2002-12-31 Thread Charles Wilson
Alexander Gottwald wrote: So I don't even know where _XtInherit is called and whats different with the relocation. gdb revealed: Dll1 (libXt) defines void _XtInherit(). Dll2 (libXaw) uses _XtInherit and passes it to a function in libXt which does if (x == _XtInherit) { foo() }; Unfortunatly

Re: XFree and File Systems

2002-12-31 Thread Rasjid Wilcox
On Tue, 31 Dec 2002 10:28 am, Alexander Gottwald wrote: > Martín De Marchi wrote: > > Hi! > > > > I'm developing a linux application, but the majority > > of the pc's in my organization have installed windows > > system, so Im going to install cigwin's xfree in the > > machines and use the linux ap

Re: Buildpatch for cygdps.dll

2002-12-31 Thread Alan Hourihane
Done. On Mon, Dec 30, 2002 at 08:09:42 -0500, Harold L Hunt wrote: > Alexander, > > Good catch! > > Alan - do you want to commit this directly? > > Harold > > Alexander Gottwald <[EMAIL PROTECTED]> said: > > > Hi, > > > > the patch fixes some dependency problems with crosscompiling libdps.

Re: xwinclip

2002-12-31 Thread zakki
Harold, I can't test it till January 6. I tested xwinclip which looks at event.xselection.selection instead of PRIMARY, and it worked fine. But I don't know whether other change has succeeded. Kensuke Matsuzaki

RE: XFree and File Systems

2002-12-31 Thread Vince Hoffman
actualy there is a working NFS server but its still in testing. (search the cygwin-apps mailing list for details) no NFS client i know of though. the URL was http://www.oneparticularharbor.net/cygwin/ only tried it for an afternoon though. > -Original Message- > From: Alexander Gottwald >