Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-02 Thread Mark Harig
With the most recent version of Cygwin, 1.3.14, CYGWIN has been set to 'ntsec' by default. Unfortunately, this doesn't show up in the output of 'cygcheck -s -r -v'. You might want to consider running the Microsoft 'convert' utility on your disk to convert your filesystem from FAT32 to NTFS.

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-02 Thread David M. Karr
> "David" == David M Karr <[EMAIL PROTECTED]> writes: David> Last night I upgraded my Cygwin and Cygwin/XEmacs installations to the latest. David> Today, I noticed that XEmacs can no longer notice that read-only files are David> read-only. Normally, it detects that, and sets the

Re: Setup freezes installing from local dir

2002-11-02 Thread Randall R Schulz
Huijing, At 16:08 2002-11-02, Huijing Zhou wrote: It's not clear why you would think that you'd have to change your answer the second time around either. If you specified z:\cygwin the first time then it should be fairly obvious that you should specific z:\cygwin the second time. I thought s

Re: odd seg fault with xerces-c [solved - sort of - evilly] libstdc++ bug??

2002-11-02 Thread Gareth Pearce
replying to myself here the use of breakpoints does wonders... it seems xerces-c ends up getting std::fopen in the library ... ahh - its statically linked in libstdc++.a and its in there... ummm ... application uses that evil using namespace std; hack ... if i replace fopen with ::fopen - my ap

Re: Setup freezes installing from local dir

2002-11-02 Thread Huijing Zhou
It's not clear why you would think that you'd have to change your answer the second time around either. If you specified z:\cygwin the first time then it should be fairly obvious that you should specific z:\cygwin the second time. I thought so because I was familar to the old Setup in which I ch

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-02 Thread David M. Karr
cygcheck.out Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Setup freezes installing from local dir

2002-11-02 Thread cygwin
On Sat, Nov 02, 2002 at 11:22:27PM +0100, Huijing Zhou wrote: >First I ran Cygwin Setup, chose "Download from Internet" and selected >"z:\cygwin" as "Local Package Directory". The download ended without an >error. Then I ran Setup again and chose to "Install from Local >Directory", again "z:\cyg

ANNOUNCE: mrxvt - a tabbed rxvt hack for Win32 (in development)

2002-11-02 Thread Rui Carmo
Hello all, I've been hacking together a "multiple" rxvt (essentially a tabbed window holder that lets you switch between multiple rxvt windows). The project page is at http://na-cama.com/rcarmo/index.php/Projects/mrxvt And even though it is not available (yet), I'd like to have some feedback

Setup freezes installing from local dir

2002-11-02 Thread Huijing Zhou
First I ran Cygwin Setup, chose "Download from Internet" and selected "z:\cygwin" as "Local Package Directory". The download ended without an error. Then I ran Setup again and chose to "Install from Local Directory", again "z:\cygwin" as "Local Package Directory", and Setup froze after initiati

Re: After Cygwin and XEmacs upgrade, read-only files aren't detected

2002-11-02 Thread Mark Harig
Please provide that output of 'cygcheck -s -r -v' *as an attachment*, as described in . If it is is not included as an attachment, then these mailing-list archives are made much less useful because many more false matches are listed during a search. On Sat, 2002-11-02

Re: (Serious) X11 problem

2002-11-02 Thread Guy Harrison
On Fri, 1 Nov 2002 21:31:37 +0100, jblazi <[EMAIL PROTECTED]> wrote: >I have tried to compile an X11 program from the Guile tutorial >http://www.gnu.org/software/guile/docs/guile-tut/tortoise1.html. I could >compile it but when I run it from bash, I get a core dump. I don't program X, neverthel

Re: Re: makefile+flex&bison problem

2002-11-02 Thread Igor Pechtchanski
No, the source of the "setup" program, the one you run to install or upgrade Cygwin. Run Cygwin setup and select the "setup" package. You should only be able to install the source, which will end up in /usr/src/setup/. Igor On Sat, 2 Nov 2002 [EMAIL PROTECTED] wrote: > setup of program

Re: ls -l after chmod

2002-11-02 Thread Alex Vinokur
"Harig, Mark A." <[EMAIL PROTECTED]> wrote in message news:BADF3C947A1BD54FBA75C70C241B0B9E10AB02@;ex02.idirect.net... > 1. Double-click on your 'My Computer' icon on your desktop to open it. > > 2. Right-click on your drive(s) icon and select 'Properties' from the > menu. >The Local Disk Prop

odd seg fault with xerces-c

2002-11-02 Thread Gareth Pearce
Hi, A project I am working on recently added xerces to its requirements ... so I compiled up a cygwin version of the library having seen reports of it working now. I installed it and all the tests and samples run and seem fine. However my application now dies and its singal handler hangs, partway

Re: Re: makefile+flex&bison problem

2002-11-02 Thread sunsail
setup of program ?? regards > > From: Igor Pechtchanski <[EMAIL PROTECTED]> > Date: 2002/11/01 Fri PM 11:37:05 EET > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: makefile+flex&bison problem > > On Fri, 1 Nov 2002 [EMAIL PROTECTED] wrote: > > > how can i write a "makefile" wi