delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/09/02/17:09:47

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type; q=dns; s=default; b=Jwr3at
shhsmltOQZDUWsNXvE0FX555mR6hTDYE6WzRDJBJXD0WeujDrDAH6jdb+dDD+GCk
GkLTI6mWclVZReOFtsbTutaACvS0QNecHOGRH7EBRbv87eAiqNJF24h0s2PuVZsA
tMOXhYG70fjanXCQYKl9eVDbVayeaWozwwSSU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type; s=default; bh=p0SDl7yfgFDm
J9rVu/kQHw3lgKw=; b=jvybbW4QXPfxOpsjxEx4S1WnJRpb/+I0MZRfs4fSKGrD
uzp477Bhgb3nb5OFJRnUdmuj3DGE3BtiWr8TyBPUj9O9RBmhfss05NKGlZ/yjPr5
yiPFiqOP33S3xS2VCAXTNZXhSxxkeCU08n0+wS72gFAYYmTm3IIVgNDME9gJ5rw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50,FREEMAIL_FROM,KHOP_PGP_SIGNED,KHOP_THREADED autolearn=ham version=3.3.2
X-HELO: mail-ee0-f42.google.com
X-Received: by 10.15.101.195 with SMTP id bp43mr20455eeb.70.1378156168946; Mon, 02 Sep 2013 14:09:28 -0700 (PDT)
Message-ID: <5224FE86.4080802@gmail.com>
Date: Mon, 02 Sep 2013 23:09:26 +0200
From: =?windows-1252?Q?V=E1clav_Zeman?= <vhaisman AT gmail DOT com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: Fwd: Re: Trying to build rxvt on Cygwin64.
References: <5224987F DOT 4090305 AT bellsouth DOT net> <52249AE9 DOT 2080804 AT bellsouth DOT net> <5224A9E2 DOT 20307 AT lysator DOT liu DOT se> <5224E3AE DOT 5090709 AT bellsouth DOT net>
In-Reply-To: <5224E3AE.5090709@bellsouth.net>
X-IsSubscribed: yes

--------------enig867570E4E329E457EC2CEAEE
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

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
>>> checking build system type... autoconf/config.guess: line 4: $'\r':
>>> command not found
>>> autoconf/config.guess: line 6: $'\r': command not found
>>> autoconf/config.guess: line 33: $'\r': command not found
>>> autoconf/config.guess: line 34: $'\r': command not found
>>> autoconf/config.guess: line 36: $'\r': command not found
>>> autoconf/config.guess: line 48: $'\r': command not found
>>> autoconf/config.guess: line 57: $'\r': command not found
>>> autoconf/config.guess: line 60: $'\r': command not found
>>> autoconf/config.guess: line 63: syntax error near unexpected token
>>> `$'in\r''
>>> autoconf/config.guess: line 63: `  case $1 in
>>> '
>>> configure: error: cannot guess build type; you must specify one
>> You have messed up your copies of config.guess and config.sub to contain
>> silly line-endings by the looks of it.
>>
>> Cheers,
>> Peter
>>
>>
>>
> The copies of config.guess and config.sub are were retrieved as prompted
> by the readme in the ftp link the original config.guess pointed out.
>=20
> From now on, please fetch new versions of these scripts via the
> following URLs:
> http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dcon=
fig.guess;hb=3DHEAD
>=20
> http://git.savannah.gnu.org/gitweb/?p=3Dconfig.git;a=3Dblob_plain;f=3Dcon=
fig.sub;hb=3DHEAD
>=20
>=20
> which are purported to be the most current editions. Pulled the rxvt
> source from the cygwin 32 archive and replaced said config files in
> rxvt/autoconf with the results previously noted. The lines given in the
> console output do not match up with anything meaningful in the script.
>=20
> However, you are correct. The process of retrieving the files stored
> them as DOS format files. Converting to linux allows the scripts to
> execute.
>=20
> make[2]: Entering directory `/usr/local/src/rxvt/W11/w32'
> gcc -c xlib.c -O -I.. -mwin32
> xlib.c: In function =91XOpenDisplay=92:
> xlib.c:131:26: error: lvalue required as left operand of assignment
> (NT_window*)(scrd->root)=3D NT_new_window();
> ^
This is a bug in the original source code. It needs to be fixed or the
bug needs to be sidestepped. This might work, untested:

scrd->root =3D (void *)NT_new_window();

> Makefile:14: recipe for target `xlib.o' failed
> make[2]: *** [xlib.o] Error 1
> make[2]: Leaving directory `/usr/local/src/rxvt/W11/w32'
> Makefile:90: recipe for target `all' failed
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/local/src/rxvt/W11'
> Makefile:101: recipe for target `all' failed
> make: *** [all] Error 1
>=20
> Where do I find the pieces to change W11/w32 toW11/w64 ?

--=20
VZ




--------------enig867570E4E329E457EC2CEAEE
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iF4EAREIAAYFAlIk/ocACgkQE3+v/RpUDYAt4wD/d0mjYzmYYNiLlaAPWGfI2oBv
c4FitOiIah4Sz1u1P4UA/je3LfFPbchwtv8tu4xYLDf4ns9039ps5Wc6RlJSZYwS
=4tim
-----END PGP SIGNATURE-----

--------------enig867570E4E329E457EC2CEAEE--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019