[ANNOUNCEMENT] Updated: bzip2-1.0.2-2

2002-05-06 Thread Charles Wilson
I've just uploaded bzip2-1.0.2-2 to sourceware. bzip2 provides the bzip2.exe / bunzip2.exe executables, a patent-unencumbered but highly effective compression tool. CHANGES (since 1.0.2-1) (a) changed to 'auto-import' build style. This is the last of my packages that previously needed '

Re: regtool problem

2002-05-06 Thread luke . kendall
On 7 May, To: [EMAIL PROTECTED] wrote: > What I really want, actually, is grepreg, so I can say: > > grepreg word\.exe The reason I want that is, finding the installed path of an executable in something like MS Office, where there are many different versions and which can be in diffe

regtool problem

2002-05-06 Thread luke . kendall
I'm trying to use regtool to find the locations that software is installed on a system, so as to write some post-install scripts so that scripts like "word" and "excel" work (i.e., build in pathname to executable, or define an MSOFFICE environment variable, or whatever), and a desktop shortcut to

[ANNOUNCEMENT] Updated: libpng-1.0.13-2, libpng10-1.0.13-2, libpng10-devel-1.0.13-2

2002-05-06 Thread Charles Wilson
The libpng package has been updated to version 1.0.13-2, along with the libpng10 and libpng10-devel packages. libpng is a library that provides routines to access and manipulate Portable Network Graphics (PNG) images. PNG is a lossless, patent-unencumbered image format intended to replace GI

RE: Reporting a few bugs--rxvt is not properly configured and man does not work nor does info

2002-05-06 Thread Gregg C Levine
Hello from Gregg C Levine Okay, thank you for your suggestion, Andrew, that worked. Aside from the fact that its typeface is one that I'd like to forget, it works for me. Should we make a request, to add this to the FAQ? --- Gregg C Levine [EMAIL PROTECTED]

RE: Licensing issues

2002-05-06 Thread Harold Hunt
Cygwin is not simply GPL'd. READ THE PAGE THIS TIME (there is a giant NOTE that exactly answers your question): http://cygwin.com/licensing.html Harold > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Gregg C Levine > Sent: Tuesday, May 07, 2002 12

RE: Licensing issues

2002-05-06 Thread Gregg C Levine
Hello from Gregg C Levine There is nothing wrong with my browser, except that the connection is temperamental. I wanted to make sure. I have known that most, if not all is covered that way. --- Gregg C Levine [EMAIL PROTECTED] ---

RE: Licensing issues

2002-05-06 Thread Harold Hunt
Gregg, Is your web browser broken? http://cygwin.com/licensing.html Harold > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Gregg C Levine > Sent: Tuesday, May 07, 2002 12:17 AM > To: [EMAIL PROTECTED] > Subject: Licensing issues > > > Hello from G

Licensing issues

2002-05-06 Thread Gregg C Levine
Hello from Gregg C Levine What exactly is the license, that Cygwin is distributed under? I mean, some of the parts of it, are covered under the GPL, so shouldn't the division extend itself to cover it? --- Gregg C Levine [EMAIL PROTECTED] ---

Income!

2002-05-06 Thread j_teague
Hi! How quickly do you want to earn $2000 per month? Yes, its genuine, we have a system in place that will build a GUARANTEED DOWNLINE for you quickly. We will show you how to earn $1000's per month on the internet and receive a GUARANTEED MONTHLY INCOME that will continue to

RE: gcc not working on windows xp

2002-05-06 Thread Michael Labhard
I'm using gcc on Windows XP Pro (desktop PC, not a laptop). Have had no problems. Apparantly linking is failing. Try make -d Hello.c -o Hello and see if the output helps determine what's missing. -- Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Manual setup of cygwin - solved but ncurses Error unable to open terminal: cygwin

2002-05-06 Thread Sukhwinder Singh
Hello Sir, Thank you very much for your help. I was able to solve this problem of setting up cygwin dir as root dir. I chose to do it myself because setup.exe wasn't downloading anything. After I tried I was able to do something like this to enable scripts to find /bin/sh and /usr/bin etc. BASH

Re: setlinebuf

