Re: Failed non-blocking connect returns incorrect errno on AF_UNIXprotocol

2003-03-26 Thread David Huang
Corinna Vinschen wrote: On Wed, Mar 26, 2003 at 08:48:33AM +0800, David Huang wrote: Failed non-blocking connect returns incorrect errno on AF_UNIX protocol. See attached test program. On cygwin: $ ./afunix EINPROGRESS: Operation now in progress On Linux 2.4 (Debian 2.2) Linux 2.4 (Redhat 7.3

Re: Failed non-blocking connect returns incorrect errno on AF_UNIXprotocol

2003-03-26 Thread David Huang
Steven O'Brien wrote: On Wed, Mar 26, 2003 at 08:48:33AM +0800, David Huang wrote: Failed non-blocking connect returns incorrect errno on AF_UNIX protocol. I think it is unlikely that the app really needs the connect() call to be non-blocking (otherwise it would have to handle the in-progress

Re: Mozilla 1.3 built on cygwin?

2003-03-26 Thread David Huang
Christopher Faylor wrote: On Wed, Mar 26, 2003 at 09:59:19PM -0800, Randall R Schulz wrote: 2. Having a complex GUI app like Mozilla ported to Cygwin could prove to be a stick in which to measure and compare the over all efficiency and performance of Cygwin. If the native

Re: motif libs

2003-03-04 Thread David Huang
Darbin Rowland-p95674 wrote: I have the rpm files for i386 motif but I can't install them because I don't have rpm. How do you isntall rpms on cygwin? Thanks, Rowland Hi, Please google rpm cygwin first. here: http://sourceforge.net/projects/cygwin-rpm/ Unfortunately, it had discontinued.

Re: Running GIMP under Cygwin (not Win32!)??

2003-03-03 Thread David Huang
Oops! sorry, i forget the patches:( Good luck;) Chris Olive wrote: I posted this question to the cygwin mailing list last week, and someone on that list referred me here and said he cross-posted for me. I didn't hear anything from his cross-post, so I'm trying again... It would seem it's at

Re: Running GIMP under Cygwin (not Win32!)??

2003-03-03 Thread David Huang
Hi! I'v uploaded the binary package and patches to sf.net(http://sourceforge.net/projects/cygnome). You can download it from http://sourceforge.net/project/showfiles.php?group_id=67909release_id=143989 Have fun! David Huang wrote: Oops! sorry, i forget the patches:( Good luck;) Chris Olive

Re: Debug build of X doesn't seem to load XF86Config

2003-02-27 Thread David Huang
Alexander Skwar wrote: Hi. As described in the first posting of Cannot recompile X, I also compiled a debug build of X. For this, I ran ./config/util/makeg.sh World. When I now run startx to start the debug build of X, it seems to ignore my /etc/X11/XF86Config-4. I think so, because if it would

RE: Lesstif update II

2003-02-27 Thread David Huang
On Thu, 27 Feb 2003 00:42:18 -0500, Harold L Hunt II wrote: Brian, Thanks for the packages. I am posting them now. That is great that you caught that bug. Harold Hi! Thanks for the update. But has this problem too: http://sources.redhat.com/ml/cygwin-xfree/2003-02/msg00029.html Please fix.

Re: failed to make ddd-3.3.1

2003-02-23 Thread David Huang
On Wed, 19 Feb 2003 11:07:23 -0500, Kirschner, Paul E. UTRC wrote: Previous posts claimed ddd built out of the box. My attempt (configure; make) failed... Making all in ddd make[1]: Entering directory `/home/kirschpe/ddd-3.3.1/ddd' c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -isystem /usr/X11R6/include

Re: FW: file manager xfm, or similar for xfree86 under cygwin

2003-02-11 Thread David Huang
Cary Lewis write: Hello, I am trying to locate a graphical file manager for Xfree86 running under cygwin I have tried to compile xfm 1.4.3 and got it working under xfree86 under cygwin, but it does not allow access to non cygwin directories. It complains saying Directory is Unreadable.

dlfcn.cc: clear previous dl errors before new dlopen, dlsym, dlclosecall?

2003-01-21 Thread David Huang
init_plugin fail init_plugin = f21050 I think output maybe like these: handle = f2 dlsym init_plugin fail init_plugin = 0 handle2 = f2 init_plugin = f21050 Is it so? Thanks. 2003-01-21 David Huang [EMAIL PROTECTED] * dlfcn.cc: Add clear_dl_error. (dlopen): Clear previous dl error