RE: animated gif

2007-02-28 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
From: garbicha > I'm a kind of new to cygwin and gnu .I want to make an animated > gif/png movie using gnuplot. Can someone help me with that? This is question is about gnuplot, not cygwin, so is off-topic here. You would do better to ask a gnuplot list. -- Unsubscribe info: http://cygw

Deprecating ntea

2007-02-28 Thread Corinna Vinschen
Hi, I think it's time to remove the CYGWIN=ntea setting from Cygwin. (see http://cygwin.com/cygwin-ug-net/using-cygwinenv.html) The reason is that it's just a fake. It fakes POSIX permission bits by using the "extended attributes" capability built into NTFS. it also works on FAT by creating a b

Missing dependencies for qt3-devel

2007-02-28 Thread Rafal Mantiuk
Hi, pkg-config file "qt-mt.pc" lists several libraries that are not installed when "qt3-devel-3.3.4-2" is selected. The missing libraries can be found in: XFree86-lib-compat xorg-x11-devel minires-devel It is quite difficult to figure out which packages are required, so I would suggest adding t

[ANNOUNCEMENT] Updated: astyle-1.20.2-1

2007-02-28 Thread Chris Sutcliffe
I've uploaded a new version astyle, 1.20.2-1, in keeping with the current upstream release. For a list of changes check out http://astyle.sourceforge.net/astyle_release_notes.html. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downl

Regarding Problems with the mount command inside a script

2007-02-28 Thread Rakesh Kumar
Hello, I'm running a command inside Cygwin mount -b /cygdrive/c/cygwin/rakesh /cygdrive/c/cygwin/rakesh/usr/cygnus But I get the following error… mount: /cygdrive/c/cygwin/rakesh/usr/cygnus: Invalid argument Is the mount command wrongly given?? Regards, Rakesh _

Re: Regarding Problems with the mount command inside a script

2007-02-28 Thread Brian Dessent
Rakesh Kumar wrote: > I'm running a command inside Cygwin > > mount -b /cygdrive/c/cygwin/rakesh /cygdrive/c/cygwin/rakesh/usr/cygnus > > But I get the following error… > > mount: /cygdrive/c/cygwin/rakesh/usr/cygnus: Invalid argument > > Is the mount command wrongly given?? Yes. Take a look

Re: Ambiguous error from ./configure

2007-02-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Forrest Aldrich on 2/27/2007 9:31 AM: > I've been working on building a patched version of SSH. Using the > standard configure, it's generating this error: > > configure:4187: error: C preprocessor "gcc -E" fails sanity check In this ca

Re: Strange message from updatedb

2007-02-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Phil Edwards on 2/27/2007 11:50 AM: > On 2/27/07, Furash Gary <[EMAIL PROTECTED]> wrote: >> /cygdrive/c/System\ Volume\ Information > > Quotes and backslashes aren't going to solve the problem, I think. I > looked at updatedb (it's a she

Re: Sony Dual [CD/DVD] RW Drive Problems

2007-02-28 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to LDR on 2/20/2007 3:30 PM: > I have one of those IEEE 1394 (Firewire) CD/DVD-RW+RW drives. > > When I recursively copy one directory ('x.ab') from my HDD to a DVD-RW > in Explorer, everything looks good until I do an 'ls -l' on the drive.

Re: /dev/null timing and clock skew problems

2007-02-28 Thread Aaron Gray
It seems the 'Clock Skew' warnings are the only serious ones. They never used to occur on previous Cygwin releases though. I am building LLVM with Cygwin and am getting the warnings but on building GCC I am getting no clock skew or modification time warnings. http://llvm.org CVS and buil

RE: Strange message from updatedb

2007-02-28 Thread Furash Gary
Okay, for a vanilla cygwin user, is there anything *I* should be doing, or just ignore it and wait for a patch. Thanks for helping. I use find all the time .. :-) -Original Message- From: Eric Blake [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 6:19 AM Cc: Furash Gary;

Re: Strange message from updatedb

2007-02-28 Thread Phil Edwards
Try replacing spaces ' ' with dots '.' in the paths specified with --prunepaths. In a regexp a dot matches any character. I had tried that, but --prunepaths='/cygdrive/c/System.Volume.Information' still caused the corresponding directory to be searched. I didn't have time to look further then

Re: 1.7.0 CVS & perl mutex panic

2007-02-28 Thread Christopher Layne
On Tue, Feb 27, 2007 at 05:59:36PM -0600, Brian Ford wrote: > FYI > > $ uname -a > CYGWIN_NT-5.1 PC1163-8460-XP 1.7.0(0.166/4/2) 2007-02-26 09:41 i686 > unknown unknown Cygwin > > $ perl --version > > This is perl, v5.8.7 built for cygwin-thread-multi-64int > (with 1 registered patch, see perl

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2007-02-28 Thread Christopher Layne
On Thu, Jun 15, 2006 at 11:04:56AM -0400, Christopher Faylor wrote: > >I'm happy for you that CTRL-C works for you. It does not work for me. > > > >I'm almost never running gdb from a genuine DOS command prompt. > >Sometimes via ssh, sometimes via a terminal emulator. CTRL-C doesn't > >work

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2007-02-28 Thread Pedro Alves
Christopher Layne escreveu: On Thu, Jun 15, 2006 at 11:04:56AM -0400, Christopher Faylor wrote: I'm happy for you that CTRL-C works for you. It does not work for me. I'm almost never running gdb from a genuine DOS command prompt. Sometimes via ssh, sometimes via a terminal emulator. CTRL-C

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2007-02-28 Thread Christopher Faylor
On Thu, Mar 01, 2007 at 12:15:12AM +, Pedro Alves wrote: >Is there a reason DebugBreakProcess can't be used from inside >gdb if sending a ctrl-c with GenerateConsoleCtrlEvent (CTRL_C_EVENT, pid) >doesn't work? I suppose that it could be used for that but it might be tricky figuring out when it

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2007-02-28 Thread Pedro Alves
Christopher Faylor escreveu: On Thu, Mar 01, 2007 at 12:15:12AM +, Pedro Alves wrote: Is there a reason DebugBreakProcess can't be used from inside gdb if sending a ctrl-c with GenerateConsoleCtrlEvent (CTRL_C_EVENT, pid) doesn't work? I suppose that it could be used for that but it might

Re: GDB Ctrl-C Interrupt Fails WORKAROUND

2007-02-28 Thread Christopher Faylor
On Thu, Mar 01, 2007 at 01:12:21AM +, Pedro Alves wrote: >Christopher Faylor escreveu: >>On Thu, Mar 01, 2007 at 12:15:12AM +, Pedro Alves wrote: >>>Is there a reason DebugBreakProcess can't be used from inside gdb if >>>sending a ctrl-c with GenerateConsoleCtrlEvent (CTRL_C_EVENT, pid) >>>

Re: 100% CPU Usage and Error Message: Error, messageQ semaphore not equal to zero.

2007-02-28 Thread neo napster
Hi, Thanks for your instant reply. I have a few queries regarding cygserver and cygipc. We have just started looking into our programs to see what the impact will be to move from cygipc to cygserver. 1. Can you please give us an idea of the things that need to be done to move from cygipc to c

Regarding mount command inside CYGWIN

2007-02-28 Thread Rakesh Kumar
Hello, I'm running a command inside Cygwin mount -b /cygdrive/c/cygwin/rakesh /cygdrive/c/cygwin/rakesh/usr/cygnus But I get the following error… mount: /cygdrive/c/cygwin/rakesh/usr/cygnus: Invalid argument Is the mount command wrongly given?? Regards, Rakesh _

Re: Regarding mount command inside CYGWIN

2007-02-28 Thread Christopher Layne
On Thu, Mar 01, 2007 at 11:13:00AM +0530, Rakesh Kumar wrote: > Hello, > > I'm running a command inside Cygwin > >mount -b /cygdrive/c/cygwin/rakesh >/cygdrive/c/cygwin/rakesh/usr/cygnus > > But I get the following error? > > mount: /cygdrive/c/cygwin/rakesh/usr/cygnus: I