RE: igncr vs text mode mounts, performance vs compatibility

2006-10-24 Thread Gary R. Van Sickle
required by POSIX > can do so. Is this the reason? If so, do you know why POSIX requires this? At some point POSIX compliance ceased to be a goal of the Cygwin project, so I don't see that as an argument either way. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#

Re: How do I kill a grandchild process from shell program?

2006-10-24 Thread Gary Johnson
all" is not part of my Cygwin > installation - and I don't see which package contains it. >From a shell prompt, execute cygcheck -p killall or in a browser, go to http://cygwin.com/packages/ and "Search Package List:" for "killall". Gary -- Gary Johnson

Re: BashHere.reg Explorer add-on and long filenames

2006-10-18 Thread Gary Johnson
.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. You can use 'cygpath' to translate among the various forms of a path name. In this case, the idea would be to replace cd '%1' by something like cd "`cygpath -u '%1'`" I still have a hard time ge

Re: Can not start UltraEdit using cygwin path

2006-10-16 Thread Gary Johnson
typing forward slashes and allows users to avoid the question of whether backslashes in file names will be interpreted as path separators or as quotes of the following characters. It doesn't understand cygwin paths, however, which is an advantage to using the Cygwin vim. I use both.

RE: cygwin unix commands in windows

2006-10-04 Thread Gary R. Van Sickle
solved (or will be when the next Cygwin build is released). -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Bash and CR/LF line-endings

2006-10-03 Thread Gary R. Van Sickle
new bash > invocation. Also, you must consider how things should work > when stdin is a pipe containing \r\n data, since with pipes, > you can't prescan the first line of input to see what it > contains because you can't rewind afterwards. > What's going to br

RE: Problems with archiver "ar"

2006-09-27 Thread Gary R. Van Sickle
reat, great, great, greatgreatgreat grandchildren will be able to creat a plain text file on one computer and have it be understood on another. But I wouldn't put money on it. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Bash 3.1.17(8) CR/LF problem

2006-09-27 Thread Gary R. Van Sickle
ine endings. Also, make sure any other tools you might wish to use to process text, cygwin or non-cygwin, do the same." The "/r/n vs /n vs /r" Crisis Which Shall Plague Computer Science Forever is most assuredly not merely a matter of "don't use notepad". -- Gary R.

RE: [ANNOUNCEMENT] Updated [experimental]: bash-3.1-7

2006-09-08 Thread Gary R. Van Sickle
ile I'm all for saving a cycle here and there (q.v. the 1% make improvement ;-)), I have a hard time believing that ignoring the occaisional "\r" is even a blip on bash's radar compared with fork()ing et al. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.co

RE: Need Volunteers to test patch for gnu make

2006-09-08 Thread Gary R. Van Sickle
ke [...] real23m13.115s ^^ 18 seconds saved (approx. 1%) user3m56.285s sys 3m2.261s So, I shall take that 18 seconds to also thank you for your great work. ;-) -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Proble

RE: cygwin fork()

2006-09-01 Thread Gary R. Van Sickle
e when you see an LF that could perhaps have actually > >been a CR/LF. What we really want is > > AFAIK, Cygwin's lseek should handle seeking on text streams. > DJ implemented that years ago. > Last I looked, which was admittedly also years ago, it was "#if

RE: copying and pasting in the terminal window?

2006-08-25 Thread Gary R. Van Sickle
> From: G.W. Haywood > Sent: Friday, August 25, 2006 4:53 AM > Subject: RE: copying and pasting in the terminal window? > > Hi there, > > > On Fri, 25 Aug 2006, Gary R. Van Sickle wrote: > > > ... The main trick is (or at least used to be) getting > y

RE: copying and pasting in the terminal window?

2006-08-24 Thread Gary R. Van Sickle
> From: mwoehlke > Sent: Thursday, August 24, 2006 10:44 AM > Subject: Re: copying and pasting in the terminal window? > > Gary R. Van Sickle wrote: > >> From: mwoehlke > >> Cygwin also has an rxvt terminal emulator that may be more to your > >> likin