2002-05-06 Thread Christopher Faylor
On Mon, May 06, 2002 at 11:20:43PM +0100, Chris January wrote: >The setlinebuf function is declared in stdio.h, but is not exported in >cygwin1.dll. I'm sure there are a number of functions in a similar boat however this is hardly a new observation: http://www.google.com/search?hl=en&q=setlinebu

numarray on Cygwin

2002-05-06 Thread Jochen Küpper
? Lib/ChangeLog ? Lib/numinclude.py Index: Include/numarray/ChangeLog === RCS file: /cvsroot/numpy/numarray/Include/numarray/ChangeLog,v retrieving revision 1.1 diff -u -r1.1 ChangeLog --- Include/numarray/ChangeLog 22 Apr 2002 20:33:

Re: Newbie question - where do I get g++ from?

2002-05-06 Thread Jon Foster
Hi, > This is my first time using cygwin. I wasn't sure > (from reading http://www.cygwin.com) if installing > cygwin also installs g++ or not. Only if you select "gcc" from the list of packages in setup. You probably want "binutils", "make", and maybe others from the "Devel" catagory, too. Se

cp (fileutils) 4.1: inconsistent behavior with .exe arguments

2002-05-06 Thread -CRL- Consultant Ali Azarbayejani
Try this: $ ls /usr/bin/touch* /usr/bin/touch.exe $ cp /usr/bin/touch . $ ls touch.exe ## Note: isn't that clever? (cp hallucinates the ".exe" extension ## allowing a more unix-like syntax)... $ cp touch "#inst.123#" $ cp touch "#inst.1234#" $ ls #inst.123# #inst.1234#.exe touch.exe ##

setlinebuf

2002-05-06 Thread Chris January
The setlinebuf function is declared in stdio.h, but is not exported in cygwin1.dll. Chris SYNOPSIS #include int setlinebuf(FILE *stream); DESCRIPTION The setlinebuf() function lets the program control the buffer of a given stream. This function may be used after the stream pointed to by stre

RE: Object alignment, was: cygwin failures - assertion "!(addr & FLAGS)" failed:

2002-05-06 Thread Boehm, Hans
> From: Randall R Schulz [mailto:[EMAIL PROTECTED]] > > Is there a reason that the three bits used for lock > management must be the > least significant three? The XSB interpreter (XSB is a Prolog > system) uses > even more bits, but doesn't demand that they be contiguous. > Depending on >

File::Spec::Unix::canonpath under cygwin

2002-05-06 Thread Michael A Chase
A recent exchange of email in [EMAIL PROTECTED] (below) indicated that File::Spec::Unix::canonpath() has changed for Perl 5.7.3. Part of the change removes a Cygwin specific hack that prevented canonpath() from combining runs of "/" into a single "/". There was a note at that point in the code w

Re: canonpath in perl as it relates to cygwin

2002-05-06 Thread Michael A Chase
On Mon, 06 May 2002 16:32:25 -0400 Christopher Murray <[EMAIL PROTECTED]> wrote: > >Is anyone here already reporting this to perlbug? I am willing to, but if > >someone has already reported it, there is no need for a 'me too'. > > It wasn't yet clear to me if this was a bug, so I hadn't yet th

Ack - [ID 20020506.009] File::Spec::Unix::canonpath under cygwin

2002-05-06 Thread perlbugtron
Your e-mail has been received by the Perl Bug Squashing Team. Original subject: File::Spec::Unix::canonpath under cygwin A bug ID (20020506.009) has been assigned and is shown in the subject of this email. Please include this ID in the subject line of any followup messages. This is

Re: libpng changes...again. [Was: Re: I~M~-build tips Sitecorrectionstobe made]

2002-05-06 Thread Glenn Randers-Pehrson
> As I said, I'm all better now. Move along, nothin' to see here... > > --Chuck #:-) Now if my colleagues would come to a conclusion about whether png_zalloc should be exported or not... I've been yanked back and forth at least 4 or 5 times on a short chain about that. I don't think it shoul

RE: Object alignment, was: cygwin failures - assertion "!(addr & FLAGS)" failed:

2002-05-06 Thread Randall R Schulz
Hans, Is there a reason that the three bits used for lock management must be the least significant three? The XSB interpreter (XSB is a Prolog system) uses even more bits, but doesn't demand that they be contiguous. Depending on the processor, machine and OS architecture, the tag bits XSB need

