delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/06/15/12:41:31

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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; q=dns; s=
default; b=ylhRnx0Qw+TmBjqvXodv8g/j8McekEMs6VVBCtYYd+/pYfUFB2g6I
D/tsFyqnS6QzYTLjo7VY25HlumtPoanJnd6Y9zdI9VQN6monCef/iDRB1AmiMV21
BIfUTR2Ni/EjJzyLI40OQpEKqkvBv6noBUdgHI9XmgrvxbqZiTXsrM=
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:date:from:to:subject:message-id:reply-to
:references:mime-version:content-type:in-reply-to; s=default;
bh=M2F/7Z+Yz4OWuqf8O52cYsqEzWA=; b=OHsiq6rRv9hZBBuKgRfdZ1DTOxBO
EUXkiQsDQh1JdDcy4Bv1EEGNw72w8d1/m5yMs+XCgCGCZVGdG8UtEMo3VC36AACV
bQEvn0vf8pEFeT/Z22Mfzi59hrq6nS+RoFjzJBh2T0m67gMMxiaHYi0uNW3LnwPb
eSGMYDgQFKmIhe0=
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.5 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2
X-HELO: calimero.vinschen.de
Date: Mon, 15 Jun 2015 18:41:13 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: Recent cygwin update is missing tchar header file
Message-ID: <20150615164113.GX31537@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <loom DOT 20150613T183650-316 AT post DOT gmane DOT org>
MIME-Version: 1.0
In-Reply-To: <loom.20150613T183650-316@post.gmane.org>
User-Agent: Mutt/1.5.23 (2014-03-12)

--IihjUyvzd0n5Ehsu
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi Jon,

any idea what happened to tchar.h in the latest w32api update?

On Jun 13 16:44, Thomas d'Otreppe wrote:
> Hi,
>=20
> I usually build aircrack-ng under cygwin and it works fine. However, due=
=20
> a recent update (in the w32api package I guess), it doesn't compile=20
> anymore and here is the output I get (latest version from aircrack-ng=20
> subversion repository: r2563):
>=20
> make -C src all
> make[1]: Entering directory '/home/Thomas/aircrack-ng-trunk/src'
> make -C osdep
> make[2]: Entering directory '/home/Thomas/aircrack-ng-trunk/src/osdep'
> Building for cygwin
> make[3]: Entering directory '/home/Thomas/aircrack-ng-trunk/src/osdep'
> gcc -g -W -Wall -O3 -D_FILE_OFFSET_BITS=3D64 -D_REVISION=3D2563  -DCYGWIN=
 -
> fstack-protector-strong -Wno-unused-but-set-variable -Wno-array-bounds=20=
=20
> -I.. -I/usr/include/mingw32    -c -o cygwin_tap.o cygwin_tap.c
> In file included from /usr/include/w32api/setupapi.h:27:0,
>                  from cygwin_tap.c:34:
> /usr/include/w32api/oledlg.h:28:19: fatal error: tchar.h: No such file=20
> or directory
>  #include <tchar.h>
>                    ^
> compilation terminated.
> <builtin>: recipe for target 'cygwin_tap.o' failed
> make[3]: *** [cygwin_tap.o] Error 1
> make[3]: Leaving directory '/home/Thomas/aircrack-ng-trunk/src/osdep'
> Makefile:32: recipe for target 'all' failed
> make[2]: *** [all] Error 2
> make[2]: Leaving directory '/home/Thomas/aircrack-ng-trunk/src/osdep'
> Makefile:115: recipe for target 'osdep/libosdep.a' failed
> make[1]: *** [osdep/libosdep.a] Error 2
> make[1]: Leaving directory '/home/Thomas/aircrack-ng-trunk/src'
> Makefile:25: recipe for target 'all' failed
> make: *** [all] Error 2
>=20
> Basically, in one of the files included in an include in aircrack-ng=20
> (/usr/include/w32api/oledlg.h:28:19), there is a reference to tchar.h.=20
> That include doesn't exist and it breaks compilation. As I said, it used=
=20
> to compile just fine and this happened recently as you can see on=20
> another post: http://article.gmane.org/gmane.os.cygwin/153244/

Thanks,
Corinna

--=20
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

--IihjUyvzd0n5Ehsu
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVfwApAAoJEPU2Bp2uRE+gAP4P/28AqzkmTchMp5Gg4LBurVsd
iJkqSyRFxWWi6TOIOw87nu3BPZ4YiEO8AnrTlqFNdmVYC0/scKJYfYTUw/11SuiD
k3l+C4lzInmRwSUNd9BAd6gr9b9iZTTjAIWQZga9bonHaUpJwJmF8i/b8S702SU/
+7QFIFf8MLay8zS/+NShivJfISTi0SvIhd/f/EgUh8mP5p4Do0cKGD570tClCDr9
jJSVLggn9PoWvOWxkNNOm2uhT6/hfRlOj/S5Bf3o3SmmsLMZOU+OyfQOfMhs4eAM
FmDTh8ag4+JV16pGMqQzK3492FZUDg2IpeGM3dcRXgKaIkTjNVTIVPmj7TKGSgZC
NBqaJaagRJAeEB0vOa8l59ajl6VJZi4rUjIfA4qSpJBlT2vSH0CZ66yeeAEiq1/h
rpmkh4xn7dVE7AKz5UhPJ9t8MX1Zd8T2EUnrwVwvm3GzJQOQqZwZMUnICnS+SmvQ
rHB0UFPa+KjN8JqwyfFXjPhCjjYaZWDVC2exJuM2qSAnhA65m5sXj2tTmQFtKaHC
appzWLvJLWUVkD3w3LnGMsKYSGDrZn11L9nubD2fWHRMWnzC/n7yBr9AIOGYOFIF
LndS7cN60GI1g10MZkKQep6HRZA8kNj93vHLHDaWW+SWQ7Lb4/bidL3COtGIo6UX
zKtrn3GX4fcX2r1dgfjQ
=sVu9
-----END PGP SIGNATURE-----

--IihjUyvzd0n5Ehsu--

- Raw text -


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