Re: [ANN] update: apache-1.3.24-3

2002-04-30 Thread Corinna Vinschen
On Mon, Apr 29, 2002 at 08:04:42PM +0200, Stipe Tolj wrote: Hi there, please upload the latest binary build for 1.3.24-3 from http://apache.dev.wapme.net/support/cygwin-packages/apache/. Please provide the full paths to the archives, including the filename. It allows me conveniently just

setup.exe exception handling guidelines

2002-04-30 Thread Robert Collins
I've reviewed the use of threads, and I believe the following guidelines will provide safe exception handling without stomping across threads. Exception handling guidelines: For 100% message based windows, exceptions in code will get caught by the same thread that handles window messages -

Re: setup.exe exception handling guidelines

2002-04-30 Thread Pavel Tsekov
Hello Robert, Tuesday, April 30, 2002, 1:09:48 PM, you wrote: [snip] RC Exceptions that can be thrown: RC I'm going to create a base Exception class, from which all thrown RC exceptions should derive. No char/string or String exceptions are RC allowed. This allows a generic catch-all

time stamp printing for ssp

2002-04-30 Thread Ralf Habacker
Hi, for application debugging I had the need to see the elapsed time for any step in ssp, so I've added time stamp printing. $ cvs diff -p ssp.c Index: ssp.c

Re: MD5 support

2002-04-30 Thread Christopher Faylor
On Tue, Apr 30, 2002 at 12:40:43PM +1000, Robert Collins wrote: I've uploaded a snapshot (bin src) that detects corrupt files based on md5. It's backward compatible with the current .ini format. The code needs reorganising before I commit it, this is simply for folk to play and test with.

Re: RFC: setup.ini change

2002-04-30 Thread Christopher Faylor
On Mon, Apr 29, 2002 at 12:17:54PM -0400, Charles Wilson wrote: Oh yeah -- speaking of changes to setup.ini: Chris, can we get that external-src: other-pkg-name thing into upset? (or other-src or whatever) Reminder: It's pretty complicated to add. If you specify external-src it will

bad setup.exe

2002-04-30 Thread daylong
can you reprogram the cygwin installer (setup.exe)!!! I can see a some buttons or some labels There are a lot of bugs , for example , when I add a wrong url to add site, I can't fix it and can't find it in any place !!! plz tell me how to fix it

SCADA NEWS

2002-04-30 Thread webmaster
If you are interested with IT in the Industry like HMI, SCADA or other MES software feel free to visit www.SCADANEWS.com This message will be send only one time it is not necessary to ask for remove. If you are not interested please accept our apologies, Thanks for your

RE: upset stumper [cgf, Robert Collins, please comment]

2002-04-30 Thread Harold Hunt
Robert, I forgot to reply last night that I had hand-fixed the setup.ini file and setup.exe ran fine after that. Thanks, Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Collins Sent: Tuesday, April 30, 2002 5:08 AM To: Harold Hunt;

RE: upset stumper [cgf, Robert Collins, please comment]

2002-04-30 Thread Harold Hunt
Chris, Much better, thanks. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Faylor Sent: Tuesday, April 30, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: Re: upset stumper [cgf, Robert Collins, please comment] On Tue, Apr

Re: newbie

2002-04-30 Thread Andrew Markebo
/ arun [EMAIL PROTECTED] wrote: | hello, | | I have an x windows application compiled for linux.This application | extensively uses graphics Can I directly port it to windows using | Cygwin/xfree86 ?? If it is clean portable c/c++ code - yep. If you do a bunch os-specific stuff and so on, you

RE: Failed assertion bug using OpenOffice.org

2002-04-30 Thread Harold Hunt
Peter, Yes, we are aware of that bug. We're slowly getting around to working on it. Several other cases produce that same failed assertation message. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Magnusson Sent: Wednesday, April

Re: Best place for WindowMaker, Openbox, etc.?

2002-04-30 Thread Sam Edge
Christopher Faylor wrote in [EMAIL PROTECTED] in gmane.os.cygwin.xfree on Tue, 30 Apr 2002 10:12:15 -0400: Other things that can use X such as rxvt and WindowMaker aren't part of XFree86 itself. In my opinion they should have their own directories and perhaps a new category such as Xapps.

RE: mkdll.sh

