problem with lilypond-profile.sh

2003-10-10 Thread Christopher Faylor
I don't see this reported anywhere yet, and I'm surprised. Apologies if I just missed something. You have to quote arguments inside [ ] or bad things(tm) happen. In particular, without the below patch, rxvt is unable to run /bin/sh as a login shell and flashes a warning on the screen. Please ap

Possible bug in text/binary mode handling in cygwin1.dll version 1.5

2003-10-10 Thread Vladimir Vysotsky
Hi, I'm using the following sequence of actions to reproduce this problem: C:\test>bash bash-2.05b$ echo "Test" >/c/test/test1.txt bash-2.05b$ echo "Test" >c:/test/test2.txt bash-2.05b$ ls -l total 2 -rw-r--r--1 vvysotsk mkpasswd6 Oct 10 19:49 test1.txt -rw-r--r--

Re: Named shared memory area in cygwin1.dll

2003-10-10 Thread Christopher Faylor
On Fri, Oct 10, 2003 at 08:14:48PM -0400, Igor Pechtchanski wrote: >On Fri, 10 Oct 2003, Philip Houghton wrote: >>Why does every version of the cygwin1.dll use the same name for its >>shared memory area? Doesn't this imply that the shared memory area is >>compatible between different versions of t

Re: Can't build cygwin from CVS: configure error

2003-10-10 Thread Christopher Faylor
On Fri, Oct 10, 2003 at 05:04:59PM -0500, Brian Ford wrote: >Sorry Hannu, I meant to send this to the list instead of you personally. > >On Fri, 10 Oct 2003, Hannu E K Nevalainen wrote: > >> $ cvs -z3 co winsup >> >This gives you everything you need. I just tested it. That's because I just fixed

Re: [Fwd: Re: Cygwin shell here]

2003-10-10 Thread bob
Thank you. That it works very well. This works for drives and for directories. Is does anybody know how to make it work for files as well? I want to make it open up a bash shell in the directory where the file resides. That would be easier that going up one directory and then selecting the

merging mingw and cygwin

2003-10-10 Thread Edward Peschko
hey, I've been playing around with mingw and cygwin, and was wondering why these were separate projects? I've been trying to get a unix API moved over to windows; I want a Unix environment, but at the same time want to be able to make Win32 native binaries, *without* the need of the cygwin dlls

Re: Named shared memory area in cygwin1.dll

2003-10-10 Thread Igor Pechtchanski
On Fri, 10 Oct 2003, Philip Houghton wrote: > Why does every version of the cygwin1.dll use the same name for its > shared memory area? Doesn't this imply that the shared memory area is > compatible between different versions of the dll, when in reality it > isn't? > I believe each version of cygw

Re: [Fwd: Re: Cygwin shell here]

2003-10-10 Thread Michael A Chase
On Fri, 10 Oct 2003 10:51:46 -0600, bob wrote: > That fails when I try to run it: > > Unknown key prefix. Valid prefixes are: >root >HKCR >HKEY_CLASSES_ROOT >config >HKCC >HKEY_CURRENT_CONFIG >user >HKCU >HKEY_CURRENT_USER >

RE: Can't build cygwin from CVS: configure error

2003-10-10 Thread Brian Ford
Sorry Hannu, I meant to send this to the list instead of you personally. On Fri, 10 Oct 2003, Hannu E K Nevalainen wrote: > $ cvs -z3 co winsup > This gives you everything you need. I just tested it. > To get the cvs /src level stuff (configure among other things) I did > $ cvs -z3 co . > > and

RE: Can't build cygwin from CVS: configure error

2003-10-10 Thread Hannu E K Nevalainen
> From: Micha Nelissen > Sent: Friday, October 10, 2003 10:42 PM > Here it still breaks on configure, but this time in winsup/w32api. It > tries to feed the configure script: > '--with-target-subdir=i686-pc-cygwin' but it doesn't recognize option > target-subdir: 'invalid package name: target-subd

