www.delorie.com/archives/browse.cgi | search |
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:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; q=dns; s=default; b=DH | |
BsCFmgghXs1hrelgv3GufTgoniP5T8KssPebTD6tMmFTfUWAGBafARvMrmfAgebz | |
S+6RrQlmUmtofNOhFGLXj2DW2cRFRGFhwc17KATKGaVRP/ovsxa8oJVM3Tr4ol6l | |
udXzinktItkkX4/SS4E4bgM8l9/rA1haNvV3fZFGQ= | |
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:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; s=default; bh=nkk33NKf | |
8u7h+epJEes6Grp7xEY=; b=rHHlwrQbLOUWgqJVKj/gVm056O+LCiNIsWsUnoUD | |
j6T/XXHLhJXOuON3uUFy/6Vhy6h4I4w0o6+QgRIaEYkPfArqOgJ8o8CHGo+hKFy9 | |
kv/HS9dEbzXrfkCcQ5JW5txrAPtKGTC5OWbe4ax/2moBO4zyqsimG5BrgAvXpbru | |
sPg= | |
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=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
X-HELO: | mail-wm0-f41.google.com |
MIME-Version: | 1.0 |
X-Received: | by 10.194.82.229 with SMTP id l5mr9477223wjy.140.1449696581204; Wed, 09 Dec 2015 13:29:41 -0800 (PST) |
In-Reply-To: | <566886B5.7010008@redhat.com> |
References: | <CA+Ei1OcnP5GHCz3=cHKd9AK71O25F0BgvjGanVJ5VQNpzUEfPQ AT mail DOT gmail DOT com> <566886B5 DOT 7010008 AT redhat DOT com> |
Date: | Wed, 9 Dec 2015 22:29:41 +0100 |
Message-ID: | <CA+Ei1Oeiiu=qAjzup15C=8f1XR5PAD2CCEDX7wE3afZs41Az6Q@mail.gmail.com> |
Subject: | Re: direct.h |
From: | Martin Landa <landa DOT martin AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
Hi, 2015-12-09 20:53 GMT+01:00 Eric Blake <eblake AT redhat DOT com>: > That's because <direct.h> is an old, non-standard header not present on > modern POSIX-y machines. You want <dirent.h> instead, when targetting > cygwin. Or else your project is truly tied to Windows, and you should > be targetting mingw, in which case the question is semi-off-topic here > (other than how to properly use the mingw cross-compilers available from > a cygwin installation). the project is Unix-based, I am just trying to create the both 32bit and 64bit binaries for Windows users... I modified GDAL lib dependency to include dirent.h instead of direct.h. The configure doesn't fails, good. Unfortunately several compiled GRASS tools fails to run when building: 1 [main] g.proj (2604) C:\cygwin64\home\landa\grass_trunk\dist.x86_64-w64-mingw32\bin\g.proj.exe: *** fatal error - cygheap base mismatch detected - 0x180321400/0x901400. This problem is probably due to using incompatible versions of the cygwin DLL. Search for cygwin1.dll using the Windows Start->Find/Search facility and delete all but the most recent version. The most recent version *should* reside in x:\cygwin\bin, where 'x' is the drive on which you have installed the cygwin distribution. Rebooting is also suggested if you are unable to find another cygwin DLL. I do not have any other cygwin1.dll in path. Other GRASS tools are compiled successfully, so the issue is probably related to linked libraries or? > That depends on whether your code is POSIX-y and targetting cygwin, or > is tied to Windows APIs and should be targetting mingw. > >> >> I am also not sure what will be difference between binaries compiled >> using cygwin and mingw32-w64 toolchain except of dependencies (like >> cygwin1.dll). MinGW32-w64 should produce native windows application, >> but what does it mean exactly? > > A native app doesn't depend on cygwin, but that also means it can't use > the POSIX-y interface provided by cygwin. OK, thanks for explanation! Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |