[setup PATCH] Fix DEBUG mode in IniDBBuilderPackage, and improve Category column contents.

2002-09-19 Thread Max Bowsher
Here is a patch for setup. IniDBBuilderPackage.cc: Fix DEBUG mode Hunk 1: Remove a DEBUG message box which otherwise pops up once per package during ini parsing, thus rendering DEBUG unusable. Hunk 2 3: Update DEBUG code to match current layout of data structures. PickPackageLine.cc: Show all

Re: [setup PATCH] Fix DEBUG mode in IniDBBuilderPackage, andimprove Category column contents.

2002-09-19 Thread Robert Collins
On Thu, 2002-09-19 at 21:29, Max Bowsher wrote: Here is a patch for setup. IniDBBuilderPackage.cc: Fix DEBUG mode Hunk 1: Remove a DEBUG message box which otherwise pops up once per package during ini parsing, thus rendering DEBUG unusable. This stays for now. It's there because it was

Re: [setup PATCH] Fix DEBUG mode in IniDBBuilderPackage, andimproveCategory column contents.

2002-09-19 Thread Robert Collins
On Thu, 2002-09-19 at 22:20, Max Bowsher wrote: Robert Collins wrote: On Thu, 2002-09-19 at 21:29, Max Bowsher wrote: Here is a patch for setup. IniDBBuilderPackage.cc: Fix DEBUG mode Hunk 1: Remove a DEBUG message box which otherwise pops up once per package during ini parsing,

[setup.exe BUG] LogSingleton::GetInstance(LOG_BABBLE) endLog; causes SEGV

2002-09-19 Thread Max Bowsher
The subject says it all really. I want to build up a log line bit by bit, and then terminate the line. It works OK if you do endLog, which is an acceptable workaround for now. Max.

[setup PATCH] Improve Category column (Take 2)

2002-09-19 Thread Max Bowsher
Take 2. I'm confident about everything but my const qualifiers on packagemeta::getReadableCategoryList (). Please pay close attention to them. Thanks. Max. Index: PickPackageLine.cc Comments: Call pkg.getReadableCategoryList(), and fix an error in the x2 arg of IntersectClipRect()

Re: [setup PATCH] Fix DEBUG mode in IniDBBuilderPackage, andimproveCategory column contents.

2002-09-19 Thread Max Bowsher
Robert Collins wrote: On Thu, 2002-09-19 at 22:20, Max Bowsher wrote: I'm not that bothered, I can easily delete 3 lines at the same time as I add #define DEBUG 1, but seriously, have you ever actually clicked OK 171 times to proceed through all the ldescs in setup.ini ? Yes. through

[setup] (Accidental?) Change in sort order in 'full' view.

2002-09-19 Thread Max Bowsher
In the snapshot, sort order is alphabetically by package name. In CVS HEAD, sort order is by installed/not installed, followed by alphabetically by package name. Is this intentional? I could not find a ChangeLog entry saying so. Max.

Re: [setup] (Accidental?) Change in sort order in 'full' view.

2002-09-19 Thread Brian Keener
Max Bowsher wrote: In CVS HEAD, sort order is by installed/not installed, followed by alphabetically by package name. Is this intentional? I could not find a ChangeLog entry saying so. Don't know if it was intentional or not but I must say I like it. I actually would like to see that as

Re: [setup] (Accidental?) Change in sort order in 'full' view.

2002-09-19 Thread Max Bowsher
Brian Keener wrote: On a side note - Max - did you have to make any changes to get it too compile - for some reason - my compile is now broken and I am not sure if it is the gcc3 install or the mingw changes. Do you have any ideas? Cygwin Packages: binutils20020706-2 gcc

Re: [setup] (Accidental?) Change in sort order in 'full' view.

2002-09-19 Thread Robert Collins
On Fri, 2002-09-20 at 01:34, Max Bowsher wrote: In the snapshot, sort order is alphabetically by package name. In CVS HEAD, sort order is by installed/not installed, followed by alphabetically by package name. Is this intentional? I could not find a ChangeLog entry saying so. It's a work

setup HEAD (2.278) defaults to older packages

2002-09-19 Thread Len Giambrone
On the dialogs I choose: Download Source: Download from Internet OR Install from Internet Local package dir: C:\cygdist Internet Connection: Direct Connection Download Site: ftp://archive.progeny.com Now when the Chooser window comes up, I click on Base, and I see ash:

[setup] Requesting advice: How to code aPackageVersion == theEmptyPackageVersion (i.e. the one containing defaultversion)

2002-09-19 Thread Max Bowsher
I've coded a patch for colour-coding versions in the setup picker according to curr/prev/test. I need a way to test whether a packageversion is the null packageversion (containing defaultversion in data). At the moment I'm kludging it by testing for a Name of length 0. I'm thinking of adding an

Re: setup HEAD (2.278) defaults to older packages

2002-09-19 Thread Max Bowsher
Len Giambrone wrote: On the dialogs I choose: Download Source: Download from Internet OR Install from Internet Local package dir: C:\cygdist Internet Connection: Direct Connection Download Site: ftp://archive.progeny.com Now when the Chooser window comes up, I click on Base,

Re: [setup] (Accidental?) Change in sort order in 'full' view.

2002-09-19 Thread Max Bowsher
Robert Collins wrote: On Fri, 2002-09-20 at 01:34, Max Bowsher wrote: In the snapshot, sort order is alphabetically by package name. In CVS HEAD, sort order is by installed/not installed, followed by alphabetically by package name. Is this intentional? I could not find a ChangeLog

Re: [setup] (Accidental?) Change in sort order in 'full' view.

2002-09-19 Thread Brian Keener
Max Bowsher wrote: MinGW libstdc++: gcc-2.95.3-20010828 That was it Thanks Max. Somehow (not sure how) my version of libstdc++ in usr/lib/mingw got updated to a May 16 2002 version (appears to be for a 3.? Version of mingw). When I used the one from an older version - compile started

Re: XFree 4.2.1 + fontconfig-2

2002-09-19 Thread Alan Hourihane
On Wed, Sep 18, 2002 at 11:25:11 -0400, Harold Hunt wrote: Nicholas, I wasn't even aware of XFree86 4.2.1 until you mentioned it. I am not sure if I will build a release of it or not... seems like a lot of trouble for just a few fixes, with non of them Cygwin-specific. 4.2.1 has an

RE: X client wrapper for Win apps?

2002-09-19 Thread Stuart Adamson
Every Windows draw command is translated into calls to a GDI driver. this driver is either the driver of the graphics card or a printer. The people from wine already have written a driver which exports a GDI interface and maps all calls to X11. Maybe this is a starting point. But

Re: xwinclip - update and motif clipboard

2002-09-19 Thread Chris Twiner
I thank you for putting so much time into developing xwinclip. It has been a pleasure anyway. I really appreciate that you got the long-awaited setjmp lngjmp functionality implemented so that we are not killed upon X Server shutdown and restart. It's cool, I've always wanted an excuse to use

Re: X client wrapper for Win apps?

2002-09-19 Thread David Fraser
Stuart Adamson wrote: Every Windows draw command is translated into calls to a GDI driver. this driver is either the driver of the graphics card or a printer. The people from wine already have written a driver which exports a GDI interface and maps all calls to X11. Maybe this is a starting

RE: xwinclip - update and motif clipboard

2002-09-19 Thread Harold L Hunt
Pille Geert (bkarnd) [EMAIL PROTECTED] said: -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: donderdag 19 september 2002 4:38 To: [EMAIL PROTECTED] Subject: Re: xwinclip - update and motif clipboard On Wed, Sep 18, 2002 at 11:32:18PM -0400,

Re: xwinclip - update and motif clipboard

2002-09-19 Thread Harold L Hunt
Chris Twiner [EMAIL PROTECTED] said: I thank you for putting so much time into developing xwinclip. It has been a pleasure anyway. I really appreciate that you got the long-awaited setjmp lngjmp functionality implemented so that we are not killed upon X Server shutdown and restart.

RE: Cygwin-XFree -- RDP -- Cygwin-XFree

2002-09-19 Thread Jean-Claude Gervais
Quite right; the scrollbars option should take care of the resizing problem. I will test and let you know. What about the display surfaces becoming unavailable? I mean when you connect and disconnect RDP and the Xwin window becomes transparent? Any ideas for that? Might be a thorny one...

Re: xwinclip - update and motif clipboard

2002-09-19 Thread Chris Twiner
Well according to the specs you're implementation is right. Own clipboard manager and grab the clipboard when it's been selected, then own it again. It doesn't seem to work with Motif though. No biggy, primary works v. well. That's good to know, but why doesn't it work when we do it

XWinClip