2002-04-30 Thread Harold Hunt
Chuck, Could you give a few more notes on relibtoolize? A pointer to some good documentation would be helpful... Is the general idea here that I would just be working on the config files and makefiles, rather than having to make extensive internal changes to the way that libraries are loaded?

[ANNOUNCEMENT] New Cygwin setup.exe package: lesstif

2002-04-30 Thread Harold Hunt
Lesstif, http://www.lesstif.org/, is now available via setup.exe. Enjoy, Harold

Re: By the way...

2002-04-30 Thread Charles Wilson
Harold Hunt wrote: ... I added a link to your Cygwin Gnome page to Cygwin/XFree86's Ported Software page: http://xfree86.cygwin.com/ported-software.html I'm very impressed with your work to compile Gnome with DLLs. Keep it up! A couple of things: 1) pkgconfig. I'm the cygwin pkgconfig

Re: Best place for WindowMaker, Openbox, etc.?

2002-04-30 Thread Christopher Faylor
On Tue, Apr 30, 2002 at 03:39:40PM +0100, Sam Edge wrote: Christopher Faylor wrote in [EMAIL PROTECTED] in gmane.os.cygwin.xfree on Tue, 30 Apr 2002 10:12:15 -0400: Other things that can use X such as rxvt and WindowMaker aren't part of XFree86 itself. In my opinion they should have their own

problems with kde 1.1.2 kcontrol solved

2002-04-30 Thread Ralf Habacker
Hi, some month ago I've encountered a problem with kde 1.1.2 kcontol. The problem was, that a once called kcontrol page was hidden for further calls. Currently I have checked this with the xfree 4.2.0 release and recognizes that it this problem is gone away. Thanks for this good work. Ralf

Re: mkdll.sh

2002-04-30 Thread Charles Wilson
Harold Hunt wrote: Chuck, Could you give a few more notes on relibtoolize? A pointer to some good documentation would be helpful... Well, there's the goat book http://sources.redhat.com/autobook/ but it's a bit out of date, now... Here's the procedure I used to relibtoolize

Re: mkdll.sh

2002-04-30 Thread Steven O'Brien
On Tue, 30 Apr 2002 02:48:20 -0400 Charles Wilson [EMAIL PROTECTED] wrote: You could probably do the following: get rid of mkdll.sh relibtoolize/autoconf using the -devel tools (e.g. make sure that configure.in has AC_PREREQ(2.52)) ./configure; make; It oughta work. /famous last

Re: By the way...

2002-04-30 Thread Steven O'Brien
On Tue, 30 Apr 2002 10:57:46 -0400 Charles Wilson [EMAIL PROTECTED] wrote: Harold Hunt wrote: ... I added a link to your Cygwin Gnome page to Cygwin/XFree86's Ported Software page: http://xfree86.cygwin.com/ported-software.html I'm very impressed with your work to compile Gnome

Display CDE through ssh?

2002-04-30 Thread Nils Lichtenfeld
Hello there! I am totaly new to this project. Installed cygwin/XFree86 like told in the documentation. Also managed to connect to my university through ssh and started some x-applications like mozill etc. by following the documentation. Beautifull! The machines at the university run HPUX with

Re: By the way...

2002-04-30 Thread Charles Wilson
Steven O'Brien wrote: 1) pkgconfig. I'm the cygwin pkgconfig maintainer, and I'd like I'll add that to the list of jobs ... When I started work on gnome-vfs pkg-config was not in the official cygwin distribution and 0.8.0 was the latest version. I patched it to remove the included

RE: mkdll.sh

2002-04-30 Thread Harold Hunt
Chuck, Excellent. You know that your write-up won't be a wasted effort on me. :) I'll be looking at this next week. Harold -Original Message- From: Charles Wilson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 11:48 AM To: Harold Hunt Cc: cygx Subject: Re: mkdll.sh

Short-term personal status

2002-04-30 Thread Harold Hunt
Final exams are this week and I graduate from Michigan State University on Saturday with my Computational Mathematics B.S. Actually, I receive my degree at the end of the summer because I am taking one more summer class, but that's just so I get charged the undergraduate rate instead of the

RE: upset stumper [cgf, Robert Collins, please comment]