Re: canonpath in perl as it relates to cygwin

2002-05-06 Thread Christopher Murray
>Is anyone here already reporting this to perlbug? I am willing to, but if >someone has already reported it, there is no need for a 'me too'. It wasn't yet clear to me if this was a bug, so I hadn't yet thought of doing this. If you would be willing to submit the report, then I would defer to

Re: perl -i is very dangerous !

2002-05-06 Thread Peter J. Acklam
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote: > Marc schrieb: > > > mc@MILLENIUM:~/test/perldestroy# cat test.txt > > this is > > a test > > for cygwin > > mc@MILLENIUM:~/test/perldestroy# perl -i -ne 's/this/works/' test.txt > > Can't do inplace edit on test.txt: Permission denied. > > mc@MILLEN

Re: canonpath in perl as it relates to cygwin

2002-05-06 Thread Michael A Chase
On Mon, 06 May 2002 11:56:03 -0400 Christopher Murray <[EMAIL PROTECTED]> wrote: > Actually, unless I am totally overlooking something, this looks to be a > step > backward. Will the following regexp - > > $^O =~ m/^(?:qnx|nto)$/ > > cause a match under cygwin in perl 5.8)? I can't see how

Re: libpng changes...again. [Was: Re: I~M~-build tips Site corrections tobe made]

2002-05-06 Thread Charles Wilson
Glenn Randers-Pehrson wrote: > > I'm not removing pkgconfig/libpng.pc > > I am merely adding bin/libpng-config for anyone who wants it. > You are free to ignore libpng-config. Yes, I just got finished reading the last two weeks of png-implement. (Next I'll start on the US Tax Code...). I mi

Re: libpng changes...again. [Was: Re: I~M~-build tips Site corrections to be made]

2002-05-06 Thread Charles Wilson
Charles Wilson wrote: Ignore previous post. Bad day. I'm much better now. Sorry for the trouble. Move along folks, nothin' to see here... --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: ht

Re: libpng changes...again. [Was: Re: I~M~-build tips Site correctionstobe made]

2002-05-06 Thread Glenn Randers-Pehrson
Charles Wilson wrote: > > !@#$!*(@^#$!^@#|*!@#|*!^@#*$^!@#*$^!@#*$^"!(#^$*&^#$(&!^@$(^!#@$ > > I give up. I am about an inch away from relinquishing maintainership of > the official cygwin libpng package. This is just too much. > > What the hell was wrong with pkg-config? Why not just stick w

Re: Cygwin BASH prompt a little weird?

2002-05-06 Thread Alan Dobkin
It works for me: $ PS1='\s-\v\$ ' bash-2.05a$ Alan --On Monday, May 06, 2002 6:53 PM + [EMAIL PROTECTED] wrote: > Hello, > > In Cygwin using this version of BASH, my attempts to get > a simple name of the shell interpreter into my prompt > (PS1) using escaped-s ('\s'), which should wor

problems with gcc2.95.3-5 (or setup.exe)

2002-05-06 Thread Eduardo Chappa
Hello, I've been experimenting problems with gcc2.95.3-5 or setup, I would appreciate if someone could tell me which one needs to be fixed. If I start with a clean version of Pine, which I get from ftp://ftp.cac.washington.edu/pine then I apply the following two patches http://www.math.was

Cygwin BASH prompt a little weird?

2002-05-06 Thread perlspinr
Hello, In Cygwin using this version of BASH, my attempts to get a simple name of the shell interpreter into my prompt (PS1) using escaped-s ('\s'), which should work accoding to http://www.linuxselfhelp.com/HOWTO/Bash-Prompt- HOWTO/bash-prompt-escape-sequences.html does not give the basename o

Newbie question - where do I get g++ from?

2002-05-06 Thread Robert Schwartz
Hi, This is my first time using cygwin. I wasn't sure (from reading http://www.cygwin.com) if installing cygwin also installs g++ or not. If not, then where should I download g++ from? Are cygwin and g++ released together, or separately? Sorry for the simple question, and thanks in advance for

libpng changes...again. [Was: Re: I~M~-build tips Site corrections to be made]

