RE: xwinclip

2002-12-30 Thread Harold L Hunt II
Koji, Oops, I was thinking I was sending this to Kensuke... but now you can both verify that it still works :) Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Harold L Hunt II Sent: Tuesday, December 31, 2002 1:19 AM To: Koji Nakamaru Cc: cygx Sub

xwinclip

2002-12-30 Thread Harold L Hunt II
Koji, Could you check the 4.2.0-7 version of Cygwin/XFree86's xwinclip package to make sure that it still works with Japanese characters on Windows NT/2000/XP? Thanks, Harold

Re: XFree and File Systems

2002-12-30 Thread Alexander Gottwald
Sylvain Petreolle wrote: > Hasn't got cygwin any nfs port ? No. This does not make sense since the NFS driver must be attached to the windows VFS. It would be possible to write a fhandler for cygwin which does all the nfs stuff but then only cygwin programs could access the nfs files. It's the

Re: new runtime pseudo-reloc in cygwin 1.3.18

2002-12-30 Thread Alexander Gottwald
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() }; Unfortuna

Re: Buildpatch for cygdps.dll

2002-12-30 Thread Harold L Hunt
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. > The Imakefile has a build dependency for ProgramTargetName(pswrap) which > is pswrap.exe for

Re: XFree and File Systems

2002-12-30 Thread Sylvain Petreolle
Hasn't got cygwin any nfs port ? > No. Using the remote application is like walking to the linux pc and > working there. You don't have access to the windows host. The only > way > to exchange files is to use a network filesystem (SMB or AFS) and > access > this from linux and windows. Same for

Re: XFree and File Systems

2002-12-30 Thread Alexander Gottwald
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 application remotely. > I need that the user (windows system) use the

Buildpatch for cygdps.dll

2002-12-30 Thread Alexander Gottwald
Hi, the patch fixes some dependency problems with crosscompiling libdps. The Imakefile has a build dependency for ProgramTargetName(pswrap) which is pswrap.exe for cygwin, but should be pswrap when crosscompiling. This caused libdps to be recompiled whenever make or make install waas called for l

XFree and File Systems

2002-12-30 Thread Martín De Marchi
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 application remotely. I need that the user (windows system) use the remote linux application (via xfree) an

Re: xwinclip-Test06

2002-12-30 Thread Benjamin Riefenstahl
Hi Harold, Harold L Hunt II <[EMAIL PROTECTED]> writes: > However, I will leave in the messaging window as it is needed by > many people that are working on patches, so it would be silly to > remove all of that framework. Of course. > I will try to make a new release of xwinclip shortly. Look

Re: new runtime pseudo-reloc in cygwin 1.3.18

2002-12-30 Thread Alexander Gottwald
Alan Hourihane wrote: > > Without the reloc patch everything is fine. The problem is _XtInherit. I'm > > now trying to build all libraries with the SUNSHLIB macro. maybe this works. > > At least xclock started after i replaced cygXt-6.dll with a version where > > SUNSHLIB was defined. > > Grea