2002-09-19 Thread Jean-Claude Gervais
Please forgive the newbie-type question: Using Cygwin-XFree to connect (in query mode) to a Linux box, I couldn't seem to select text from the Linux applications and paste them to Windows. Should I be able to? Is there a web-page somewhere that explains how to get this done with Cygwin and

Re: xwinclip

2002-09-19 Thread Chris Twiner
Hi Jean-Claude, Please forgive the newbie-type question: http://xfree86.cygwin.com/devel/xwinclip/ gives a thorough explanation on how to get xwinclip running. It must be running as well as XWin. You'll see if that version is running because when you select some text the selection will

RE: X client wrapper for Win apps?

2002-09-19 Thread Alexander Gottwald
On Thu, 19 Sep 2002, Jean-Claude Gervais wrote: It COULD be done! Admittedly, it might not be a snap, but Wine already uses a POSIX layer to accomplish what it needs to do. In our case, it would use Cygwin! wine is in most parts the same as replacing kernel32.dll user32.dll and some

Re: XFree 4.2.1 + fontconfig-2

2002-09-19 Thread Nicholas Wourms
Hi Alan, --- Alan Hourihane [EMAIL PROTECTED] wrote: On Wed, Sep 18, 2002 at 11:25:11 -0400, Harold Hunt wrote: Nicholas, I wasn't even aware of XFree86 4.2.1 until you mentioned it. I am not sure if I will build a release of it or not... seems like a lot of trouble for just a

Re: XFree 4.2.1 + fontconfig-2

2002-09-19 Thread Alan Hourihane
On Thu, Sep 19, 2002 at 09:40:06AM -0700, Nicholas Wourms wrote: For this issue, I would revisit it, if someone claimed that there are applications for Cygwin/XFree86 that relied on Xft1. I suspect for the number of applications that will become available for Cygwin/XFree86 they'll now be

RE: X client wrapper for Win apps?

2002-09-19 Thread Nicholas Wourms
--- Harold L Hunt [EMAIL PROTECTED] wrote: Yikes. Didn't your mothers ever tell you guys that you are crazy? C'mon Harold, doesn't the idea seem even a bit compelling? Cheers, Nicholas __ Do you Yahoo!? New DSL Internet Access from SBC

Re: X client wrapper for Win apps?

2002-09-19 Thread Keith D. Tyler
David Fraser was recently quoted as saying... Stuart Adamson wrote: printer. The people from wine already have written a driver which exports a GDI interface and maps all calls to X11. Maybe this is a starting point. But xfree86 will also be using this interface to draw to the screen (as

Re: X client wrapper for Win apps?

2002-09-19 Thread Jehan
Alexander Gottwald wrote: wine is in most parts the same as replacing kernel32.dll user32.dll and some other system dependent libraries. So you won't achive anything if you run the windows application in a wine subsystem. The goal is not to replace the windows dlls with the wine dlls but to

Re: X client wrapper for Win apps? [o/t]

2002-09-19 Thread Keith D. Tyler
Harold L Hunt was recently quoted as saying... Yikes. Didn't your mothers ever tell you guys that you are crazy? ot Incidentally, yes. (But she said it about herself too.) /ot == Keith D. Tyler

Re: X client wrapper for Win apps?

2002-09-19 Thread Nicholas Wourms
--- Jehan [EMAIL PROTECTED] wrote: Stuart Adamson wrote: Every Windows draw command is translated into calls to a GDI driver. this driver is either the driver of the graphics card or a printer. The people from wine already have written a driver which exports a GDI interface and maps

Re: XFree 4.2.1 + fontconfig-2

2002-09-19 Thread Alexander Gottwald
On Thu, 19 Sep 2002, Alan Hourihane wrote: It's more likely a historical thing. Just flip the flag to YES and rebuild. Alexander had a script to generate the foo-def.cpp files. Actually it was a piece of an Imakefile. So let's convert it into a shell script #!/bin/bash # usage: gendef

RE: X client wrapper for Win apps?

2002-09-19 Thread Jean-Claude Gervais
Wine translates GDI calls to X, doesn't it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Gottwald Sent: Thursday, September 19, 2002 12:24 PM To: [EMAIL PROTECTED] Subject: RE: X client wrapper for Win apps? On Thu, 19 Sep 2002,

Re: X client wrapper for Win apps?

2002-09-19 Thread Nicholas Wourms
--- Jehan [EMAIL PROTECTED] wrote: Keith D. Tyler wrote: More over, if you have GDI-fake-X-GDI-real, that would be quite ugly for the speed. Wouldn't running Windows emulation under POSIX emulation under Windows be, at best, just as bad? Yes. That's why I'm saying: - if you want

RE: X client wrapper for Win apps?

2002-09-19 Thread Alexander Gottwald
On Thu, 19 Sep 2002, Jean-Claude Gervais wrote: Wine translates GDI calls to X, doesn't it? Yes, and a lot of other things more. The GDI-X translation is only a small part of wine. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723

RE: X client wrapper for Win apps?

2002-09-19 Thread Jean-Claude Gervais
You could hook only the drawing calls and pass anything else through to the original handler. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Gottwald Sent: Thursday, September 19, 2002 2:45 PM To: [EMAIL PROTECTED] Subject: RE: X client

Re: X client wrapper for Win apps?

2002-09-19 Thread Alexander Gottwald
On Thu, 19 Sep 2002, Jehan wrote: 4. Give me valid point (like the hardware thing) and I'll just up. API compatibility isn't a valid one since it can be easily fix (more easily that writing a new GDI driver). Just explain the design you have in mind. Is it Application User32.dll

Hey, I found a site all about acid!

2002-09-19 Thread pyrosys
Hey I found this site all about LSD25. Its such a cool site I just had to share it. Sorry if you did not want this e-mail, it wont happen again by me. Anywayz the site has all kinds of information about the drug and things to look at and do while on it! Also it has tons of music, videos,

Re: X client wrapper for Win apps?

2002-09-19 Thread Jehan
Alexander Gottwald wrote: On Thu, 19 Sep 2002, Jehan wrote: 4. Give me valid point (like the hardware thing) and I'll just up. API compatibility isn't a valid one since it can be easily fix (more easily that writing a new GDI driver). Just explain the design you have in mind. Is it

Re: X client wrapper for Win apps?

2002-09-19 Thread David Fraser
Alexander Gottwald wrote: On Thu, 19 Sep 2002, Jehan wrote: 4. Give me valid point (like the hardware thing) and I'll just up. API compatibility isn't a valid one since it can be easily fix (more easily that writing a new GDI driver). Just explain the design you have in mind. Is it

Re: X client wrapper for Win apps?

2002-09-19 Thread Alexander Gottwald
On Thu, 19 Sep 2002, Jehan wrote: Ok, if I read correctly between the lines, I think I know where my problem is. Is user32.dll and the GDI driver the same thing? Or is the GDI driver like my video card driver or my audio card driver? The GDI driver _is_ the videocard driver. The General

winsup/cygwin ChangeLog assert.cc dcrt0.cc fha ...

2002-09-19 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2002-09-19 08:12:50 Modified files: cygwin : ChangeLog assert.cc dcrt0.cc fhandler.cc fhandler_console.cc fork.cc ntea.cc shared.cc spawn.cc

src/winsup/mingw ChangeLog include/wchar.h inc ...

2002-09-19 Thread dannysmith
CVSROOT:/cvs/src Module name:src Branch: mingw-std-ns-branch Changes by: [EMAIL PROTECTED] 2002-09-19 18:14:20 Modified files: winsup/mingw : ChangeLog winsup/mingw/include: wchar.h stdio.h Log message: * include/wchar.h: Don't #include

src/winsup/mingw ChangeLog include/_mingw.h in ...

2002-09-19 Thread dannysmith
CVSROOT:/cvs/src Module name:src Branch: mingw-std-ns-branch Changes by: [EMAIL PROTECTED] 2002-09-19 21:15:14 Modified files: winsup/mingw : ChangeLog winsup/mingw/include: _mingw.h ctype.h wctype.h Log message: * include/_mingw.h

src/winsup/mingw ChangeLog include/locale.h

2002-09-19 Thread dannysmith
CVSROOT:/cvs/src Module name:src Branch: mingw-std-ns-branch Changes by: [EMAIL PROTECTED] 2002-09-19 21:35:31 Modified files: winsup/mingw : ChangeLog winsup/mingw/include: locale.h Log message: * include/locale.h: Use C++ c-header

Re: More changes about open on Win95 directories.

2002-09-19 Thread Max Bowsher
Pierre A. Humblet wrote: Is '!' invalid? It can easily be confused with '|'. Maybe ':' ? I am bothered that the code uses 0 as an illegal handle value. Is that really the case? No. /usr/include/w32api/winbase.h:232:#define INVALID_HANDLE_VALUE (HANDLE)(-1) Max.

RE: More changes about open on Win95 directories.

2002-09-19 Thread Chris January
Is '!' invalid? It can easily be confused with '|'. Maybe ':' ? I am bothered that the code uses 0 as an illegal handle value. Is that really the case? No. /usr/include/w32api/winbase.h:232:#define INVALID_HANDLE_VALUE (HANDLE)(-1) It's not quite as simple as that... Although

Re: More changes about open on Win95 directories.

2002-09-19 Thread Earnie Boyd
Chris January wrote: Is '!' invalid? It can easily be confused with '|'. Maybe ':' ? I am bothered that the code uses 0 as an illegal handle value. Is that really the case? No. /usr/include/w32api/winbase.h:232:#define INVALID_HANDLE_VALUE (HANDLE)(-1) It's not quite as

Re: More changes about open on Win95 directories.

2002-09-19 Thread Christopher Faylor
On Thu, Sep 19, 2002 at 09:31:34AM +0100, Max Bowsher wrote: Pierre A. Humblet wrote: Is '!' invalid? It can easily be confused with '|'. Maybe ':' ? Take a look at the context. I am bothered that the code uses 0 as an illegal handle value. Is that really the case? No.

Re: More changes about open on Win95 directories.

2002-09-19 Thread Pierre A. Humblet
Christopher Faylor wrote: It really depends on the context. Some (e.g. fhandler_console) try to cover all bases but I don't think it's right, or at least necessary HANDLE h = CreateFileA (CONIN$, GENERIC_READ, FILE_SHARE_WRITE, snip if (h == INVALID_HANDLE_VALUE || h == NULL) Pierre

Re: MMap offset parameter failing with ENOMEM error

2002-09-19 Thread Corinna Vinschen
On Thu, Sep 19, 2002 at 12:19:06PM +1000, Shane Mann wrote: Hi, I am having trouble with mmap using the last 'offset' parameter. I have attached a small piece of code (and sample file) which demonstrates the problem. Basically if the offset parameter is passed as a variable to mmap then

ldd.cygwin

2002-09-19 Thread Matt Swift
I have polished up the ldd script some more and have posted it at http://www.shore.net/~swift/ldd.cygwin.txt (The .txt extension seems to be necessary for proper viewing in browsers.) If you are bored, try 'ldd -v /bin/*.exe' and watch the time pass... It won't look at non-executables

Attempting Emacs this file

2002-09-19 Thread Just Hangin
Hi all, I'm trying to get this little Windows Explorer right-click menu add-on to work and having problems. I want to be able to right click on a file and have emacs open it in an rxvt. It almost works...the menu item appears, the rxvt opens, emacs runs...but the object file %1 doesn't get

Shed light on Tetex packages

2002-09-19 Thread Schaible, Jörg
Hello Tetex maintainer, looking at the currently available Tetex packages I wonder whether it is really good to follow the install everything method, since they seem to be not disjuctive. Reading the announcement in http://sources.redhat.com/ml/cygwin-announce/2002-08/msg7.html I seem to

Re: Open bash at the current explorer directory?

2002-09-19 Thread John Daniel Doucette
At 2002-09-19 06:14, you wrote: John, it doesn't work for me. In the second invocation of bash via exec bash --noprofile --norc -i'' I don't see my environment variables and aliases defined in ~/.profile. Did you actually put something in ~/.profile and verified? Thanks, Frantisek Sorry

RE: rxvt doesn't paste selections anymore?

2002-09-19 Thread Deragon, Hans
You sort of helped me by inspiring me to look more closely how I started my script. I solved the dos box persistence. I used to call my script with: U:\cygwin\bin\bash.exe --login ~/bin/x50 But it should have been: U:\cygwin\bin\bash.exe --login ~/bin/x50 i.e., no at the end. I do

RE: dumb escaping question when using Cygwin + NT commands

2002-09-19 Thread Scott Prive
-Original Message- From: Randall R Schulz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 6:30 PM To: [EMAIL PROTECTED] Subject: Re: dumb escaping question when using Cygwin + NT commands Scott, At 15:15 2002-09-18, Scott Prive wrote: Hello, I get this

I can't run my make-file

2002-09-19 Thread melba selco
When i write make filename there is an error... make: cc: Command not found make: *** [universe] Error 127 What can i do to avoid this error? _ På MSN hittar du det roliga, intressanta och användbara på internet:

RE: dumb escaping question when using Cygwin + NT commands

2002-09-19 Thread Igor Pechtchanski
On Thu, 19 Sep 2002, Scott Prive wrote: I assumed quotes controlled how data gets sent to commands, but apparently that's an oversimplification: quotes protect data being sent to a NEW PROCESS.. and builtins like echo are NOT a new process (`type echo). This explains why the echo command

Re: ldd.cygwin

2002-09-19 Thread Uwe H. Steinfeld
Hello Matt, Thursday, September 19, 2002, 10:03:47 AM, you wrote: MS I have polished up the ldd script some more and have posted it at MShttp://www.shore.net/~swift/ldd.cygwin.txt I cannot find it under this address. -- Best regards, Uwe -- Unsubscribe info:

Re: PHP Apache module with PostgreSQL support

2002-09-19 Thread Andreas
The error about crypt doesn't appear any more just lines complaining undefined references to the xml extension. ... It won't work with the flag -lxml. What flag should I specify instead? I don't actually know -- I'm not into PHP -- but on a guess you might try installing expat from the

Re: I can't run my make-file

2002-09-19 Thread Michael A Chase
On Thu, 19 Sep 2002 15:44:57 + melba selco [EMAIL PROTECTED] wrote: When i write make filename Arguments to 'make' are targets, not files. Run `make --help` for a short help, `info make` for the full details. there is an error... make: cc: Command not found make: *** [universe]

RE: Open bash at the current explorer directory?

2002-09-19 Thread Tackett, Galen
I must be missing something. I added the registry entries plus the profile entries, both for /etc/.profile and ~/.profile. Now, the right-button menu command Open with command prompt works just wonderfully (if the resulting cmd.exe window can actually be described with that word), but Open with

Re: ldd.cygwin

2002-09-19 Thread Matt Swift
Amazing -- I tested it a dozen times, but I must have deleted it. It's there now, and I won't touch it again! Thanks for the heads-up. http://www.shore.net/~swift/ldd.cygwin.txt (You get redirected to http://www2.primushost.com/~swift/ldd.cygwin.txt which is the same thing.) U == Uwe

RE: Open bash at the current explorer directory?

2002-09-19 Thread Igor Pechtchanski
Galen, It should be /etc/profile (note the absense of .) and ~/.bash_profile. I think ~/.profile is used by ksh... Igor On Thu, 19 Sep 2002, Tackett, Galen wrote: I must be missing something. I added the registry entries plus the profile entries, both for /etc/.profile and

Building SpamAssassin for Cygwin

2002-09-19 Thread news
I noticed that a couple of people on the list seem to have managed to get SpamAssassin running on Cygwin. I am trying to build SA-2.41 (on Win 98) but I'm encountering a problem. I tried the SA mailing list but mostly I got blank looks (their list-archives only have something relating to a

df --local

2002-09-19 Thread Rob Brown
I am trying to write a script that checks the % free of local drives using df. $ df -a Filesystem 1k-blocks Used Available Use% Mounted on C:\cygwin\bin 19936633 5750854 14185779 29% /usr/bin c:\cygwin\lib 19936633 5750854 14185779 29% /usr/lib

Re: Open bash at the current explorer directory?

2002-09-19 Thread Michael A Chase
On Thu, 19 Sep 2002 13:01:33 -0400 (EDT) Igor Pechtchanski [EMAIL PROTECTED] wrote: It should be /etc/profile (note the absense of .) and ~/.bash_profile. I think ~/.profile is used by ksh... For login shells, bash will fall back to ~/.profile if ~/.bash_profile and ~/.bash_login aren't

Download problems due to GNU bc package?

2002-09-19 Thread Kenneth Lareau
Hello, A search of the cygwin archives for August and September didn't show any mention of this, but I recently noticed that if one attempts to download the Cygwin distribution (for local installs) and includes the GNU bc package, only a small percentage of the available packages are actually

Re: df --local

2002-09-19 Thread Igor Pechtchanski
On Thu, 19 Sep 2002, Rob Brown wrote: I am trying to write a script that checks the % free of local drives using df. $ df -a Filesystem 1k-blocks Used Available Use% Mounted on C:\cygwin\bin 19936633 5750854 14185779 29% /usr/bin c:\cygwin\lib 19936633

RE: Download problems due to GNU bc package?

2002-09-19 Thread Pavel Rozenboim
Works for me. -Original Message- From: Kenneth Lareau [mailto:[EMAIL PROTECTED]] Sent: Thu, September 19, 2002 8:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Download problems due to GNU bc package? Hello, A search of the cygwin archives for August and

Out of Office AutoReply: Darling

2002-09-19 Thread Wortmann, Ulrich Georg
Sorry, my e-mail address has changed. Please checkout the following link http://www.utoronto.ca/mailboxsearch.html to find out about my new address. I am sorry for this inconvenience, but I do recieve more than 100 spam mails a day -- Unsubscribe info:

Hey, I found a site all about acid!

2002-09-19 Thread pyrosys
Hey I found this site all about LSD25. Its such a cool site I just had to share it. Sorry if you did not want this e-mail, it wont happen again by me. Anywayz the site has all kinds of information about the drug and things to look at and do while on it! Also it has tons of music, videos,

Re: Out of Office AutoReply: Darling

2002-09-19 Thread Christopher Faylor
On Thu, Sep 19, 2002 at 10:33:39PM +0200, Wortmann, Ulrich Georg wrote: Sorry, my e-mail address has changed. Good, so you won't mind if I block this email address then. Idiot. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Out of Office AutoReply: Darling

2002-09-19 Thread Christopher Faylor
On Thu, Sep 19, 2002 at 06:24:42PM -0400, Christopher Faylor wrote: On Thu, Sep 19, 2002 at 10:33:39PM +0200, Wortmann, Ulrich Georg wrote: Sorry, my e-mail address has changed. Good, so you won't mind if I block this email address then. Idiot. Actually, now that I think of it, this person was

Re: df --local

2002-09-19 Thread Shankar Unni
Igor Pechtchanski wrote: -# ifdef __CYGWIN__ -# define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') == 0) -# else # define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') != 0) -# endif You're sure it's not possible to end up with a local path without a : (e.g. just

new files have bogus owner

2002-09-19 Thread Jeff Perry
When I create a new file, it gives the file a bogus value for the owner: ~/tmp $ whoami perry ~/tmp $ echo asdf asdf ~/tmp $ ls -l total 1 -rw-rw-rw-1 1119 None5 Sep 19 17:36 asdf ~/tmp $ grep 1119 /etc/passwd ~/tmp $ Shouldn't the file owner be perry? What the hell is

RE: MMap offset parameter failing with ENOMEM error

2002-09-19 Thread Shane Mann
Corinna, I noticed this while I continued testing last night. Interestingly Linux and SunOS don't seem to be bothered by this, however, if you read the IEEE standard: http://www.opengroup.org/onlinepubs/007904975/functions/mmap.html there is the following quote: The range of bytes starting at

Why rxvt?

2002-09-19 Thread Paul D. DeRocco
Can anyone tell me what advantages this might have for running bash, compared to the usual Windows command line window? I noticed in the readme that rxvt can leave child processes running if you close the window, which is scary since that's how I habitually terminate a command line session. --

Re: Fw: Telnet Script?

2002-09-19 Thread bounces
Alistair: I have been able to write cygwin expect scripts to telnet to remote boxes running the cygwin telnetd and then subsequently invoke bash scripts. I did this to work around the in-ability to map network drives under cron (cron calls the expect script that telnets in to launch

Re: df --local

2002-09-19 Thread Igor Pechtchanski
On Thu, 19 Sep 2002, Shankar Unni wrote: Igor Pechtchanski wrote: -# ifdef __CYGWIN__ -# define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') == 0) -# else # define ME_REMOTE(fs_name, fs_type) (strchr (fs_name, ':') != 0) -# endif You're sure it's not possible to end up with a

Re: Why rxvt?

2002-09-19 Thread Michael A Chase
On Thu, 19 Sep 2002 17:17:45 -0700 Paul D. DeRocco [EMAIL PROTECTED] wrote: Can anyone tell me what advantages this might have for running bash, compared to the usual Windows command line window? I noticed in the readme that rxvt can leave child processes running if you close the window,

Re: I can't run my make-file

2002-09-19 Thread Tim Prince
On Thursday 19 September 2002 08:44, melba selco wrote: When i write make filename there is an error... make: cc: Command not found Install gcc and symlink it to cc, or fix the makefile. -- Tim Prince -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: