Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Robert McBroom
On 9/2/2013 5:23 PM, Charles Wilson wrote: Are you using the -src package from the cygwin mirrors, and the cygport script? The rxvt shipped by cygwin has been heavily patched from upstream to support our (32bit) platform; at *minimum* you will need those patches to build the 64 bit version.

Re: compress / ncompress package for Cygwin

2013-09-02 Thread Linda Walsh
Hubert Garavel wrote: For porting legacy software to Cygwin, the absence of compress is just annoying. Why? If gzip can uncompress it, you should switch to gzip or xz anyway, because computers that you release software to are less likely to have compress because 1) it was encumbered 2) it'

Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.25

2013-09-02 Thread Larry Hall (Cygwin)
On 9/2/2013 11:34 AM, Angelo Graziosi wrote: Corinna Vinschen wrote: I just released Cygwin 1.7.25. Perhaps I am misunderstanding something.. but is 1.7.25 for x86_64 only or also for x86 systems? The mirrors have the 1.7.25 64 bit but not the 32 bit. In this case, it is still 1.7.24 the "rele

Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Larry Hall (Cygwin)
On 9/2/2013 10:08 AM, Robert McBroom wrote: On 9/2/2013 9:00 AM, Andrey Repin wrote: Greetings, mcforum! The source tar balls I can find of rxvt are quite old and the config.guess in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers to getting a x64 rxvt to build? If y

Re: Fwd: INFO issues

2013-09-02 Thread Ken Brown
On 9/2/2013 11:36 AM, Thiers Botelho wrote: Hi all, I'm a new user of CygWin and a former user of some Linux distros. I'm having the following issue with the 'info' command: thiers@Win-Samsung ~ $ info info: dir: No such file or directory I did some searches, but really... searching stuff whe

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Christopher Faylor
On Mon, Sep 02, 2013 at 05:23:44PM -0400, Charles Wilson wrote: >On 9/2/2013 5:09 PM, V?clav Zeman wrote: >> On 09/02/2013 09:14 PM, Robert McBroom wrote: >>> >>> make[2]: Entering directory `/usr/local/src/rxvt/W11/w32' >>> gcc -c xlib.c -O -I.. -mwin32 >>> xlib.c: In function ?XOpenDisplay?: >>>

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Charles Wilson
On 9/2/2013 5:09 PM, Václav Zeman wrote: On 09/02/2013 09:14 PM, Robert McBroom wrote: make[2]: Entering directory `/usr/local/src/rxvt/W11/w32' gcc -c xlib.c -O -I.. -mwin32 xlib.c: In function ‘XOpenDisplay’: xlib.c:131:26: error: lvalue required as left operand of assignment (NT_window*)(scr

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Václav Zeman
On 09/02/2013 09:14 PM, Robert McBroom wrote: > On 9/2/2013 11:08 AM, Peter Rosin wrote: >> On 2013-09-02 16:04, Robert McBroom wrote: >>> checking for minix/config.h... no >>> checking whether it is safe to define __EXTENSIONS__... yes >>> checking for library containing strerror... none required

Re: How to update an app for both x86 and x64?

2013-09-02 Thread Christopher Faylor
On Mon, Sep 02, 2013 at 08:10:52PM +0200, Live user wrote: >I'm the maintainer of ???pv' which is only available for x86. What are >the proper steps to upload a new version of pv for both architectures? It is the responsibility of the pv package maintainer to package a new version and make it ava

How to update an app for both x86 and x64?

2013-09-02 Thread Live user
I'm the maintainer of ’pv' which is only available for x86. What are the proper steps to upload a new version of pv for both architectures? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Un

Fwd: INFO issues

2013-09-02 Thread Thiers Botelho
Hi all, I'm a new user of CygWin and a former user of some Linux distros. I'm having the following issue with the 'info' command: thiers@Win-Samsung ~ $ info info: dir: No such file or directory I did some searches, but really... searching stuff where 'info' is the keyword is bound to, and DOES

Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.25

2013-09-02 Thread Angelo Graziosi
Corinna Vinschen wrote: I just released Cygwin 1.7.25. Perhaps I am misunderstanding something.. but is 1.7.25 for x86_64 only or also for x86 systems? The mirrors have the 1.7.25 64 bit but not the 32 bit. In this case, it is still 1.7.24 the "release".. Ciao, Angelo. -- Problem report

Re: Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Peter Rosin
On 2013-09-02 16:04, Robert McBroom wrote: > checking for minix/config.h... no > checking whether it is safe to define __EXTENSIONS__... yes > checking for library containing strerror... none required > checking build system type... autoconf/config.guess: line 4: $'\r': command > not found > autoc

Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Robert McBroom
On 9/2/2013 9:00 AM, Andrey Repin wrote: Greetings, mcforum! The source tar balls I can find of rxvt are quite old and the config.guess in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers to getting a x64 rxvt to build? If you're not building it out of pure curiosity,

Fwd: Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Robert McBroom
On 9/2/2013 12:56 AM, Václav Zeman wrote: On 09/02/2013 06:15 AM, mcforum wrote: The source tar balls I can find of rxvt are quite old and the config.guess in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers to getting a x64 rxvt to build? If that is the only problem th

Re: Trying to build rxvt on Cygwin64.

2013-09-02 Thread Andrey Repin
Greetings, mcforum! > The source tar balls I can find of rxvt are quite old and the config.guess > in the package doesn't recognize a win 7 x64, Cygwin64 system. Any pointers > to getting a x64 rxvt to build? If you're not building it out of pure curiosity, I suggest you state your intentions mo

Urgent Order......

2013-09-02 Thread Andrew Singh
Hello, My Name is Andrew Singh, our Company is searching for manufacturers who are able to produce the exact quality products on our catalogue. TOP ULTIMATE PRODUCTS MANUFACTURING is a leading industrial and commercial company based in US founded in 1987, and has been existing in business since