RE: copying and pasting in the terminal window?

2006-08-23 Thread Gary R. Van Sickle
> From: mwoehlke [snip] > Cygwin also has an rxvt terminal emulator that may be more to > your liking, but I haven't used it and so can't tell you what > it's like. It's awesome, if you're still using the DOS box change over immediately. Believe me now

RE: A build problem of C++ code on Cygwin

2006-08-22 Thread Gary R. Van Sickle
I think it's mainly hand-rolled makefiles these days, but IIRC if somebody's using crusty enough autotools they'll get configures that do this to you. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: NTFS fragmentation

2006-08-02 Thread Gary R. Van Sickle
or any file beyond a certain size. I unfortunately do not recall what that size is. What happens as you change FILE_SIZE and/or BUFFER_SIZE in your script, to maybe a small multiple of your cluster size? -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: cygwin copy problems usb 2.0

2006-07-27 Thread Gary R. Van Sickle
le and copies them an (f)read/(f)write buffer at a time, while your Windows native program almost certainly simply calls CopyFile() (a Win32 API), bypassing a ton of library code. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: DLL loading problem with binutils-20060709-1

2006-07-14 Thread Gary Zablackis
ission problem as above. If I build with the older version, there is no problem. I believe, but cannot verify at the moment that everything runs fine under the new binutils, it just does not work if the newer binutils is installed when I compile matplotlib. I will attempt over the weekend to get a simpl

Re: Patch for silent crash with Cygwin1.dll v 1.5.19-4

2006-05-31 Thread Gary Zablackis
--- Jim Kleckner <[EMAIL PROTECTED]> wrote: > Gary, > > I wanted to personally thank you for putting up with > the nonsense that this list always seems to dish out > to discourage people from helping. You persevered > and let it wash over you. I'm glad t

Detecting intrusive programs in cygcheck (was: RE: SOLVED: sshd+ssh localhost connects, but don't reach the shell)

2006-05-30 Thread Gary R. Van Sickle
V programs, Google Desktop, etc etc etc, and at least prominently flag their existence, if not make some clear statement to the effect of "This program is almost certainly causing your problem, plus dozens of others you don't even know about. Uninstall it."? IIRC, Setup actually gi

RE: 200 GB drive has room but gzip indicates "No space left on device"

2006-05-29 Thread Gary R. Van Sickle
all my drives (up to 250 GB). > Shut it off and give it another try. Also make sure Google Desktop isn't running, or anything else that sits in the background hitting files "behind your back". -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubs

RE: slow share = slow scripts?

2006-05-25 Thread Gary R. Van Sickle
er: Much has, but the real problem is the very definition of the function. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: slow share = slow scripts?

2006-05-24 Thread Gary R. Van Sickle
everything to a fast (preferably local) drive/share and do your business there, if that's possible. It might be a win for you even if you did a copy-to-local/modify/copy-back sort of deal, depends on the situation. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubs

RE: Test: zip-2.31 and unzip-5.52

2006-05-09 Thread Gary R. Van Sickle
!= "Well Tested". You should be testing whatever program you're using to do backups, GNU, Cygwin, or otherwise. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Windows 95 support ?

2006-04-26 Thread Gary R. Van Sickle
> From: Brian Dessent > > "Gary R. Van Sickle" wrote: > > > Sorry folks, this is going to probably have to wait until > the weekend. > > But I am still about 99.44% confident that this is solvable in a > > reasonably painless manner. > > Do

RE: Windows 95 support ?

2006-04-26 Thread Gary R. Van Sickle
> From: Gary R. Van Sickle > > > From: Samuel Thibault > > > > Gary R. Van Sickle, le Mon 24 Apr 2006 23:20:55 -0500, a écrit : > > > > > > http://home.att.net/~g.r.vansickle/cygwin/SetupInstaller/SetupInstalle > > > r.exe > > > >

RE: Windows 95 support ?

2006-04-25 Thread Gary R. Van Sickle
> From: Samuel Thibault > > Gary R. Van Sickle, le Mon 24 Apr 2006 23:20:55 -0500, a écrit : > > > http://home.att.net/~g.r.vansickle/cygwin/SetupInstaller/SetupInstalle > > r.exe > > Same result as when I manually copied MSVCRT.DLL to my system > for getting

RE: Windows 95 support ?

2006-04-25 Thread Gary R. Van Sickle
> From: Brian Dessent > > "Gary R. Van Sickle" wrote: > > > Looking through the source tarball brings up another issue though: > > there's no copy of the GPL included with the source, nor > could I find > > one pending in cvs for an upcoming rel

RE: Windows 95 support ?

2006-04-25 Thread Gary R. Van Sickle
> From: Brian Dessent > "Gary R. Van Sickle" wrote: > > > locate said source. However, it is not where this page < > > http://sources.redhat.com/cygwin-apps/setup.html> indicates it is > > ("Source code for setup.exe is available from > >

RE: Windows 95 support ?

2006-04-24 Thread Gary R. Van Sickle
> From: Eric Blake > > Gary - you should know better. No I shouldn't. > Top-posting reformatted, to > avoid http://cygwin.com/acronyms/#TOFU, OMG I did top-post! How the ^*& did that happen? My sincerest apologies. > and raw email munged; > you really sho

RE: Windows 95 support ?

2006-04-24 Thread Gary R. Van Sickle
> From: Max Bowsher > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gary R. Van Sickle wrote: > >> From: Corinna Vinschen > >> Sent: Friday, April 21, 2006 6:38 AM > >> To: cygwin@cygwin.com > >> Subject: Re: Windows 95 supp

RE: Windows 95 support ?

2006-04-24 Thread Gary R. Van Sickle
rsion of either the exe or the DLL. Works great for me on XP here. There'd be source for setup.exe 2.510.2.2 here as well if it was here: http://www.cygwin.com/setup/ or somewhere else that I could find it. -- Gary R. Van Sickle > -Original Message- > From: [EMAIL PROTE

RE: Windows 95 support ?

2006-04-24 Thread Gary R. Van Sickle
> From: Samuel Thibault > Sent: Monday, April 24, 2006 3:51 AM > To: cygwin@cygwin.com > Subject: Re: Windows 95 support ? > > Hi, > > Gary R. Van Sickle, le Mon 24 Apr 2006 02:54:59 -0500, a écrit : > > Mr. Thibault, do you have any interest in helping test out

RE: Windows 95 support ?

2006-04-24 Thread Gary R. Van Sickle
access to a Win95 machine since... well, pretty much forever in PC-years, so the only testing I could do myself would be that it doesn't wreck anything with XP Pro and Home, and maybe ME if I can ressurect that machine. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin

Re: ITP: rxvt-unicode-X

2006-04-21 Thread Van Sickle, Gary
ilar error. So this must be a configuration error on my part, not a urxvt-X error. I give it a GTG, and will probably switch to it as my primary terminal to give it more "in the wild"-type testing. -- Gary R. Van Sickle Contract EE, CRDM EMI/MRI/Soft Errors Medtronic Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Arbitraily Banning Maintainers From Mailing Lists Which They Need To Perform Their Duties

2006-04-20 Thread Gary R. Van Sickle
heart even though I felt it was necessary. Two of > those people are back today and sending email to cygwin lists > with no problem. > > Usually when I block someone, I block them from all of the > cygwin lists. > But, tonight, I have chosen to only block Gary R. Van Sickle &g

RE: [NON-WHINE] RE: mkstemp vs. text mode

2006-04-19 Thread Gary R. Van Sickle
More non-negative news: The Cygwin/X Server creates its own subdirectory and a bunch of files in /tmp and still appears to work fine. -- Gary R. Van Sickle > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gary R. > Van Sickle >

[NON-WHINE] RE: mkstemp vs. text mode

2006-04-19 Thread Gary R. Van Sickle
> From: Gary R. Van Sickle > > > From: Gary R. Van Sickle > > > > > From: Christopher Faylor > > [snip] > > > Yes, I think it makes sense to open temp files in binary > > but I'll bet > > > that someone is relying on textmode beh

Re: 1.15.19: multithreaded scons (python) unexpectedly fails

2006-04-04 Thread Gary Zablackis
\WINDOWS\system32\cmd.exe command line) > Nels, This MAY be the same problem discussed in the thread referring to a dlopen() bug: http://cygwin.com/ml/cygwin/2006-04/msg00036.html My experience with this bug comes from a Python program importing a dll, a

Re: dlopen() bug (new testcase)

2006-04-03 Thread Gary Zablackis
: */ if (pthread_key::is_good_object (key)) return EBUSY; If you need any more information or support for getting this patched, let me know. Thank you, Gary Zablackis __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam pro

RE: The 20060324/20060326 snapshots hang on testcase

2006-03-27 Thread Gary R. Van Sickle
search a bit. ] > Ahem, without resolution to the minute that's going to help how again? -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Multiple cygwin installs

2006-03-26 Thread Gary R. Van Sickle
"C:\Program Files\Common Files\Cygwin", and put the DLLs or what have you in there. You make sure that it gets reference counted, that your Cygwin apps can find it (eg put it in the Windows PATH), and you're done. To keep versions dealt with correctly, you probably want to use In

RE: The 20060324/20060326 snapshots hang on testcase

2006-03-26 Thread Gary R. Van Sickle
d on me what the problem probably was. > > However, if you had narrowed this down to a specific failing > snapshot or mentioned where it was hanging or what it was > trying to do, I would have been able to figure this out much faster. > > cgf > Faster than 19 minutes? W

Re: dlopen() bug

2006-03-23 Thread Gary Zablackis
to cygwin1.dll shows this clearly. Also, the problem persists if ct.c is changed to ct.cc and g++ is used throughout in the build. I have built debug versions of both cygwin1.dll and libstdc++. I hope to have some time this weekend to finally look into this problem more deeply. Gary __

Re: dlopen() bug

2006-03-21 Thread Gary Zablackis
gt; > Bernhard > Bernhard, Not yet. I have built debug versions of the appropriate dlls (cygwin1) and libraries (libstdc++), but I have not had time to go in depth into the problem. Gary __ Do You Yahoo!? Tired of spam? Yahoo! Mail

RE: Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-16 Thread Gary Zablackis
your help, > Martin > Martin, I have not gotten anywhere, yet. I hope to examine the std c++ lib code this weekend and maybe get a this resolved. Gary __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ht

RE: bash, find | xargs grep

2006-03-14 Thread Gary R. Van Sickle
> Hi: > > (tried posting this to the comp.windows.cygwin usenet group > and got no response, so) > There's a comp.windows.cygwin USENET group? When did that happen? -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

RE: Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-10 Thread Gary Zablackis
with the testcase. I have included a log with output from a debug version of cygwin1.dll v 1.5.19-4 with some system_printf() trace messages added so you can see at least part of what is happening. Thanks, Gary __ Do You Yahoo!? Tired of spam? Yah

Bug in dlopen() (or following) code in Cygwin1.dll v 1.5.19-4

2006-03-09 Thread Gary Zablackis
.c): #include #include void test() { printf("\tOK: This is a test.\n"); } -- NOTE: I have also tested all of this with __declspec(dllexport) and __declspec(dllimport) and everything works exactly the same Thanks, Gary

RE: _kbhit

2006-02-18 Thread Gary R. Van Sickle
> From: Shankar Unni > Sent: Friday, February 17, 2006 2:28 PM > To: cygwin@cygwin.com > Subject: Re: _kbhit > > Gary R. Van Sickle wrote: > > > Arend-Jan Westhoff writes: > >> I cannot confirm your assertion that msvcrt.dll and cygwin1.dll > >

RE: _kbhit

2006-02-15 Thread Gary R. Van Sickle
d bash on CMD but not > on rxvt; as stated elsewhere in this thread the Microsoft > _kbhit is not very good). > > HTH, > > Arend-Jan Westhoff. The Gary Exclusion Principle: Two C runtimes cannot occupy the same point in space at the same moment in time. A corollary to that:

RE: BUG: ualarm(0,0) not clearing ualarms

2006-02-14 Thread Gary R. Van Sickle
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robb, Sam > Sent: Tuesday, February 14, 2006 10:09 AM > To: cygwin@cygwin.com > Subject: RE: BUG: ualarm(0,0) not clearing ualarms > > Gary R. Van Sickle wrote: > > I get the same can't-dupli

RE: How Can I Use the FtpCommand Function with Cygwin?

2006-02-14 Thread Gary R. Van Sickle
other > company, and there are good business reasons to avoid > changing them. Saying that the makefiles are going about > everything the wrong way is not an option. > Sometimes failure is not an option; it comes standard. -- Gary R. Van Sickle -- Unsubscribe info: http://

RE: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Gary R. Van Sickle
N-processor > race-related bug. > > cgf Hyperthreding P4 3.4GHz "X-Treme Edition" (more cache?), 1Gig RAM. Maybe this is the one bug that HT actually masks instead of reveals. ;-) -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

RE: BUG: ualarm(0,0) not clearing ualarms

2006-02-13 Thread Gary R. Van Sickle
86 Cygwin I don't have any of this stuff in $CYGWIN, might be worth a try to ditch it: " CYGWIN = 'server ntsec forkchunk:32768' " -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Gmsh Using Cygwin "Badly"

2006-02-12 Thread Gary R. Van Sickle
don't recommend it to people. Just having cygwin1.dll in your path is sufficient. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: gnu make causes reboot

2006-02-11 Thread Gary R. Van Sickle
n-win. Bonus hint: Norton Antivirus counts as both a driver and the cause of almost every problem anybody has ever had with a computer, except for those caused by all other anti-anything software. -- Gary R. Van Sickle > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

RE: _kbhit

2006-02-10 Thread Gary R. Van Sickle
y to > submit a patch. If not, ... well for my own project a kbhit() > function based on select() is sufficient, so that'll work for > me at least. > You may also want to look at MinGW. They actually link with the real msvcrt.dll. > --Michiel. > > Mich

RE: make: rm: command not found

2006-02-10 Thread Gary R. Van Sickle
to stop wrapping once it hits MS-DOS 4.0. I don't know why. > I think it was because they couldn't get the Installable File System thing working properly. Which is truly shocking really, considering Microsoft's otherwise-blemishless reputation when it comes to getting all things file

RE: cygwin bsod using make after configure on gcc

2006-02-09 Thread Gary R. Van Sickle
t was BSODing on you, but to tell you the truth it's been so long since I've seen one I don't know if it does anymore. If it does, it will probably be a driver, and then you're 99% of the way towards a solution. Hey, this would make a reasonably good Not-Entirely-Infrequently

RE: stat(2) triggers on-demand virus scan

2006-01-14 Thread Gary R. Van Sickle
ce. > Last I checked it was "cause more problems than the viruses we purportedly protect you from would". Look guys, the bottom line here is that on-access virus scanners cause trouble. Not just for Cygwin, and not just particular ones. Scan your incoming email, scan your downloa

RE: stat(2) triggers on-demand virus scan

2006-01-14 Thread Gary R. Van Sickle
27;t. The long non-rant answer would require a logical explanation from Microsoft as to why their filesystem infrastructure is completely incapable of properly handling removable media, and that is highly unlikely to be forthcoming. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/

RE: stat(2) triggers on-demand virus scan

2006-01-14 Thread Gary R. Van Sickle
rent opinion and will convince me > otherwise but, until that time, I just thought I would make > the ground rules clear. I thought this was obvious stuff but > I guess it wasn't. > No, and I guess it still isn't. BTW, OP: Update your 1.3.x install. It's th

RE: autoconf/automake problem: simple testcase [was RE: autoconf/automake: just can't get it to work at all.]

2006-01-11 Thread Gary R. Van Sickle
but as you see it certainly doesn't WFM! You use text mounts? The alternatives package was(is?) busted, and only worked if /var/lib/alternatives is binmode. If this is it, IIRC correctly the files therein will have to be manually d2u'ed and/or otherwise fixed up. -- Gary R. Van Sickle

RE: Does "^G" work on Windows 9x/Me?

2006-01-04 Thread Gary R. Van Sickle
MessageBox??? > He of course meant "MustardBox(MB_PLOCHMANNS)", Mr. Picky. ;-) -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: potential fix for cygwin's "no system bell" problem

2006-01-03 Thread Gary R. Van Sickle
and (possibly) fix it be a better workaround (or co-workaround)? While I know it wouldn't be the first instance nor the last, it seems unseemly to me for the cygwin DLL itself to be working around a busted Windows install. -- Gary R. Van Sickle -- Unsubscribe info:

RE: potential fix for cygwin's "no system bell" problem

2006-01-03 Thread Gary R. Van Sickle
/cygwin.com/ml/cygwin-patches/2003-q1/threads.html#00203 > > cgf I must have missed something - did "MessageBeep(-1)" never get put in? Or did it stop working? MSDN still documents it as working even without a sound card. -- Gary R. Van Sickle -- Unsubscribe info: http:/

RE: Hope this topic isn't taboo yet

2005-12-30 Thread Gary R. Van Sickle
, send me the dual HT machine, I'll send you my one-banger HT machine, and then you can turn off HT. It's win-win. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: scp/ssh: non-interactive commands using "PasswordAuthentication" fail

2005-12-30 Thread Gary R. Van Sickle
the Cygwin Cutting-Off-Nose-To-Spite-Face-For-No-Perceptible-Reason Department. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Please try a snapshot - final push for 1.5.19

2005-12-22 Thread Gary R. Van Sickle
; cygcheck output? > > cgf > (who's wondering why he has to reiterate basics to people who > already know this stuff) > WJM? -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

RE: Can not Contact Domain Controller

2005-12-22 Thread Gary R. Van Sickle
e at least Why2K, and they have a useless KB article about it), but for God knows what reason, REFUSES TO FIX IT. To fix it, you basically have to set up MS's DNS server (it can be caching or whatever) and MANUALLY add the domain controller lookup entry. I don't recall the step-by-steps o

RE: responding to someones post

2005-12-22 Thread Gary R. Van Sickle
ete anything in the "To:" field that doesn't have "@cygwin.com" in it. - Make sure your email reader hasn't put anybody's email address in the quoted text you're replying with (mainly in the headers). If you're asking about the politics of doing so: - Polit

Ploticus prefabs in /usr/share vs /usr/local/share

2005-12-19 Thread Gary R. Van Sickle
Gentlemen, The ploticus 2.32-1 package is putting its prefabs in '/usr/share/ploticus/prefabs' instead of '/usr/local/share/ploticus/prefabs'. Furthermore, ploticus can't find its prefabs, as it is looking for them in '/usr/local/share/ploticus/prefabs'

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-19 Thread Van Sickle, Gary
> On Thu, Dec 15, 2005 at 02:45:59PM -0600, Van Sickle, Gary wrote: > >In both cases tar *is* executed and works fine. Due to the Van Sickle > >Exclusion Principle (a bug and a debugging tool capable of providing > >insight into that bug cannot occupy the same hardware at t

RE: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Gary R. Van Sickle
> > Could you do a: > > strace -ostrace.out bash > tar --help > exit > > and send the strace.out here as an attachment? > > cgf I'll give it a try tomorrow. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
XPATH="."; else XPATH="$(cygpath -w "${1}")"; fi; explorer $XPATH & disown %- } " > cgf FWIW: bash started from a cmd.exe prompt behaves the same way, "tar --help"/"man --help"/"man man" all appear

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
> From: Corinna Vinschen > On Dec 14 15:00, Van Sickle, Gary wrote: > > OK, lessee what I missed: > > The error message content. When fixup_mmaps_after_fork fails, there's > a message in your window which gives at least some details for a start. > " $ tar -

Re: recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
> On Dec 14 12:41, Van Sickle, Gary wrote: > > I'm getting a "recreate_mmaps_after_fork_failed" error on the 12-07 and > > 12-13 snapshots on one particular machine at work. That's pretty much > > all I get - rxvt dies immediately, and while I do get

recreate_mmaps_after_fork_failed errors post-11-30 snapshot

2005-12-14 Thread Van Sickle, Gary
x27;t run any programs from it, not even cygcheck; I get the same error. I've never knowingly rebased anything ever, on any machine. I don't know if this will help or not, but attached is a cygcheck of the 11-30 snapshot. If it would be helpful I can reinstall 12-07 or 12-13, and get a

RE: System Tray

2005-12-12 Thread Gary R. Van Sickle
I'll have to cogitate on that one, that might actually be a good idea. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Practical method for automatic Cygwin install?

2005-11-22 Thread Gary R. Van Sickle
a bunch of utilities in a manner which is not officially supported is probably at the top of that list. It sounds to me that what you really should do is release your software as a Cygwin package, and then work on adding the functionality you need to Cygwin's setup.exe. >

RE: BUG: alternatives

2005-11-05 Thread Gary R. Van Sickle
> From: Charles Wilson > Sent: Saturday, November 05, 2005 12:12 PM > To: Mailing List: CygWin > Subject: Re: BUG: alternatives > > Gary R. Van Sickle wrote: > > More investigation reveals that it's textmode mounts that > alternatives > > doesn&#x

BUG: alternatives

2005-11-04 Thread Gary R. Van Sickle
More investigation reveals that it's textmode mounts that alternatives doesn't like, not necessarily (although almost certainly as well as) \r\n line endings. -- Gary R. Van Sickle > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Be

BUG: alternatives has a \r\n vs \n bug (was: RE: alternatives)

2005-11-04 Thread Gary R. Van Sickle
Running d2u on /var/lib/alternatives/automake makes it work (at least --config now gets me to the menu). It doesn't have an entry for automake-1.9 though, which I do have installed. That may have been an absorbed error on installation. -- Gary R. Van Sickle > -Original

alternatives

2005-11-03 Thread Gary R. Van Sickle
/sbin/alternatives --config automake failed to read /var/lib/alternatives/automake: No error This is with snapshot 20051103 21:02:10, but this is the first time I've ever tried to use alternatives, so that could have nothing to do with anything. -- Gary R. Van Sickle -- Unsubscribe info:

RE: another manifestation of the .. bug

2005-10-27 Thread Gary R. Van Sickle
ct in other areas (one of > them: speed), than it does help to make Cygwin useful (I hear > cgf falling from his chair and rolling on the floor laughing > in the background). > That's why I like the way the OP (?) was going to go about it: add it, test it, and see what the actua

RE: Why is setup.exe so difficult? Am I missing something?

2005-10-12 Thread Gary R. Van Sickle
tate this as an axiom: There is not a single soul who is in love with Cygwin's setup. > and simply build an additional install-and-upgrade > program that > uses the same "back-end" technology/interfaces and presents something > different to the user? > We thought of that several years ago. Problem is, there is no "backend" - we inherited a codebase with a tightly interwoven GUI and business logic. Since then, the GUI has been improved dramatically, innumerable defects have been fixed, several features have been added, and some work has gone into separating the business logic. That work was, as far as I know, all gratis. Now, if you're eating the bread from the sweat of another man's brow, as you claim to be doing, it seems to me that the best way to get what you want is to contribute to the program's improvement in some manner, rather than ranting against the hand that's feeding you. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Why is setup.exe so difficult? Am I missing something?

2005-10-12 Thread Gary R. Van Sickle
tate this as an axiom: There is not a single soul who is in love with Cygwin's setup. > and simply build an additional install-and-upgrade > program that > uses the same "back-end" technology/interfaces and presents something > different to the user? > We thought of that several years ago. Problem is, there is no "backend" - we inherited a codebase with a tightly interwoven GUI and business logic. Since then, the GUI has been improved dramatically, innumerable defects have been fixed, several features have been added, and some work has gone into separating the business logic. That work was, as far as I know, all gratis. Now, if you're eating the bread from the sweat of another man's brow, as you claim to be doing, it seems to me that the best way to get what you want is to contribute to the program's improvement in some manner, rather than ranting against the hand that's feeding you. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: on the road to 1.5.19 - snapshot testing needed

2005-09-29 Thread Gary R. Van Sickle
A cvs pull of wxWindows configured and built fine here. -- Gary R. Van Sickle > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor > Sent: Thursday, September 29, 2005 6:13 PM > To: cygwin@cygwin.com > Subje

Can't Seem to Make a Non-Incremental Installation of Cygwin

2005-09-28 Thread Gary Morrison
I'm attempting to install Cygwin on a (rather wimpy - slow CPU & not much disk space) PC, and I keep running into a problem: In short, somebody installed it on this machine earlier, and didn't do that installation quite right. So, I decided to delete everything on the disk I could find relatin

Re: slrn & mutt - display problem

2005-09-24 Thread Gary
> When I try to reply to a posting by email the entire window > simply goes black. My mail_editor_command is "mutt -H '%s'", > and I am using rxvt (in Cygwin). As I thought, it was a terminal issue. instead of set mail_editor_command "mutt -H '%s'" using mail_editor_command "export TERM=vt220

Re: slrn & mutt - display problem

2005-09-23 Thread Gary
Olaf Foellinger wrote: > I don't think you need mutt to send mail from slrn Oh, you don't! I want to use it because it has all the features that I need when writing mails - saving mails in appropriate mailbox, being able to add attachments, use of my address book, and so on. -- Unsubscribe info:

slrn & mutt - display problem

2005-09-22 Thread Gary
When I use slrn try to reply to a posting by email the entire window simply goes black. My mail_editor_command is "mutt -H '%s'", and I am using rxvt (in Cygwin). I know that mutt starts, and if I kill that process I get my slrn back again, though when I then quit slrn the terminal no longer echoes

RE: Linking with comctl32 lib

2005-09-14 Thread Gary R. Van Sickle
them due to static linking. No, it doesn't. The .lib you linked to is a stub. It doesn't contain any part of the DLL code, regardless of how much of the library you use. IIUC, the .lib under discussion isn't even of Microsoft origin; it's generated by a Cygwin or Mingw prog

RE: Linking with comctl32 lib

2005-09-14 Thread Gary R. Van Sickle
> not allowing the dll to be redistributable? > > > Any insight/info would be appreciated. The DLL isn't being redistributed, so? I don't follow. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://c

RE: A new day, a new snapshot, more testing required on the road to 1.5.19

2005-09-14 Thread Gary R. Van Sickle
Ok, whatever snapshot this is: "1.5.19s(0.138/4/2) 20050914 20:32:51" Configures, builds, and installs a working wxWidgets here (same wxW's cvs as yesterday). -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

RE: A new day, a new snapshot, more testing required on the road to 1.5.19

2005-09-14 Thread Gary R. Van Sickle
that this is > tedious Not for much longer, if a certain googly-eyed letter of the alphabet has anything to say about it! [snip] -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

RE: Documentation on functions

2005-09-14 Thread Gary R. Van Sickle
ously, if you are seeing this, then it > succeeded. > Sorry, it still didn't work. -- Gary R. Van Sickle PS: I AM HI-LARIOUS!!! ;-) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: Bug found, new snapshot generated so still - testers needed prior to 1.5.19 release

2005-09-13 Thread Gary R. Van Sickle
Configures and builds cvs wxWidgets here with no observed problems. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http

RE: file not working on executables?

2005-09-10 Thread Gary R. Van Sickle
ny further discussion there. Reply-To set accordingly. > (Oops, apparently not! ;-)) Well, any LF/CRLF religious debate perhaps belongs there. But religious issues aside, the change you're proposing is a major change to long-standing Cygwin functionality that would affect a large

<    1   2   3   4   5   6   7   8   9   10   >