2002-05-06 Thread Charles Wilson
Glenn Randers-Pehrson wrote: > Also, if you haven't noticed on png-implement, libpng > will be providing libpng-config starting with version > 1.2.3. Of course that still leaves problems detecting > older versions. Also, png.h and pngconf.h are going > to be restored to their old locations in /

Re: tar won't restore permissions

2002-05-06 Thread Christopher Faylor
Recent cygwin snapshots should fix this problem. cgf On Mon, May 06, 2002 at 10:07:47AM -0700, Andrew Chang wrote: >Randall, > >Thanks for your reply. I finally have some time to look at this issues again. >It seems that we are talking about slightly different things. I tried the >your suggest

Re: How to create LIB from DLL

2002-05-06 Thread Larry Hall (RFK Partners, Inc)
At 02:02 PM 5/6/2002, you wrote: >On Mon, May 06, 2002 at 01:47:20PM -0400, Larry Hall (RFK Partners, Inc) wrote: > >You bet. I like the details. It helps guide me in my responses, > >though I have to admit these details confuse me. So you have your app > >already built against Cygwin? Why do

Re: How to create LIB from DLL

2002-05-06 Thread Christopher Faylor
On Mon, May 06, 2002 at 01:47:20PM -0400, Larry Hall (RFK Partners, Inc) wrote: >You bet. I like the details. It helps guide me in my responses, >though I have to admit these details confuse me. So you have your app >already built against Cygwin? Why do you need to do it again then? >And why c

RE: Object alignment, was: cygwin failures - assertion "!(addr & FLAGS)" failed:

2002-05-06 Thread Boehm, Hans
> From: Tim Prince [mailto:[EMAIL PROTECTED]] > Stack alignment matters when you use . I didn't > take the > question as being one where gcj and libgcj were to be built > without regard to > other consequences, although I'm surprised if gcj doesn't > allocate anything > on stack. > To clar

Gcc-3.1 and binutils under cygwin [Was: gcc 2.95.3-5 inline patch [FAQ alert]]

2002-05-06 Thread Christian Jönsson
Hello Chris. Gcc-3.1 is coming out pretty well under cygwin. I'd hope for a gcc-3.1.x cygwin package also. Even gcj/libjava/libgcj is coming out well, perhaps in a 3.1.x release but at least pretty good on the trunk. I'd also like to see a newer binutils on cygin once a gcc-3.1 cygwin package is

Re: How to create LIB from DLL

2002-05-06 Thread Larry Hall (RFK Partners, Inc)
At 01:31 PM 5/6/2002, Scott Fell 1-0546 wrote: >Larry, > >Due to circumstances beyond my control (yes, I know it sounds stupid), I >don't have admin on my box and setup is so darned smart, it refuses to >run. SO that means that I am stuck... I haven't found a site that will >allow me to pick-and

Re: gcc 2.95.3-5 inline patch [FAQ alert]

2002-05-06 Thread Christopher Faylor
On Mon, May 06, 2002 at 01:25:58PM -0400, Jason Tishler wrote: >Chris, >Would you be willing to accept this patch into the Cygwin gcc source tree? I'm not going to be issuing any new gcc releases until sometime after 3.1. I guess this needs to be a FAQ or something. cgf -- Unsubscribe info:

RE: How to create LIB from DLL

2002-05-06 Thread Robb, Sam
Scott, Your VC install should include a tool called "depends.exe" (usually installed under Microsoft Visual Studio\Common\Tools). Loading your app app/dll within depends should show you what import dependencies your app has on cygwin1.dll. The command line tool dumpbin will give you similar

MDaemon Warning - Virus Found