Re: Can't build cygwin from CVS: configure error

2003-10-10 Thread Micha Nelissen
Hannu E K Nevalainen wrote: Building the cvs version of the cygwin dll "OOTB" seems to be a no-no currently. $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/src $ cvs login passwd: anoncvs $ cvs -z3 co winsup To get the cvs /src level stuff (configure among other things) I did $ cvs -z3 co . and

RE: Can't build cygwin from CVS: configure error

2003-10-10 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Friday, October 10, 2003 9:27 PM > On Fri, Oct 10, 2003 at 09:10:03PM +0200, Hannu E K Nevalainen wrote: > >> From: Micha Nelissen > >> Sent: Friday, October 10, 2003 2:58 PM > > > >> Hi, > >> > >> Can somebody help me with this problem while making cygwin: > >>

std::ofstream causes segfault in 1.5.x

2003-10-10 Thread thomas
Hi, here is a simplified snippet from code that worked perfectly in a 1.3.x environment, but doesn't work with 1.5.5 (i tried >1.5.2). ** std::ofstream out("foo.toc"); toc->print(out); // <- segfault here ... void Toc::print(std::ostream &out) const

RE: Can't build cygwin from CVS: configure error

2003-10-10 Thread Hannu E K Nevalainen
Building the cvs version of the cygwin dll "OOTB" seems to be a no-no currently. $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/src $ cvs login passwd: anoncvs $ cvs -z3 co winsup To get the cvs /src level stuff (configure among other things) I did $ cvs -z3 co . and then hit CTRL-C when it

Named shared memory area in cygwin1.dll

2003-10-10 Thread Philip Houghton
Why does every version of the cygwin1.dll use the same name for its shared memory area? Doesn't this imply that the shared memory area is compatible between different versions of the dll, when in reality it isn't? I believe each version of cygwin1.dll will map its own unique definition onto this

Re: setup hangs during postinstall

2003-10-10 Thread Brian Ford
On Fri, 10 Oct 2003, Christopher Faylor wrote: >On Fri, Oct 10, 2003 at 05:47:26PM +0100, Dr.D.J.Picton wrote: >>On Fri, 10 Oct 2003, Christopher Faylor wrote: >>>On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: Neither hang if setup is launched from bash instead of explorer. >>>Hmm.

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-10 Thread Larry Hall
At 03:22 PM 10/10/2003, Christopher Faylor you wrote: >On Fri, Oct 10, 2003 at 01:29:12PM -0400, Larry Hall wrote: >>At 12:31 AM 10/10/2003, Christopher Faylor you wrote: >>>On Thu, Oct 09, 2003 at 08:40:20PM -0700, David M. Karr wrote: Is there any way of "copying" a 1.3.22 distribution from o

Re: Can't build cygwin from CVS: configure error

2003-10-10 Thread Micha Nelissen
Hannu E K Nevalainen wrote: From: Micha Nelissen Sent: Friday, October 10, 2003 2:58 PM May I guess that you did the same as I did, i.e. follow the instructions on cvs page... Then you need THIS information too: I used the "How do I rebuild the tools on my NT box?" instructions. I have installe

Re: Can't build cygwin from CVS: configure error

2003-10-10 Thread Christopher Faylor
On Fri, Oct 10, 2003 at 09:10:03PM +0200, Hannu E K Nevalainen wrote: >> From: Micha Nelissen >> Sent: Friday, October 10, 2003 2:58 PM > >> Hi, >> >> Can somebody help me with this problem while making cygwin: >> > >> >> Any hints appreciated! >> >> Micha. >> > >May I guess that you did the same a

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-10 Thread Christopher Faylor
On Fri, Oct 10, 2003 at 01:29:12PM -0400, Larry Hall wrote: >At 12:31 AM 10/10/2003, Christopher Faylor you wrote: >>On Thu, Oct 09, 2003 at 08:40:20PM -0700, David M. Karr wrote: >>>Is there any way of "copying" a 1.3.22 distribution from one box to another >>>box? I know it's not that simple, bu

Re: setup hangs during postinstall

2003-10-10 Thread Christopher Faylor
On Fri, Oct 10, 2003 at 05:47:26PM +0100, Dr.D.J.Picton wrote: >>On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: >>>Neither hang if setup is launched from bash instead of explorer. >> >>Hmm. Maybe I missed this point before. I never run setup from >>explorer. >> >>In any event, can yo

RE: Can't build cygwin from CVS: configure error

2003-10-10 Thread Hannu E K Nevalainen
> From: Micha Nelissen > Sent: Friday, October 10, 2003 2:58 PM > Hi, > > Can somebody help me with this problem while making cygwin: > > > Any hints appreciated! > > Micha. > May I guess that you did the same as I did, i.e. follow the instructions on cvs page... Then you need THIS information t

Re: 'cygdrive' Question

2003-10-10 Thread Larry Hall
At 02:15 PM 10/10/2003, Paul Bezzam you wrote: >Hello, > >I have installed Cygwin( in C:\Cygwin) on WinXP, but when I start Cygwin, >the directory I am in is not the "C:/Cygwin/home/username", but another >with a path that starts with "/cygdrive." > >I have installed Cygwin on a Windows 2000 serve

Re: closing rxvt

2003-10-10 Thread Andrew DeFaria
bob wrote: When I shut down windows, it fails when it tries to shut down rxvt. Is this a bug or is there a good reason for it? If you close an rxvt window by clicking on the Close [X] then the bash shell running under rxvt never gets notified and runs in the background. When you attempt to sh

Re: palmdev-prep where is the command?

2003-10-10 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Hi, I am a inexperienced programmer and am trying to install palm | development tools on windows 2000 machine. I have installed | cygwin(with out any problems). I have rin the mount -tf . | command. I have installed SDK5

palmdev-prep where is the command?

2003-10-10 Thread chekuri
Hi, I am a inexperienced programmer and am trying to install palm development tools on windows 2000 machine. I have installed cygwin(with out any problems). I have rin the mount -tf . command. I have installed SDK5 and trying to run the palmdev-prep command. The response is palmdev-prep co

RE: Installed 1.5.5, need to back off to 1.3.22

2003-10-10 Thread Rick Rankin
--- Triza UK <[EMAIL PROTECTED]> wrote: > --- Rick Rankin <[EMAIL PROTECTED]> wrote: > > > --- "Karr, David" <[EMAIL PROTECTED]> wrote: > > > At end. > > > > > > > -Original Message- > > > > From: Rick Rankin [mailto:[EMAIL PROTECTED] > > > > > > > > > > --- "David M. Karr" <[EMAIL PRO

'cygdrive' Question

2003-10-10 Thread Paul Bezzam
Hello, I have installed Cygwin( in C:\Cygwin) on WinXP, but when I start Cygwin, the directory I am in is not the "C:/Cygwin/home/username", but another with a path that starts with "/cygdrive." I have installed Cygwin on a Windows 2000 server, and I don't see this issues. Can anyone help me un

RE: setup hangs during postinstall

2003-10-10 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Friday, October 10, 2003 2:28 AM > On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: > >#!/bin/bash > > > >FOO=`cypath -S` ^^ Brian, I hope that you *mean* cygpath and nothing else... > > > >but using #!/bin/sh doesn't. likewise, strace

closing rxvt

2003-10-10 Thread bob
When I shut down windows, it fails when it tries to shut down rxvt. Is this a bug or is there a good reason for it? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Installed 1.5.5, need to back off to 1.3.22

2003-10-10 Thread Larry Hall
At 12:31 AM 10/10/2003, Christopher Faylor you wrote: >On Thu, Oct 09, 2003 at 08:40:20PM -0700, David M. Karr wrote: >>Is there any way of "copying" a 1.3.22 distribution from one box to another >>box? I know it's not that simple, but is there a list of straightforward >>places I'd have to patch

Re: [Fwd: Re: Cygwin shell here]

2003-10-10 Thread Gerrit P. Haase
bob wrote: > That fails when I try to run it: > Unknown key prefix. Valid prefixes are: >root >HKCR >HKEY_CLASSES_ROOT >config >HKCC >HKEY_CURRENT_CONFIG >user >HKCU >HKEY_CURRENT_USER >machine >HKLM >

RE: Installed 1.5.5, need to back off to 1.3.22

2003-10-10 Thread Triza UK
--- Rick Rankin <[EMAIL PROTECTED]> wrote: > > --- "Karr, David" <[EMAIL PROTECTED]> wrote: > > At end. > > > > > -Original Message- > > > From: Rick Rankin [mailto:[EMAIL PROTECTED] > > > > > > > --- "David M. Karr" <[EMAIL PROTECTED]> > wrote: > > > > > "Larry" == Larry Hall > <[E

Re: Sound support in Cygwin?

2003-10-10 Thread Igor Pechtchanski
On Fri, 10 Oct 2003 [EMAIL PROTECTED] wrote: > Hi, > > I want to port a program to cygwin that writes to /dev/dsp. So far I > have not found any soundsupport in cygwin. Is there any such thing? > > br, > stephan /dev/dsp is supposed to be working, but the format of the data is completely differen

Re: cygwin1.dll missing getreent and fopen

2003-10-10 Thread Brian Ford
On Fri, Oct 10, 2003 at 17:04:18 +0200, Corinna Vinschen wrote: >On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote: >> I have just tried to install cygwin, using the setup.exe downloaded >> from cygwin.com, and installing from a local directory (rsync'ed from >> sources.redhat.com last nig

[Fwd: Re: Cygwin shell here]

2003-10-10 Thread bob
That fails when I try to run it: Unknown key prefix. Valid prefixes are: root HKCR HKEY_CLASSES_ROOT config HKCC HKEY_CURRENT_CONFIG user HKCU HKEY_CURRENT_USER machine HKLM HKEY_LOCAL_MACHINE users HKU HKEY

Xerces-2.3.0-3 still marked as test?

2003-10-10 Thread Rick Rankin
It seems that Xerces-2.3.0-3 is still marked as test. Is that correct or an oversite? --Rick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://c

Re: setup hangs during postinstall

2003-10-10 Thread Dr.D.J.Picton
>On Thu, Oct 09, 2003 at 06:17:08PM -0500, Brian Ford wrote: >>#!/bin/bash >> >>FOO=`cypath -S` >> >>but using #!/bin/sh doesn't. likewise, strace hangs here: >>#!/bin/bash >> >>FOO=`strace -o /tmp/cygpath.strace cypath -S` >> >>but not using #!/bin/sh. >> >>Neither hang if setup is launched from

Re: Cygwin shell here

2003-10-10 Thread Gerrit P. Haase
bob wrote: > I have looked, but cannot find how to do this. I would like to add a > right-click option to "Open cygwin shell here" for both folders and > files. What is the registry entry I should use to accomplish this in > win xp? http://anfaenger.de/cygwin/CygwinPromptHere/ Gerrit -- =^

[ANNOUNCEMENT] Updated: mingw-runtime-3.2-1

2003-10-10 Thread Earnie Boyd
This is a multi-part message in MIME format. --020900010108010705010201 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I've made a new version of the mingw runtime headers and libraries available for download. A list of what has changed is at

Cygwin shell here

2003-10-10 Thread bob
I have looked, but cannot find how to do this. I would like to add a right-click option to "Open cygwin shell here" for both folders and files. What is the registry entry I should use to accomplish this in win xp? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

RE: Installed 1.5.5, need to back off to 1.3.22

2003-10-10 Thread Rick Rankin
--- "Karr, David" <[EMAIL PROTECTED]> wrote: > At end. > > > -Original Message- > > From: Rick Rankin [mailto:[EMAIL PROTECTED] > > > > --- "David M. Karr" <[EMAIL PROTECTED]> wrote: > > > > "Larry" == Larry Hall <[EMAIL PROTECTED]> writes: > > > > > > Larry> At 08:30 PM 10/9/2

RE: Installed 1.5.5, need to back off to 1.3.22

2003-10-10 Thread Karr, David
At end. > -Original Message- > From: Rick Rankin [mailto:[EMAIL PROTECTED] > > --- "David M. Karr" <[EMAIL PROTECTED]> wrote: > > > "Larry" == Larry Hall <[EMAIL PROTECTED]> writes: > > > > Larry> At 08:30 PM 10/9/2003, Karr, David you wrote: > > >> I have version 1.3.22 ins

Re: cygwin1.dll missing getreent and fopen

2003-10-10 Thread Corinna Vinschen
On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote: > I have just tried to install cygwin, using the setup.exe downloaded from > cygwin.com, and installing from a local directory (rsync'ed from > sources.redhat.com last night) and having installed all the packages, > come to the postinstall

Re: cygwin1.dll missing getreent and fopen

2003-10-10 Thread Gerrit P. Haase
Hello Misha, > "The procedure entry point __fopen64 couldn not be located in the dynamic > link library cygwin1.dll" or "The procedure entry point __getreent couldn > not be located in the dynamic link library cygwin1.dll" > This occurs when 'bash' 'sed', 'basename' or 'uname' (and probably > oth

cygwin1.dll missing getreent and fopen

2003-10-10 Thread Misha Gale
I have just tried to install cygwin, using the setup.exe downloaded from cygwin.com, and installing from a local directory (rsync'ed from sources.redhat.com last night) and having installed all the packages, come to the postinstall stage and been bombarded with messages saying "The procedure entry

RE: Sound support in Cygwin?

2003-10-10 Thread Vince Hoffman
yes, try cat wavfile.wav > /dev/dsp (obviously replace wavfile.wav with a real wavfile) dont try an mp3 though ;) dont know any details beyound that though. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 10 October 2003 15:32 > To: [EMAIL PROTECTED] >

Re: Sound support in Cygwin?

2003-10-10 Thread Lapo Luchini
[EMAIL PROTECTED] wrote: I want to port a program to cygwin that writes to /dev/dsp. So far I have not found any soundsupport in cygwin. Is there any such thing? Last message I read abuot this said "experimental reading of /dev/dsp, no one is mantaining it and code is rotting" or something li

Sound support in Cygwin?

2003-10-10 Thread stephan0h
Hi, I want to port a program to cygwin that writes to /dev/dsp. So far I have not found any soundsupport in cygwin. Is there any such thing? br, stephan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: problems with current squid

2003-10-10 Thread Tom Oehser
It seems like the ./configure for squid incorrectly detects the number available, it can't find the limit and sets it at the squid ./configure maximum of 8192. Something needs to be fixed in the ./configure test that identifies how many fds are available so that it detects the real number, or a s

Re: no longer administrator, can't mkdir /foo

2003-10-10 Thread Mike Maxwell
Igor Pechtchanski wrote: > Check out /etc/setup/installed.db (and other files in /etc/setup). So that's where the info is stored! Now I guess what I need to do is run a diff on that file between the old and new installs, and find out what packages are missing in the new install. Thanks for the i

Re: no longer administrator, can't mkdir /foo

2003-10-10 Thread Igor Pechtchanski
On Fri, 10 Oct 2003, Mike Maxwell wrote: > This is for anyone else who reads this thread, looking for a solution. > > Mike Maxwell wrote: > > Short of re-installing CygWin, is there a fix to all this mess? > > In the end, that's what I did: a new install. Unfortunately, I haven't > found every pa

Re: no longer administrator, can't mkdir /foo

2003-10-10 Thread Mike Maxwell
This is for anyone else who reads this thread, looking for a solution. Mike Maxwell wrote: > Short of re-installing CygWin, is there a fix to all this mess? In the end, that's what I did: a new install. Unfortunately, I haven't found every package that I had installed previously, so there are t

Re: cygwin-1.5.4-1 breaks fetchmail on Win9x

2003-10-10 Thread Jason Tishler
Mark, On Sun, Oct 05, 2003 at 11:45:20AM +1000, Mark Ord wrote: > That's my educated WAG at what is happening. Maybe someone who is more > familar with the code in question/cygwin1.dll code in general can look > into whether this assessment is correct or not. AFAICT, the problem has been correcte

Re: Error in launching service (apache) installed by cygrunsrv

2003-10-10 Thread Igor Pechtchanski
On Fri, 10 Oct 2003, tilt wrote: > I launch appache succesfuly on my Windows 2000 by : > /usr/sbin/apachectl start > > I can install apache as new servcice on my Windows 2000 : > cygrunsrv -I svc_http -p /usr/sbin/httpd.exe > > I try to launch it : > cygrunsrv -S svc_http > Produce trace in /var/

Can't build cygwin from CVS: configure error

2003-10-10 Thread Micha Nelissen
Hi, Can somebody help me with this problem while making cygwin: configuring in doc running /bin/sh ../../../../src/winsup/doc/configure --host=i686-pc-cygwin --build=i686-pc-cygwin --with-newlib --enable-multi lib --prefix=/home/s010609/src/cygwin/install --program-transform-name=s,y,y, --with

Re: rzsz port to Cygwin

2003-10-10 Thread Gerald Villemure
- Original Message - From: "Vijay, Raghavan (IE10)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 10, 2003 7:18 AM Subject: rzsz port to Cygwin > Hi All, > I was going through the mailing archives and I came across that rzsz had > been ported to Cygwin. Does anyone

Re: problems with current squid

2003-10-10 Thread Robert Collins
On Fri, 2003-10-10 at 18:33, Corinna Vinschen wrote: > On > How big is squid trying to set RLIMIT_NOFILE? However big it suceeded when I built it. Squid saves the successful upper limit, and then uses that. > I tried with a test > application and it failed to set the limit to more than 3200 ent

Re: compile and dynamic linking in one commandline

2003-10-10 Thread Gerrit P. Haase
Joost schrieb: > Hi all, > Is it possible to compile and link a source file with a dll to an > executable in one step? Sure. > At this moment I use 2 steps: > g++ -c -I"../include" -o"../../Objects/Main.o" Main.cpp > g++ -o"../../Target/Main.exe ../../Objects/Main.o > ../../Target/libObject.dl

Error in launching service (apache) installed by cygrunsrv

2003-10-10 Thread tilt
I launch appache succesfuly on my Windows 2000 by : /usr/sbin/apachectl start I can install apache as new servcice on my Windows 2000 : cygrunsrv -I svc_http -p /usr/sbin/httpd.exe I try to launch it : cygrunsrv -S svc_http Produce trace in /var/log/svc_http.log : [Thu Oct 9 16:21:34 2003] [ale

Re: problems with current squid

2003-10-10 Thread Corinna Vinschen
On Thu, Oct 09, 2003 at 05:39:58PM -0400, Tom Oehser wrote: > > The current squid and current cygwin fails with setrlimit errors > about too many open files, I saw some messages in the cygwin-app > group about this, but it didn't seem to be resolved. The exact > messages are: > > > $ squid -N >

RE: Bash extremely slow when started via task scheduler

2003-10-10 Thread Pensa, Pascal
From: Chris January [mailto:[EMAIL PROTECTED] >I assume you are using Windows 2000? Could it be that Cygwin is waiting for >the caption of the console window to change, but it never does because it's >on a hidden desktop? It's a NT4 Domain Controller, but probably this issue is not specific to t