Re: Homogenizing include guards - and copyright comments

2003-06-21 Thread Glenn Fowler
On Fri, 20 Jun 2003 17:52:14 +0100 Max Bowsher wrote: I'm about to do the include guard cleanup I mentioned some time ago. implementation specific symbols, e.g. include guards, should begin with '_' to avoid namespace pollution -- Glenn Fowler [EMAIL PROTECTED] ATT Labs Research, Florham Park

Re: Homogenizing include guards - and copyright comments

2003-06-21 Thread Benjamin Riefenstahl
Hi Glenn, Max, Glenn Fowler [EMAIL PROTECTED] writes: implementation specific symbols, e.g. include guards, should begin with '_' to avoid namespace pollution Pardon me if I try to clarify: By implementation you probably mean the compiler headers, like stdio.h, including POSIX headers like

Re: Homogenizing include guards - and copyright comments

2003-06-21 Thread Max Bowsher
Benjamin Riefenstahl wrote: Hi Glenn, Max, Glenn Fowler [EMAIL PROTECTED] writes: implementation specific symbols, e.g. include guards, should begin with '_' to avoid namespace pollution Pardon me if I try to clarify: By implementation you probably mean the compiler headers, like stdio.h,

Re: Homogenizing include guards - and copyright comments

2003-06-21 Thread Glenn Fowler
On Sat, 21 Jun 2003 21:23:44 +0100 Max Bowsher wrote: Benjamin Riefenstahl wrote: From his example and as this discussion is in cygwin-apps, I thought Max was talking about setup.exe and/or similar stuff, which is user-level, non-implementation code AFAICS. No, exactly right. As setup is

Cannot display remote program on local machine.

2003-06-21 Thread monika
Hi, I have installed the entire cgywin package along with XFREE86. I want to use it have the display of a remote program running on my local m/c. After installing, I executed startwin.bat and the XServer started. I think I need to start Xterm as well to set the xhost, however, I do not know

Re: Cannot display remote program on local machine.

2003-06-21 Thread Alexander Gottwald
monika wrote: Hi, I have installed the entire cgywin package along with XFREE86. I want to use it have the display of a remote program running on my local m/c. After installing, I executed startwin.bat and the XServer started. I think I need to start Xterm as well to set the xhost,

Re: US-Intl keymap

2003-06-21 Thread Stefan Heinzmann
--- Stefan Heinzmann [EMAIL PROTECTED] schrieb: Ok, that allows me to make the keymap a bit more Windows-compatible. See attachment. I was able to remove the Alt-Shift keypress order dependency, too. I attached the file again. I'm now pretty satisfied with it. Cheers Stefan

cygwin and the rest of the Windows