2002-04-30 Thread Robert Collins
-Original Message- From: Harold Hunt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 12:25 AM To: Robert Collins; cygx Subject: RE: upset stumper [cgf, Robert Collins, please comment] Robert, I forgot to reply last night that I had hand-fixed the setup.ini file

problem with telnet and ftp server on win 2K

2002-04-30 Thread John Vincent
I've discovered that I cannot successfully telnet into my Win 2K box using the cygwin inetd, there is also a problem with the ftp service. I've installed inetd as per instructions, and installed it as a service. When I use telnet to attempt to log in, everything goes OK until the point where

problem with telnet and ftp server on win 2K

2002-04-30 Thread David Starks-Browning
On Tuesday 30 Apr 02, John Vincent writes: I've discovered that I cannot successfully telnet into my Win 2K box using the cygwin inetd, there is also a problem with the ftp service. I've installed inetd as per instructions, and installed it as a service. When I use telnet to attempt to

Re: Problem with texi2dvi

2002-04-30 Thread Gary Hargrave
I've found a bug in the texi2dvi script when it is run under Cygwin. As can be seen from the folowing lines the path separator is set to ';' when run under Cygwin. /usr/bin/texi2dvi lines 99-105 # Systems which define $COMSPEC or $ComSpec use semicolons to separate # directories in

Setup.exe problem?

2002-04-30 Thread Paul G.
Hi folks, Not sure if this is correct mailing list. Tried using latest version of setup.exe on Win9x. Turned out it didn't work when I used Direct Connection option (cable is direct connection to internet). Using ie6 connection options worked though. Anyway,

Re: problem with telnet and ftp server on win 2K

