Re: FLTK porgramming and Cygwin

2004-02-08 Thread Larry Hall
At 10:55 PM 2/8/2004, Maya you wrote: >"A required .DLL file CYGFLTKNOX-0.DLL, was not found" >Why am I getting this message when trying to run a small program I just >compiled using FLTK 1.1.4? It is obvious that I don't have the .DLL, but why >would I not have it? You didn't install the fltk pa

Re: Latest cvs

2004-02-08 Thread Christopher Faylor
On Sun, Feb 08, 2004 at 11:26:54PM -0500, Pierre A. Humblet wrote: >~: uname -a >CYGWIN_ME-4.90 hpn5170x 1.5.8(0.110/4/2) 2004-02-08 21:39 i686 unknown >unknown Cygwin > >With the latest cvs on WinME, the famous popup is back, at least in >processes running under make. Here's a hint: If you don'

Latest cvs

2004-02-08 Thread Pierre A. Humblet
~: uname -a CYGWIN_ME-4.90 hpn5170x 1.5.8(0.110/4/2) 2004-02-08 21:39 i686 unknown unknown Cygwin With the latest cvs on WinME, the famous popup is back, at least in processes running under make. I have also mentioned previously that since 1.5.7 hitting ^C during make (building cygwin) causes th

Re: Chown bug, attn fileutils maintainer (Was Re: RE : How can i really uninstall completly cygwin from Windows XP Pro ???)

2004-02-08 Thread Pierre A. Humblet
On Sun, Feb 08, 2004 at 10:12:32PM -0500, Igor Pechtchanski wrote: > > BTW, I have a procedural question regarding this. I have a 1-line patch > to fix this in the current fileutils source. However, fileutils is not > maintained, and the problem (generating filenames with the '//' prefix) > affe

FLTK porgramming and Cygwin

2004-02-08 Thread Maya
"A required .DLL file CYGFLTKNOX-0.DLL, was not found" Why am I getting this message when trying to run a small program I just compiled using FLTK 1.1.4? It is obvious that I don't have the .DLL, but why would I not have it? Most importantly, how do I fix the problem? Please note that have Dev-C++

Chown bug, attn fileutils maintainer (Was Re: RE : How can i really uninstall completly cygwin from Windows XP Pro ???)

2004-02-08 Thread Igor Pechtchanski
On Sun, 8 Feb 2004, Igor Pechtchanski wrote: > The first is a bug in the Cygwin version of chown. A temporary workaround > would be to use "chown -R Flo /*; chown Flo /". > [snip] > On Sun, 8 Feb 2004, Flo wrote: > > > Hello Thx for your help but i get and error : > >[snip] > > The error : > > $

Re: Windows XP Pro / Cygwin / CVS / OpenSSH ==> cvs [server aborted]: /opt/cvs: no such repository

2004-02-08 Thread Igor Pechtchanski
On Sun, 8 Feb 2004, Flo wrote: > My last message on this mailing list was about uninstalling Cygwin to > re-install it and solve my problem but my problem still. > > I installed a CVS Server and OpenSSH on Cygwin. > I succesfully remotly connect to my server via SSH > But when i try to checkout th

Re: RE : How can i really uninstall completly cygwin from Windows XP Pro ???

2004-02-08 Thread Igor Pechtchanski
The first is a bug in the Cygwin version of chown. A temporary workaround would be to use "chown -R Flo /*; chown Flo /". For the Windows way, go to the Properties dialog, then to the "Security" tab, then click on the "Advanced" button at the bottom, go to the "Owner" tab, and change the owner to

Re: tcl /tk on cygwin + mouse wheel event

2004-02-08 Thread Mathieu Malaterre
Alejandro, [Please CC as I am not on the cygwin ML, thank you] I am not sure I understand your explanation about python seg faulting. I did read the file: /usr/share/doc/usr/share/doc/Cygwin/python-2.3.3.README on why you But this is still not clear to me, why a wheel event is so complicated

Where has fdatasync gone?

2004-02-08 Thread Alejandro Lopez-Valencia
In the 1.5.7 runtime, the prototype for fdatasync exists in /usr/include/sys/unistd.h, but it is nowhere to be found in the actual import library. Is this a newlib or a cygwin bug? Reproducint the bug: $ grep fdatasync /usr/include/sys/unistd.h $ nm /usr/lib/libc.a | grep 'T __fdatasync' --

Re: tcl /tk on cygwin + mouse wheel event

2004-02-08 Thread Alejandro Lopez-Valencia
On Sat, 07 Feb 2004 15:25:24 -0500, Mathieu Malaterre wrote in <[EMAIL PROTECTED]>: >Alejandro, > Your suggestion did get me a little further :) Now the python script >output 'foo' but I still get a seg fault (*). On the other hand the tcl >script didn't change, I still don't get anything.

Re: 'errno' bug in cygwin+samba

2004-02-08 Thread Rolf Campbell
First of all, learn to include the correct headers, and to write valid C-code. Here's what you meant to type. #include #include #include #include #include int main() { if(mkdir("test", 0777) < 0) perror("mkdir1"); if(mkdir("test", 0777) < 0) perror("mkdir2"); return 0; } 2nd o

Re: cp claiming my files are the same when they aren't

2004-02-08 Thread Robert R Schneck
Steve <[EMAIL PROTECTED]> wrote: > cp keeps sending me error messages that it can't copy the file ( even > with -f ) because the files are the same. Hmm, I've noticed the following behavior. If I run the following commands in an empty directory: mkdir foo mkdir bar touch foo/toto.exe cp

tcl /tk on cygwin + mouse wheel event

2004-02-08 Thread Mathieu Malaterre
Alejandro, I try something else: # tcl program starts here % proc foo { args } { puts "foo" } % bind . "" foo # This gives me an Error: unknown option "-state". Here is the log file unknown option "-state" unknown option "-state" while executing "$w cget -state" (procedure "tk::

Re: Fw: cygwin-perl added to Gmane

2004-02-08 Thread Christopher Faylor
On Sat, Feb 07, 2004 at 11:53:53PM -1000, dominix wrote: > >Gmane Administrator wrote: >> We have received a request for adding the [EMAIL PROTECTED] >> mailing list to the Gmane mail-to-news gateway/archive. A subscription >> request message has been sent. >... >> The following parameters are set

nzqwkfvytgavcwjrt

2004-02-08 Thread escarborough
ALERT! This e-mail, in its original form, contained one or more attached files that were infected with a virus, worm, or other type of security threat. This e-mail was sent from a Road Runner IP address. As part of our continuing initiative to stop the spread of malicious viruses, Road Runner s

localtime_r not returning local time

2004-02-08 Thread Yitzchak Scott-Thoennes
localtime_r is (if no direct or indirect call to tzset has been made) returning UTC time. This is the source of the cygwin perl bug where perl's localtime() is returning UTC time. See: http://groups.google.com/[EMAIL PROTECTED] Perl does not ever directly call tzset (except when perl code calls

Re: Local (polish) characters

2004-02-08 Thread Krzysztof Duleba
Thorsten Kampe wrote: >> Now I just have to remember to use d directory lister instead of ls >> which produces "??" where Polish characters should be) :-) > > As I said, it depends on the configuration of your specific > application: "ls --show-control-chars". I knew this option (found it in the

RE: [ANNOUNCEMENT] Updated: xemacs-21.4.14-2/xemacs-tags-21.4.14-2/xemacs-emacs-common-21.4.14-2

2004-02-08 Thread Karr, David
Now that Xemacs/Cygwin is installable from "cygwin-setup", what is the difference between installing it from this, as opposed to using the "xemacs-setup" that we get from xemacs.org? If I've been updating my installation over time from "xemacs-setup", what will happen the next time I update it fro

[ANNOUNCEMENT] Updated: xemacs-21.4.14-2/xemacs-tags-21.4.14-2/xemacs-emacs-common-21.4.14-2

2004-02-08 Thread Dr. Volker Zell
Hi A new version of 'xemacs' has been uploaded to a server near you. DESCRIPTION: A powerful, highly customizable open source text editor and application development system CYGWIN NEWS: * Build with cygwin-1.5.7 * Removed --with-dragndrop from configure line Thi

Strange problem with 2004/2/5 and 2004/2/6 cygwin1.dll snapshots

2004-02-08 Thread Volker Quetschke
Hi! I tried the 2004/2/5 and 2004/2/6 cygwin1.dll snapshots to see if they "magically" solve my freeze problem, but now I get another problem. A simple cygpath command fails for both snapshots with: $ cygpath 5 [main] ? 1588 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap

TR : Windows XP Pro / Cygwin / CVS / OpenSSH ==> cvs [server aborted]: /opt/cvs: no such repository

2004-02-08 Thread Flo
I tried checkout from local successfully : $ cvs -d /opt/cvs/ checkout -P CVSROOT cvs checkout: Updating CVSROOT U CVSROOT/checkoutlist U CVSROOT/commitinfo U CVSROOT/config U CVSROOT/cvswrappers U CVSROOT/editinfo U CVSROOT/loginfo U CVSROOT/modules U CVSROOT/notify U CVSROOT/rcsinfo U CVSROOT/ta

Windows XP Pro / Cygwin / CVS / OpenSSH ==> cvs [server aborted]: /opt/cvs: no such repository

2004-02-08 Thread Flo
My last message on this mailing list was about uninstalling Cygwin to re-install it and solve my problem but my problem still. I installed a CVS Server and OpenSSH on Cygwin. I succesfully remotly connect to my server via SSH But when i try to checkout the CVSROOT module remotly i get this message

TR : RE : How can i really uninstall completly cygwin from Windows XP Pro ???

2004-02-08 Thread Flo
I deleted Cygwin directory successfuly Thx Flo -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Flo Envoyé : dimanche 8 février 2004 11:43 À : [EMAIL PROTECTED] Objet : RE : How can i really uninstall completly cygwin from Windows XP Pro ??? Hello Thx f

[PATCH] ioctl FIONREAD implementation for sockets

2004-02-08 Thread Ralf Habacker
Hi, while porting a kde game (Kbattleship) to cygwin/xfree I recognized that the ioctl FIONREAD function call wasn't implemented. The appended minor patch added this support to fhandler_socket.cc Cheers Ralf Changelog 2004-02-08 Ralf Habacker <[EMAIL PROTECTED]> * fhandler_soc

Re: Packaging Bug: Gnuplot requires libgd2

2004-02-08 Thread Dr. Volker Zell
> "Thomas" == Thomas Demmer writes: Thomas> A heads up to the gnuplot maintainer: Thomas> Selecting gnuplot does not trigger the selection of the libgd-2 runtime. Strange, as the requires seem to be ok in gnnuplot. Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsu

Re: Local (polish) characters

2004-02-08 Thread Thorsten Kampe
* Krzysztof Duleba (2004-02-08 05:08 +0100) > Igor Pechtchanski wrote: > Now bash works ok. Thank you very much for your help. Now I just have to > remember to use d directory lister instead of ls (which produces "??" where > Polish characters should be) :-) As I said, it depends on the configurat

RE : How can i really uninstall completly cygwin from Windows XP Pro ???

2004-02-08 Thread Flo
Hello Thx for your help but i get and error : > This is due to the permission and ownership settings on these files. To > be able to remove them, you should first take ownership of the whole > Cygwin folder, either by running "chown -R $USER /" as an administrative > user, or, if you've already re

Re: patch for additional args to setup.exe

2004-02-08 Thread Robert Collins
On Sun, 2004-02-08 at 11:09, Igor Pechtchanski wrote: > On Sun, 8 Feb 2004, Robert Collins wrote: > > > On Sun, 2004-02-08 at 01:30, Igor Pechtchanski wrote: > > > > > Umm, Rob, CVS already contains '-h' for help, and the options *are* > > > case-sensitive... > > > > I know. From a UI perspective

Fw: cygwin-perl added to Gmane

2004-02-08 Thread dominix
Gmane Administrator wrote: > We have received a request for adding the [EMAIL PROTECTED] > mailing list to the Gmane mail-to-news gateway/archive. A subscription > request message has been sent. ... > The following parameters are set for this mailing list: > > * Newsgroup name: gmane.os.cygw

Re: cygwin/xfree86/emacs problems after upgrading

2004-02-08 Thread Jari Aalto+mail.linux
This is your copy. Article has been posted to the newsgroup(s). * Tue 2004-02-03 Thomas L Roche us.ibm.com> gnu.emacs.help * | | [Cygwin] | $ emacs --debug-init & | $ start XWin -multiwindow -clipboard -emulate3buttons | | I typically r