2003-06-21 Thread Ling F. Zhang
I successfully ran both the cygwin apache (1.3x) and windows native one (2.x). So I need to chose one to run (as they wouldn't share port 80)...sine I usually do my cgi in perl and shell-script, cygwin is the clear choice...but I do miss such feature as WebDAV in the version 2 (I didn't feel like

Re: freopen fails w/o complaining

2003-06-21 Thread Alexander Gottwald
This is more appropriate on the cygwin mailing list. Forwarded it to them. Rolf Maier wrote: Hello, I am running Cygwin (MACHTYPE=i686-pc-cygwin, bash 1.09b.0(9)). freopen does not always work, the example below is a case in point. I could find nothing on http://cygwin.com/faq.html nor

Re: cygwin and the rest of the Windows

2003-06-21 Thread Igor Pechtchanski
On Sat, 21 Jun 2003, Ling F. Zhang wrote: I successfully ran both the cygwin apache (1.3x) and windows native one (2.x). So I need to chose one to run (as they wouldn't share port 80)...sine I usually do my cgi in perl and shell-script, cygwin is the clear choice...but I do miss such

[ANNOUNCEMENT] Updated: make-3.80-1

2003-06-21 Thread Christopher Faylor
I've made a new version of make available for download. This version has been available for a few weeks now: http://cygwin.com/ml/cygwin/2003-06/msg9.html and I haven't heard any complaints. This version is a refresh from the make sources, bringing the version up to 3.80. It also includes

Re: cygwin and the rest of the Windows

2003-06-21 Thread Ling F. Zhang
okay! the question is this then: say I write a perl script... should the first line be #/usr/bin/perl or #C:\cygwin\usr\bin\perl ? thank you --- Igor Pechtchanski [EMAIL PROTECTED] wrote: On Sat, 21 Jun 2003, Ling F. Zhang wrote: I successfully ran both the cygwin apache (1.3x) and

cygrunsrv won't start apache

2003-06-21 Thread Ling F. Zhang
I try to use the apache binary on cygwin, to install it as a service I run: cygrunsrv -i cygwin_apache -p /usr/sbin/apache -u root it worked last night...I woke up today, remove/reinstall the service few times, and now it wouldn't start...given me the message: cygrunsrv: Error starting a

install-info.exe: The procedure entry point mbrtowc could not be located in the dynamic link library cygwin1.dll.

2003-06-21 Thread Perry Pupp
install-info.exe - Entry point not found The procedure entry point mbrtowc could not be located in the dynamic link library cygwin1.dll. I just ran the cygwin setup, and let it pick all the new current versions, and I got this error in the post-installs perhaps 50 times (I just kept

Re: freopen fails w/o complaining

2003-06-21 Thread Benjamin Riefenstahl
Hi Rolf, Cygwin-xfree is the wrong list for this, where did you get the idea that it was the right place? I'll CC this to the right list, but note that I myself am not subscribed there, so please CC me. Rolf Maier [EMAIL PROTECTED] writes: freopen does not always work, [...] Here is an

Re: install-info.exe: The procedure entry point mbrtowc could not be located in the dynamic link library cygwin1.dll.

2003-06-21 Thread Max Bowsher
Perry Pupp wrote: install-info.exe - Entry point not found The procedure entry point mbrtowc could not be located in the dynamic link library cygwin1.dll. I just ran the cygwin setup, and let it pick all the new current versions, mbrtowc is present in the latest version of cygwin

Re: cygwin and the rest of the Windows

2003-06-21 Thread Igor Pechtchanski
Ling, Well, technically, you'll have to do a bit more than that. First off, the #![1] line will not be recognized by Windows. Thus, you'll need to associate the .pl extension *in Windows Explorer* with whatever perl interpreter you have (I'd guess C:\cygwin\bin\perl.exe[2]). Secondly, you

Re: cygrunsrv won't start apache

2003-06-21 Thread Igor Pechtchanski
On Sat, 21 Jun 2003, Ling F. Zhang wrote: I try to use the apache binary on cygwin, to install it as a service I run: cygrunsrv -i cygwin_apache -p /usr/sbin/apache -u root it worked last night...I woke up today, remove/reinstall the service few times, and now it wouldn't start...given me

Re: starting cron

2003-06-21 Thread Thorsten Kampe
* [EMAIL PROTECTED] (2003-06-20 15:50 +0200) I am unable to start the cron. I followed the instruction in /usr/doc/Cygwin/README_cron and used cygrunsrv to start the service But the services in my windows it was unable to start the cron. Any suggextions? /var/log/cron.log and Event Viewer

Re: install-info.exe: The procedure entry point mbrtowc could notbe located in the dynamic link library cygwin1.dll.

2003-06-21 Thread Larry Hall
Max Bowsher wrote: Perry Pupp wrote: install-info.exe - Entry point not found The procedure entry point mbrtowc could not be located in the dynamic link library cygwin1.dll. I just ran the cygwin setup, and let it pick all the new current versions, mbrtowc is present in the latest version

Problem using ntfs junctions and latest cygwin setup

2003-06-21 Thread growler
I've used sysinternal's 'junction.exe' to have my actual Cygwin directory located under C:\Program Files\ but hard-linked to C:\Cygwin. I've done so for about 18 months now, and never had any problems. (for those not familiar with junctions, basically, before making a junction, C:\Cygwin is an

Problems with Nano

2003-06-21 Thread Doug Jenkinson
Hey everyone, I've noticed a few items with nano and wanted to see if anyone else has experienced this. First up, the usual information: OS: Win95 Cygwin DLL: 1.3.22-1 nano: 1.2.0-1 First issue: When pressing Ctrl+C, I'm not seeing the current position displayed at the bottom of the screen. Any