From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50365 invoked by alias); 14 Jan 2019 15:05:12 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 50333 invoked by uid 89); 14 Jan 2019 15:05:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=prompt, Prompt, H*UA:14.0, beautifully X-HELO: know-smtprelay-omc-4.server.virginmedia.net Received: from know-smtprelay-omc-4.server.virginmedia.net (HELO know-smtprelay-omc-4.server.virginmedia.net) (80.0.253.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Jan 2019 15:05:07 +0000 Received: from DELL6700 ([87.117.87.250]) by cmsmtp with ESMTPA id j3nUg4b5ovyZpj3nVgO4fq; Mon, 14 Jan 2019 15:05:05 +0000 From: "Fergus" To: Cc: "'Fergus'" References: <000001d4abca$83263610$8972a230$@bonhard.uklinux.net> In-Reply-To: Subject: RE: Needing the executable grap Date: Mon, 14 Jan 2019 15:05:00 -0000 Message-ID: <001201d4ac1a$869b2a30$93d17e90$@bonhard.uklinux.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-01/txt/msg00108.txt.bz2 >>> I still have grap-1.42.tar.gz and can get the current grap-1.45.tar.gz = from >>> https://www.lunabase.org/~faber/Vault/software/grap/grap-1.45.tar.gz >>> But I am unable to compile either under the current Cygwin.x86 or under >>> Cygwin.x86_64. >> What did you try and what was the error message? > What errors do you get? > Pretty often you're just missing required devel packages. Csaba, Corinna - Thank you so much for responding. I use, at the Command Prompt, setup -P .., bison,flex,gcc-g++,yacc, .. [I think these are the relevant o= nes] to provide a beautifully compact and yet (up to now) fully functional Cygwi= n resource. Then, in Cygwin ./configure make I mis-reported. This sequence works perfectly well in grap-1.42 to create grap.exe but in g= rap-1.45, after a successful ./configure step, make yields make all-am make[1]: Entering directory '/d/mole/grap-1.45' g++ -DHAVE_CONFIG_H -I. -std=3Dc++0x -Wall -std=3Dc++0x -g -O2 -std=3Dc+= +0x -MT grap.o -MD -MP -MF .deps/grap.Tpo -c -o grap.o grap.cc grap.yy: In function 'int yyparse()': grap.yy:582:12: error: 'strptime' was not declared in this scope if (strptime($5->c_str(), $3->c_str(), &tm) !=3D 0) { ^~~~~~~~ grap.yy:582:12: note: suggested alternative: 'strftime' if (strptime($5->c_str(), $3->c_str(), &tm) !=3D 0) { ^~~~~~~~ strftime make[1]: *** [Makefile:496: grap.o] Error 1 make[1]: Leaving directory '/d/mole/grap-1.45' make: *** [Makefile:380: all] Error 2 I guess you are right that I am missing a package. Thank you. Fergus=20 -- 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