2002-04-30 Thread John Vincent
Hi David, Thanks for the info. I created a system-wide environment variable using the control panel called CYGWIN with a value of ntsec and rebooted, and now telnet and ftp are working fine! Thanks for your help. /John From: David Starks-Browning [EMAIL PROTECTED] To: John Vincent [EMAIL

Re: Using a real mirroring tool...

2002-04-30 Thread Sam Edge
Charles Wilson wrote in [EMAIL PROTECTED] in gmane.os.cygwin on Mon, 29 Apr 2002 16:04:14 -0400: P.S. you might want to add --exclude *-src.tar.* to the option string, if you don't want the -src tarballs. As I understand it you can also exclude the setup.hint and md5.sum files if you're just

advise on using fetchmail

2002-04-30 Thread David Starks-Browning
On Tuesday 30 Apr 02, Mark Cooke writes: Ive created a /etc/hosts and inserted the correct info, but I still get the error, It doesn't go in /etc/hosts. On NT, it goes in C:\WINNT\System32\drivers\etc\HOSTS (or equivalent for your NT installation). Sorry, I know this belongs in the FAQ.

using Windows links

2002-04-30 Thread Mellman Thomas
I know this has been discussed quite a bit from various angles, but after hours of searching through the mail archive, I can't seem to find the angle that's important to me. I can create fine shortcuts with ln -s which are accessible by Windows, but I can't seem to be able to use Windows

Re: using Windows links

2002-04-30 Thread Larry Hall (RFK Partners, Inc)
At 09:50 AM 4/30/2002, Mellman Thomas wrote: I know this has been discussed quite a bit from various angles, but after hours of searching through the mail archive, I can't seem to find the angle that's important to me. I can create fine shortcuts with ln -s which are accessible by Windows, but I

inetd / ftpd file permissions

2002-04-30 Thread Craveiro, Marco
hello cygwinners, i have a little problem again (bad week). i started using cygwin's ftp server instead of NT's. its working fine but the default permissions for the files are different and they are causing problems with some of my scripts. i searched the web and found the exact answer for this

Lowest section message

2002-04-30 Thread Michael Labhard
In conjunction with a terrible bug I'm working on, each time I start my application in gdb I get the following error message from gdb: Lowest section in /cygdrive/c/WINDOWS/System32/WMI.dll is text at 76d31000 Anyone know what the significance of this is? Thanks. -- Michael -- Unsubscribe

Re: advise on using fetchmail

2002-04-30 Thread Mark Cooke
On Tue, 30 Apr 2002, David Starks-Browning wrote: On Tuesday 30 Apr 02, Mark Cooke writes: Ive created a /etc/hosts and inserted the correct info, but I still get the error, It doesn't go in /etc/hosts. On NT, it goes in C:\WINNT\System32\drivers\etc\HOSTS (or equivalent for your NT

Re: advise on using fetchmail

2002-04-30 Thread Jason Tishler
On Tue, Apr 30, 2002 at 02:09:44PM +0100, Mark Cooke wrote: fetchmail -u mark results in this error all the time: fetchmail: SMTP connect to localhost failed fetchmail: can't raise the listener; falling back to /usr/local/bin/procmail -d %T I have never seen the above error message. I

Re: Using a real mirroring tool...

2002-04-30 Thread Volker Quetschke
Hi! Charles Wilson wrote: A few notes: ... rsync can't merge. Yes, but Michael A. Chases clean_setup.pl can! I allowed myself to add a new option to clean_setup.pl, it exports the list of missing files to a file. Then you can use wget to get all the missing files. I attached the

Bug in stat()?

2002-04-30 Thread Eric Blake
I am running into weird behavior with stat(). I am getting the same st_ino number for two distinct directories. When using the jikes compiler on the GNU Classpath project (the upstream source of libjava in gcc), jikes is keying off of the inode number to determine where to write .class files.

Re: 1.3.10: Permission Denied error (EACCES 13) on Win98SE

2002-04-30 Thread Greg Houlette
I've compiled and ran the test case on a Linux 2.4 kernel system without error (Mandrake 8.0) and on Cygwin 1.3.10 hosted on Win2k, also without error. I need to determine if this failure can be replicated on any other Win98 hosted Cygwin 1.3.10 install or if the failure is unique to my setup.

Re: cygwin installation.

2002-04-30 Thread Michael A Chase
On Tue, 30 Apr 2002 16:54:58 -0400 dave [EMAIL PROTECTED] wrote: I've been trying to install cygwin for the past two days and i'm not getting very far. I'm selecting admin, archive, base, database, doc, devel, interpreters, libs, math, net, shells, text, utils, and web, however it only

Re: RES: cygwin installation.

2002-04-30 Thread dave
Hi, Any ideas as to what's wrong? I've installed cygwin this way before and this is the first time i've had this problem. Some unrelated information, it might help, sometimes when i go to download packages the setup immediately says download complete and it has done nothing. Dave. -

Patch: Re: Bug in stat()?

2002-04-30 Thread Eric Blake
Eric Blake wrote: I am running into weird behavior with stat(). I am getting the same st_ino number for two distinct directories. When using the jikes compiler on the GNU Classpath project (the upstream source of libjava in gcc), jikes is keying off of the inode number to determine where

support for multicast socket

2002-04-30 Thread Yang-hua Chu
Hi, I'm porting a network protocol (about 50K lines of code) developed in UNIX into cygwin, and I ran into problems when I want to open a multicast socket. When I bind() a network socket to a multicast address/port, I got an error EADDRNOTAVAIL. Below is a distilled sample code, sample output,

Re: Using a real mirroring tool...

2002-04-30 Thread Earnie Boyd
You might want to check out http://mirrors.rcn.net/pub/mirror/index.html for a mirroring tool that uses perl for ftp/http access. Earnie. ---BeginMessage--- Charles Wilson wrote: So, if someone cares enough to do the work, there is still a need for the additional tool that uses the

Work From Home

2002-04-30 Thread surfer
LAVORO DA CASA - i miei bambini vengono all'ufficio ogni giorno! GUADAGNI $500 - $1500 P/T O i $2000 - $4000 F/T SUPPLEMENTARI AL MESE ore flessibili , nessun'esperienza necessaria Forniamo l'addestramento ed il supporto completi. Siete pronti a cambiare la vostra vita? VISITA:

Man Pages for posix/pthread

2002-04-30 Thread peter . conklin
I am new to cygwin, and couldn't find any help about this. I installed with man , gcc etc but there is no man page for pthread Have I installed something wrong or need to edit man.conf or something like that? I couldn't find any pthread pages by doing a find either. Is it included with the

trouble again downloading.

2002-04-30 Thread dave
Hi, Ok i spoke to soon. I've got the base, i've got shells, but i'm unable to get net, admin, archive, devel, doc, and database. Here are my logs if that helps anyone. Thanks. Dave. setup.log.full Description: Binary data setup.log Description: Binary data -- Unsubscribe info: