This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: grap, anybody?
- From: Fergus Daly <fergusd84 at outlook dot com>
- To: "cygwin at cygwin dot com" <cygwin at cygwin dot com>
- Cc: Fergus Daly <fergusd84 at outlook dot com>
- Date: Tue, 7 Jan 2020 22:10:10 +0000
- Subject: RE: grap, anybody?
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=/iBlt7sKrxLPPOKek/0ZyOBDOEYdk9gQYadXJ6/wVjk=; b=iCzBDuCdFyAADzNUAlvX8VCgTpG0spoGMC53v0AzDtswNph7VxW9v/FSM+uPMrzytpcIUHKLMvw3QczzM/zoNvF+b3nI8xHuW1qOVnj4yKpA4gzbGUHESPPXGZJ+ZY8CyyVGt8ikwEQz+e0TLKFsA6k5BNsD1PILHszu7WTIPrqpBctLxiv16XoUl0Ngohne4/wf7PRYQdWK/6u+g2YgGnvQTok6vb6wmyIlcK6CjX8A8B+695a1FrrXTyOdUPggv+vr6/NboRbgZJdFtGj3+kFmA0BlweFI8bjuALqBueqB0J7tw/4ZC/O1N2fBdRaX8LJnP8GJeu10A0/jZrSxtw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hbelPWx1L9rrnmaWLollBk0qHrfel7JzSSr6tNerKePsguM76Anmmfe3gH0Kq5ToHZHMh8UycDnFmaraz8wWT4IZtClx70lqzIpAPVyys5AG01V+VULmnElinSLVioHdvm6b/XodwIRxs2HqR/881eHRBPgNGy/1pAsVObxJJ1izBEWLlJIDj/Om9AUECbVr3VwhhHXLCVFjBlWrtluLD+0GXxSq4VAH3+QUq3p/zXuVwr+MZk44Hw9S65/xwRybFY/mAJWbeDe/Q4lqI/yG+zkjUTtOAg+EU/rigM2h/Kmym7vL1jryaVtfPp7j73P5IIvjLLrIGJHhA2ho2AoOkg==
- References: <LNXP265MB14369F26E5EABFAFB4EAD90CA43F0@LNXP265MB1436.GBRP265.PROD.OUTLOOK.COM>
>> Try following patch.
--- configure.ac.orig 2014-08-31 00:33:45.000000000 +0900
+++ configure.ac 2020-01-07 08:43:59.559103700 +0900
@@ -45,10 +45,10 @@
AC_MSG_CHECKING(if ${CXX} supports -std=c++0x)
old_cxxflags="$CXXFLAGS"
old_cppflags="$CPPFLAGS"
-CXXFLAGS="$CXXFLAGS -std=c++0x"
-CPPFLAGS="$CPPFLAGS -std=c++0x"
+CXXFLAGS="$CXXFLAGS -D_XOPEN_SOURCE=700"
+CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=700"
AC_TRY_COMPILE([], [], [
- CX0FLAGS="-std=c++0x"
+ CX0FLAGS=""
AC_MSG_RESULT(yes)
], [
CX0FLAGS=""
> Thank you! This patch enabled compilation of the grap-1.45 executable for 32-bit and 64-bit Cygwin respectively.
I'm just not up to it, but given the trivial nature of the single required patch, is there anybody out there who could take this on for the Cygwin provision?
(There must be 00s of users who need it? I'm truly surprised that grap, or rather its lack, hasn't had a much higher historical profile in this forum.)
Does it matter that the source files https://www.lunabase.org/~faber/Vault/software/grap/grap-1.45.tar.gz are "owned" by somebody else?
(I imagine it does. Just asking.)
--
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