Re: fortune-1.99.1-2

2006-10-09 Thread Yitzchak Scott-Thoennes
On Wed, Oct 04, 2006 at 12:24:18PM +0200, Corinna Vinschen wrote: On Sep 11 19:10, Buchbinder, Barry (NIH/NIAID) [E] wrote: http://sourceware.org/ml/cygwin-apps/2006-01/msg00113.html Is it time to remove the test designation? I removed the test, curr and prev lines from setup.hint.

Re: [UPLOAD] chere-0.7-1

2006-10-09 Thread Corinna Vinschen
On Oct 8 21:59, Dave Diane wrote: Please upload a new version of mlcscope. Minor fixes. http://www.lowtechnet.com/cscope/mlcscope-14.1.8-2-src.tar.bz2 http://www.lowtechnet.com/cscope/mlcscope-14.1.8-2.tar.bz2 Uploaded. Corinna -- Corinna Vinschen Please, send mails

Re: X and MS .Net

2006-10-09 Thread Asmodehn Shade
Hi, Thanks for the quick reply ;-) Well my program will not be entirely C# I guess as I dont plan to rewrite everything ;-) The goal is just to display a remote X client inside a .Net GUI... I m just looking for the best place to plug my code, so I dont have to reinvent the wheel once more :-p

Re: X and MS .Net

2006-10-09 Thread billh
Hi, There is quite a lot of difference between displaying a client in your C# code and embedding an X server in it! Displaying clients in other programs actually has some history in X.org in the Broadway extension to the X server. Basically this is an extension that gives you some of the

src/winsup/cygwin ChangeLog devices.in devices.cc

2006-10-09 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-10-09 08:27:23 Modified files: winsup/cygwin : ChangeLog devices.in devices.cc Log message: * devices.in: Raise number of handled serial ports to 64. * devices.cc: Regenerate.

src/winsup/cygwin ChangeLog fhandler_disk_file ...

2006-10-09 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2006-10-09 14:01:53 Modified files: winsup/cygwin : ChangeLog fhandler_disk_file.cc path.cc Log message: * path.cc (path_conv::get_nt_native_path): Properly detect \\?\ paths.

Re: Patch to enable proper handling of Win32 //?/GLOBALROOT/device paths

2006-10-09 Thread Corinna Vinschen
On Oct 7 12:13, [EMAIL PROTECTED] wrote: Thanks for the feedback. I've got a few supporting points though that may shed some more light on this. On Windows XP the only way to access VSS volumes is by specifying the temporary and dynamically generated GLOBALROOT path that the VSS COM API

Re: more serial ports

2006-10-09 Thread Corinna Vinschen
On Oct 6 14:22, ahnkle wrote: Hi, I have more that 9 serial ports on my machine, some real, some virtual. When I recently tried to open /dev/ttyS21 it failed. Is this : some inbuilt limit? Yes, Cygwin only allows /dev/ttyS0 up to /dev/ttyS15 so far. I raised the limit to 63 in CVS,

Re: How to select on a win32 handle?

2006-10-09 Thread Corinna Vinschen
On Oct 7 04:52, Peter Ekberg wrote: Hello! I'm finding that I have a need to select on a win32 handle. I found the function cygwin_attach_handle_to_fd which sounded promising, but I do not have any luck when I try to use it. That won't work. The Windows select function is only implemented

Re: How to select on a win32 handle?

2006-10-09 Thread Peter Ekberg
On Mon, Oct 09, 2006 at 10:55:18AM +0200, Corinna Vinschen wrote: On Oct 7 04:52, Peter Ekberg wrote: Hello! I'm finding that I have a need to select on a win32 handle. I found the function cygwin_attach_handle_to_fd which sounded promising, but I do not have any luck when I try to

Compiling TVision under Cygwin fails

2006-10-09 Thread Vojta
Hello, I just tried to compile Turbo Vision under Cygwin: I ran ./configure, which finished without errors I ran make and it compiled okay, until got to file classes/wingr/wingrscr.cc, where it stoped with error that function _get_osfhandle (line 703) was not declared. However, this function is

Re: How to select on a win32 handle?

2006-10-09 Thread Corinna Vinschen
On Oct 9 12:04, Peter Ekberg wrote: On Mon, Oct 09, 2006 at 10:55:18AM +0200, Corinna Vinschen wrote: To implement a POSIX select function which allows to select on any descriptor one needs to implement it specificially for each known, resp. useful file type. Naturally this

Cannon chmod on Shared Network Files

2006-10-09 Thread Vishwanath_Karthik
Hi , I am running cygwin on Windows NT system. I am unable to do chmod on the files that reside on mapped drives. I am able to change the permissions of local files but not the ones on the mapped drive even though I am the superuser and the files are shared as read/write.

Re: API versus web interface for public document access

2006-10-09 Thread mwoehlke
Mike Marchywka wrote: Thanks, I've been on the list before and I do recall some related success stories. Any suggestions for a more appropriate audience? Since your question (which I read, after skimming through to find it at the bottom of your post) seems to relate generically to scripting,

Re: Fatal error with PGREP

2006-10-09 Thread mwoehlke
Sean McNamara wrote: Hi all, I've been trying to resolve this for over a week, and there hasn't been a peep from the list. That has me wondering if: 1. Nobody has the slightest idea about what could be happening. 2. The solution is so painfully obvious that folks don't feel it warrants a

Re: Fatal error with PGREP

2006-10-09 Thread Sean McNamara
Thanks for your response Matthew. I have attached my cygcheck output this time. Sorry for not doing that initially. Most mailing lists I subscribe to do not allow attachments, so I didn't think of doing so initially. Also, I've reviewed the definition for TOFU, and am not sure I'm completely

RE: Fatal error with PGREP

2006-10-09 Thread Dave Korn
On 09 October 2006 16:34, Sean McNamara wrote: Hi all, I've been trying to resolve this for over a week, and there hasn't been a peep from the list. That has me wondering if: 1. Nobody has the slightest idea about what could be happening. Well, that's my reason for not having

Re: Problem running cygwin with 3rd party dll

2006-10-09 Thread Larry Hall (Cygwin)
greg at kinostudios dot com wrote: Larry Hall wrote: Sounds to me like you have a case of: http://cygwin.com/faq/faq-nochunks.html#faq.programming.msvcrt-and-cygwin But noticing your environment calls out two other things. You have a pretty old version of Cygwin (1.5.19) in your installation

Re: Cannon chmod on Shared Network Files

2006-10-09 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: Hi , I am running cygwin on Windows NT system. I am unable to do chmod on the files that reside on mapped drives. I am able to change the permissions of local files but not the ones on the mapped drive even though I am the superuser and the files

Re: cygserver errors

2006-10-09 Thread Larry Hall (Cygwin)
On 10/09/2006, Lester Ingber wrote: I am having problems with cygserver similar to those discussed in http://sourceware.org/ml/cygwin/2005-05/msg01378.html. On my XP Pro system, under Administrative Tools - Event Viewer - Application, I see several red X's whenever I start my modified

Re: Fatal error with PGREP

2006-10-09 Thread mwoehlke
Sean McNamara wrote: Thanks for your response Matthew. I have attached my cygcheck output this time. Um... ok, we got it the first two times, you can stop posting it now. :-) Sorry for not doing that initially. Most mailing lists I subscribe to do not allow attachments, so I didn't think

Re: cygserver errors

2006-10-09 Thread Lester Ingber
Larry: This file is listed under `ls -l`: -rw--- 1 SYSTEM root 0 Aug 23 08:31 cygserver.log % cat cygserver.log cat: cygserver.log: Permission denied I couldn't access this file, so I temporarily used `chown --reference` to set the owner to myself. This file is empty, just as it

ImageMagick needs old X dlls - lyx/XmGrace fail because ImageMagick doesn't work

2006-10-09 Thread Volker Quetschke
This is merely a reminder that some packages fail because the current Xorg version removed some dlls that are needed by ImageMagick. This is not a new issue, see here: http://www.cygwin.com/ml/cygwin-xfree/2006-08/msg00052.html http://www.cygwin.com/ml/cygwin/2006-10/msg00236.html Volker --

Re: ImageMagick needs old X dlls - lyx/XmGrace fail because ImageMagick doesn't work

2006-10-09 Thread Christopher Faylor
On Mon, Oct 09, 2006 at 03:32:03PM -0400, Volker Quetschke wrote: This is merely a reminder that some packages fail because the current Xorg version removed some dlls that are needed by ImageMagick. This is not a new issue, see here: http://www.cygwin.com/ml/cygwin-xfree/2006-08/msg00052.html

SSH: Cygwin-Linux is slow

2006-10-09 Thread ppmoore
Has anyone else experience very slow speed when connected from Cygwin to a SuSE inux box using ssh? I'm not talking about the connection time. I mean that when logged onto the linux box using an xterm, that the time between typing a letter and viewing the response is of the order of 1-2

Re: SSH: Cygwin-Linux is slow

2006-10-09 Thread Brett Serkez
snip that the time between typing a letter and viewing the response is of the order of 1-2 seconds. Are you running anit-virus software? Do you have active virus scanning turned on? If so, try turning it off to see if it changes this behavior. Brett -- Unsubscribe info:

Re: cygserver errors

2006-10-09 Thread Larry Hall (Cygwin)
http://cygwin.com/acronyms/#TOFU. Reformatted. Lester Ingber wrote: On Mon, Oct 09, 2006 at 01:13:51PM -0400, Larry Hall (Cygwin) wrote: : Date: Mon, 09 Oct 2006 13:13:51 -0400 : From: Larry Hall (Cygwin) reply-to-list-only-lh AT cygwin DOT com : Reply-To: cygwin AT cygwin DOT com :

Re: cygserver errors

2006-10-09 Thread Lester Ingber
In /etc/cygserver.conf I set kern.log.syslog yes and restarted the cygserver service. I then started my startxwin.sh. I still have an empty /var/log/cygserver.log file, with the same errors in Event Viewer - Application. Lester On Mon, Oct 09, 2006 at 01:13:51PM -0400, Larry Hall (Cygwin)

Re: cygserver errors

2006-10-09 Thread René Berber
Lester Ingber wrote: In /etc/cygserver.conf I set kern.log.syslog yes and restarted the cygserver service. I then started my startxwin.sh. I still have an empty /var/log/cygserver.log file, with the same errors in Event Viewer - Application. You need to install syslogd (part of

Re: cygserver errors

2006-10-09 Thread Lester Ingber
I do have all Cygwin packages on my PC. I assume that I must specifically activate syslogd? But why? If the same info is in now the Windows event log, what else would be learned? Thanks. Lester :Lester Ingber wrote: : : In /etc/cygserver.conf I set : kern.log.syslog yes : and restarted the

Re: SSH: Cygwin-Linux is slow

2006-10-09 Thread ppmoore
Yes, I do. Thanks, I'll try it out. Paul Brett Serkez-2 wrote: snip that the time between typing a letter and viewing the response is of the order of 1-2 seconds. Are you running anit-virus software? Do you have active virus scanning turned on? If so, try turning it off to see if

Re: Compiling TVision under Cygwin fails

2006-10-09 Thread Larry Hall (Cygwin)
Vojta wrote: Hello, I just tried to compile Turbo Vision under Cygwin: I ran ./configure, which finished without errors I ran make and it compiled okay, until got to file classes/wingr/wingrscr.cc, where it stoped with error that function _get_osfhandle (line 703) was not declared. However,

Re: SSH: Cygwin-Linux is slow

2006-10-09 Thread DePriest, Jason R.
On 10/9/06, ppmoore wrote: Yes, I do. Thanks, I'll try it out. Paul Brett Serkez-2 wrote: snip that the time between typing a letter and viewing the response is of the order of 1-2 seconds. Are you running anit-virus software? Do you have active virus scanning turned on? If so,

[ANNOUNCEMENT] Updated: mlcscope-14.1.8-2

2006-10-09 Thread Dave Diane
Version 14.1.8-2 of mlcscope has been uploaded. mlcscope is a version of cscope that is maintained by Lucent Technologies. mlcscope has separate parsers for C and C++ to better detect language differences. It allows developers to interrogate their source. [SECURITY Update] mlcscope-14.1.8-2

Re: SSH: Cygwin-Linux is slow

2006-10-09 Thread Marko Bozikovic
ppmoore wrote: Has anyone else experience very slow speed when connected from Cygwin to a SuSE inux box using ssh? I'm not talking about the connection time. I mean that when logged onto the linux box using an xterm, that the time between typing a letter and viewing the response is of the

Updated: mlcscope-14.1.8-2

2006-10-09 Thread Dave Diane
Version 14.1.8-2 of mlcscope has been uploaded. mlcscope is a version of cscope that is maintained by Lucent Technologies. mlcscope has separate parsers for C and C++ to better detect language differences. It allows developers to interrogate their source. [SECURITY Update] mlcscope-14.1.8-2