RE: lesstif mwm bug

2002-05-11 Thread Hans Werner Strube
From: Harold L Hunt [EMAIL PROTECTED] This is sort of a 'growing pain'. We'll be following the Cygwin standard of using the /usr prefix. I had discussed this on the list with Chris Faylor and others and the conclusion was to use /usr as the prefix. We will only change this is some

RE: lesstif mwm bug

2002-05-11 Thread Harold Hunt
Huh? Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hans Werner Strube Sent: Saturday, May 11, 2002 5:18 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: lesstif mwm bug From: Harold L Hunt [EMAIL PROTECTED] This is sort

RE: lesstif mwm bug

2002-05-11 Thread Ton van Overbeek
At 22:26 5/10/2002 -0400, Harold Hunt wrote: This also means that my mwm.exe problems have nothing to do with shared libs (since I've only been building static libs). One interesting thing to note is that I can get mwm to switch between virtual desktops by moving the mouse pointer to the edge of

RE: lesstif mwm bug

2002-05-11 Thread Harold Hunt
:[EMAIL PROTECTED]]On Behalf Of Ton van Overbeek Sent: Saturday, May 11, 2002 8:28 AM To: Harold Hunt; [EMAIL PROTECTED] Subject: RE: lesstif mwm bug At 22:26 5/10/2002 -0400, Harold Hunt wrote: This also means that my mwm.exe problems have nothing to do with shared libs (since I've only been

RE: lesstif mwm bug

2002-05-10 Thread Hans Werner Strube
From: Harold Hunt [EMAIL PROTECTED] I'd like you to do two things for me so that I can correct the lesstif package: 1) Please recompile lesstif and write down the exact set of configure flags that allow lesstif to function correctly. Try compiling without the --enable-static

RE: lesstif mwm bug

2002-05-10 Thread Ton van Overbeek
Hans Werner Strube wrote: 2) Download the lesstif binary distribution for Cygwin from http://prdownloads.sourceforge.net/lesstif/lesstiif-cygwin-0.93.18.tar.bz2. See if their package works, then figure out if they built static or shared libs. They built static libs only; but it will

RE: lesstif mwm bug

2002-05-10 Thread Harold L Hunt
Ton van Overbeek, Some more information about mwm.exe in lesstiif-cygwin-0.93.18.tar.bz2. The mwm.exe in that package (/usr/X11R6/bin/mwm.exe) needs the following dll's: libICE.dll, libSM.dll, libX11.dll, libXext.dll, cygwin1.dll and KERNEL32.dll. So obviously it has linked libXm and other

Re: lesstif mwm bug

2002-05-10 Thread Christopher Faylor
On Fri, May 10, 2002 at 02:41:03PM -0400, Harold L Hunt wrote: One other thing: please keep the lesstif cygwin packages (on sourceforge and the 'official' cygwin-XFree86 package) synchronised: i.e agree on same prefix etc. Maybe the sourceforge page should point to the official cygwin-XFree86

Re: lesstif mwm bug

2002-05-10 Thread Scott Brim
I'm told that the Debian policy is that for historical reasons, stuff from x.org goes in /usr/X11R6, but other stuff, even if it uses X, goes in /usr/bin.

Re: lesstif mwm bug

2002-05-10 Thread Charles Wilson
Christopher Faylor wrote: I don't think I ever gave an opinion on the /usr/bin vs. /usr/X11R6/bin. My preference is that all official X stuff goes in /usr/X11R6/bin but that seems to be counter to the way most modern distributions do things. So, I don't know that we have an actual

RE: lesstif mwm bug

2002-05-10 Thread Harold Hunt
Ton van Overbeek, Some more information about mwm.exe in lesstiif-cygwin-0.93.18.tar.bz2. The mwm.exe in that package (/usr/X11R6/bin/mwm.exe) needs the following dll's: libICE.dll, libSM.dll, libX11.dll, libXext.dll, cygwin1.dll and KERNEL32.dll. So obviously it has linked libXm and other

Re: lesstif mwm bug

2002-05-07 Thread Hans Werner Strube
From: Hans Werner Strube [EMAIL PROTECTED] The mwm from lesstif eats up 99 % of CPU time, both in the binary package and in a self-compiled version. I found that the select() calls in events.c do not wait but immediately fail with errno = EBADF, although fd_width is 256 and x_fd is 3 or 4

Re: lesstif mwm bug

2002-05-07 Thread Christopher Faylor
On Tue, May 07, 2002 at 09:21:52AM +0200, Hans Werner Strube wrote: From: Hans Werner Strube [EMAIL PROTECTED] The mwm from lesstif eats up 99 % of CPU time, both in the binary package and in a self-compiled version. I found that the select() calls in events.c do not wait but immediately

Re: lesstif mwm bug

2002-05-07 Thread Harold L Hunt
I'll try to patch the LessTif package tonight and get it uploaded. Harold Christopher Faylor [EMAIL PROTECTED] said: On Tue, May 07, 2002 at 09:21:52AM +0200, Hans Werner Strube wrote: From: Hans Werner Strube [EMAIL PROTECTED] The mwm from lesstif eats up 99 % of CPU time, both in the