2002-05-06 Thread postmaster
The following message had attachment(s) which contained viruses: >From : [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject : Japanese girl VS playboy Date : Tue, 7 May 2002 01:33:27 +0800 Message-ID: <[EMAIL PROTECTED]> AttachmentVirus name Act

Re: How to create LIB from DLL

2002-05-06 Thread Scott Fell 1-0546
Larry, Due to circumstances beyond my control (yes, I know it sounds stupid), I don't have admin on my box and setup is so darned smart, it refuses to run. SO that means that I am stuck... I haven't found a site that will allow me to pick-and-choose which files I want, but if I do, I'm in busin

Re: How to create LIB from DLL

2002-05-06 Thread Larry Hall (RFK Partners, Inc)
At 01:06 PM 5/6/2002, Scott Fell 1-0546 wrote: >THE SETUP: >I'm new to Visual Studio (please don't hate me for using MS products), so >I could be doing something fundamentally wrong (I've done c++ on unix for >4ish years, and I just transitioned over to PC-land)... > >I have cygwin1.dll, nothing

gcc 2.95.3-5 inline patch

2002-05-06 Thread Jason Tishler
Chris, The attached patch eliminates warnings such as the following: In file included from /usr/include/g++-3/set:31, from ../main.cc:145: /usr/include/g++-3/stl_tree.h: In function `int __black_count(_Rb_tree_node_base *, _Rb_tree_node_base *)': /usr/include/g++-3/stl_tree.h:1

How to create LIB from DLL

2002-05-06 Thread Scott Fell 1-0546
THE SETUP: I'm new to Visual Studio (please don't hate me for using MS products), so I could be doing something fundamentally wrong (I've done c++ on unix for 4ish years, and I just transitioned over to PC-land)... I have cygwin1.dll, nothing else. THE PROBLEM: I want to link some code in VSC+

Re: tar won't restore permissions

2002-05-06 Thread Andrew Chang
Randall, Thanks for your reply. I finally have some time to look at this issues again. It seems that we are talking about slightly different things. I tried the your suggestion of setting up CYGWIN=ntsec (I did it in the control panel and rebooted the machine, the file system is NTFS). It turn

Re: canonpath in perl as it relates to cygwin

2002-05-06 Thread Christopher Murray
Actually, unless I am totally overlooking something, this looks to be a step backward. Will the following regexp - $^O =~ m/^(?:qnx|nto)$/ cause a match under cygwin in perl 5.8)? I can't see how, but then again, I haven't actually run perl 5.8 to check what $^O returns. If not, then what

RE: perl -i is dangerous !

2002-05-06 Thread Robinow, David
> -Original Message- > From: Gerrit P. Haase [mailto:[EMAIL PROTECTED]] > Subject: Re: perl -i is dangerous ! > The patch to prevent clobbering is in perl-5.8 now. > Gerrit Thanks, Gerrit. I clearly dropped the ball here, not following up to make sure my patch was applied. Will perl-5.8

gcc not working on windows xp

2002-05-06 Thread Canyon Cagiva
I have just rebuilt windows xp in my notebook and then installed cygwin with gcc. When I try to compile a simple "Hello World" C program, gcc issues no errors but does not generate any executable file. compiling with make, that's what happens: c:\src>make Hello gcc Hello.c -o Hello make

Re: canonpath in perl as it relates to cygwin

2002-05-06 Thread Gerrit P. Haase
Christopher schrieb: > My question concerns the use of File::Spec->canonpath in perl (for cygwin). > I did a search of the relevant mailing list archives, as well as google > newsgroups, but did not seem to come across any hits that seem to discuss > this specific issue. > As it currently stands

Re: perl -i is dangerous !

2002-05-06 Thread Gerrit P. Haase
Marc schrieb: > Thanks for your answers and work. The patch to prevent clobbering is in perl-5.8 now. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: canonpath in perl as it relates to cygwin

2002-05-06 Thread Larry Hall (RFK Partners, Inc)
At 10:07 AM 5/6/2002, Christopher Murray wrote: >As it currently stands, canonpath will not strip out multiple occurrences of // in >file paths when the script is executed from >within a cygwin shell. The relevant line from /usr/lib/perl5/5.6.1/File/Spec/Unix.pm >that strips out multiple /'s is

Re: problem starting inetd as NT service

2002-05-06 Thread Larry Hall (RFK Partners, Inc)
At 06:30 AM 5/6/2002, Yuri Leikind wrote: >Hello all, > >I cannot start inetd as NT service. I do this: > >Install the service: >cygrunsrv --install inetd --path /usr/sbin/inetd.exe > >And then try to start it: >cygrunsrv --start inetd > >On this command I get the following error dialog:

canonpath in perl as it relates to cygwin

2002-05-06 Thread Christopher Murray
Hi all, I've been lurking on this list for just about 5 years now. Thanks everyone for a great piece of software. My question concerns the use of File::Spec->canonpath in perl (for cygwin). I did a search of the relevant mailing list archives, as well as google newsgroups, but did not seem

What's difference between CRON et service PLANNING, regarding to NT ?

2002-05-06 Thread arnaud GAND
Hello, My company uses a CAD programm runing on NT 4. This program was running previously on UNIX et we made many periodical tasks with cron. This program runs now in CYGWIN environment and everything works fine in Bash. However, I tried these days to run this Programm in terminal mode with C

RE: scriptable setup

2002-05-06 Thread Robert Collins
Larry meant that if you want a scriptable setup.exe, then you should help develop it. Read http://www.cygwin.com/setup.html and http://sources.redhat.com/cygwin-apps/setup.html to understand what setup has to do, and then join the cygwin-apps mailing list to discuss and contribute to setup.exe. I'

RE: scriptable setup

2002-05-06 Thread misi misi
Hi Rob, In article <[EMAIL PROTECTED]> > My impression is that people looking > to install "manually" are looking for a scriptable >setup, of which there is >already a start (thanks Rob). I'd recommend anyone >who plans to put any time >into creating their own automated installation to >ser

RE:ftpd issue on Win XP

2002-05-06 Thread Jorge Goncalvez
Hi, I have a threeial boot (NT, W2K, XP). I successfully ran ftpd via inetd on Winnt and W2K but On windows Xp professionnal) it fails i have this :530 Login incorect Login failed althought the etc/passwd and etc/group seemed to be correct and the patch ntsec is here . Is there something speci

Re: Apache with CYGWIN_WINSOCK bug

2002-05-06 Thread Stipe Tolj
"Gerrit P. Haase" wrote: > > Hallo cygwin, > > from > /* > * Define winsock.h and winsock2.h stuff taken from Win32 API in case we > * want to do socket communication in Win32 native way rather then using > * Cygwin's POSIX wrapper to the native ones. These are needed for > * main/buff.c an

Re: Apache mod_autoindex.c buggy?

2002-05-06 Thread Stipe Tolj
"Gerrit P. Haase" wrote: > > I'm using the Cygwin Apache several days now. > I think the mod_autoindex.c module is buggy. > > I have loaded the module and in the httpd.conf section > about fancyindexing icons where the icons are assigned > to the files according to their suffixes I have the > de

RE: scriptable setup

2002-05-06 Thread Robert Collins
What do you mean? Rob > -Original Message- > From: misi misi [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 8:43 PM > To: [EMAIL PROTECTED] > Subject: scriptable setup > > > Hi All, > > Where is some material from scriptable setup.exe? > > Regards > > > __

Re: apache , error in memory allocation vhost_alias DLL

2002-05-06 Thread Stipe Tolj
> P I'm really tired lately > I'm sorry i wanted to say " profile " not path > > also i get an error message when typing the following : > > $ /usr/sbin/httpd > > the error is : > > C:\CYGWIN\USR\SBIN\HTTPD.EXE: *** couldn't allocate memory 0x1(4128768) > for > 'C:\CYGWIN\LIB\APACHE\

scriptable setup

2002-05-06 Thread misi misi
Hi All, Where is some material from scriptable setup.exe? Regards __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

problem starting inetd as NT service

2002-05-06 Thread Yuri Leikind
Hello all, I cannot start inetd as NT service. I do this: Install the service: cygrunsrv --install inetd --path /usr/sbin/inetd.exe And then try to start it: cygrunsrv --start inetd On this command I get the following error dialog: The procedure entry point __progname could not be l

error compiling xplanet - bugs in W32api/winspool.h?

2002-05-06 Thread Thomas Schweikle
Hi! trying to compile xplanet myself I got following errors: $ make make -C libdisplay make[1]: Wechsel in das Verzeichnis Verzeichnis »//maple/xch4008/cvs/xplanet-0.94/libdisplay« c++ -I/usr/X11R6/include -Wall -O3 -INONE/include -I/usr/local/include -I.. -c -o DisplayMSWin.o DisplayMSWin.cc

Re: Missing terminfo data in XFree86 4.2.0

2002-05-06 Thread Charles Wilson
I maintain the ncurses and terminfo packages for cygwin. I've been wondering, should I update the "official" cygwin terminfo entry for xterm using the XFree86-4.2.0 one? I've been hesistant to do that until now, for fear of backwards incompatibilities. However, now that there are official,