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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=wLlDZaMzR6hODbfC dweM6puG5kRLKiRyRRSHbXi5pM8OVd8R5Rmit0stq5lfokHQqwIJdQU0xY6EKGEQ yt95T+3Vay3Tey6OcxeBKqt94pVQVkZNuqxLYX94pjnCnz4yf/lUbyADnfmRCFMq tEHrroeJianZ/ucB8IGz5pUjWCA= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=HVC8z/pWsJFPXAY5hmrscc NCWGE=; b=myqyOKRjksJh3UbKFlKn13ce6nT8bbXmEG4EFrUAsdHwZwckKt+zbo 4/8yb0k/u5H3PQJEj2zDjowIHy9V0i8OI7SG0hRWSj8pyfSxHE+nV7Z0ilAs9Gjw Dbvq8PCEJkRLpow2nx+Y4Xb7EVOzjtdH6Lajxh1lI5wX4wG6QvIi4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, UD:avast.com, UD:www.avast.com, wwwavastcom X-HELO: mail-pg1-f169.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=AR47mBZI97WTMZqLFf5CNUaSlqD+6U9+GMizlbCm1fc=; b=N7wu0uIuuZe+hd0O0Io4JrV5Cs4U+z19raLSVBx7p01cSJJpyeWILK7YAZaGrQz5XF k1k90k3pfOv92bG7Z4ZLzHcjvaP7b9A5kjoN6U523nH0LQ1bJ4HGCW70jNLbVIvFGy6Z nzT1dY4gjHva5/lkG7LupYXNbpuelXpHysdENTy76XxCRcatSE7x/d+eTelc0pA3Kxbu Iuai4HwwmXUzuw014DOB4Qajklm7cAzIIMOQj0nzfhQse/pGmvkUDZhCiDwQQ5pIRM6Z r8uoIgaE+Tn7I/EdSnKuu9XBuZMncZ+TIcdTk2BgmadMuU412G1HG9+jLLpnmd+P30K1 VX1Q== Subject: Re: Needing the executable grap To: cygwin AT cygwin DOT com References: <000001d4abca$83263610$8972a230$@bonhard.uklinux.net> <001201d4ac1a$869b2a30$93d17e90$@bonhard.uklinux.net> From: Marco Atzeri Message-ID: <45de708d-ec3e-fade-01a6-0c3d96901ea4@gmail.com> Date: Mon, 14 Jan 2019 07:08:40 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <001201d4ac1a$869b2a30$93d17e90$@bonhard.uklinux.net> Content-Type: text/plain; charset=utf-8; format=flowed X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x0EF8sic024058 Am 14.01.2019 um 07:05 schrieb Fergus: >>>> 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 > This sequence works perfectly well in grap-1.42 to create grap.exe but in grap-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=c++0x -Wall -std=c++0x -g -O2 -std=c++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) != 0) { > ^~~~~~~~ > grap.yy:582:12: note: suggested alternative: 'strftime' > if (strptime($5->c_str(), $3->c_str(), &tm) != 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. try to remove the "-std=c++0x" > Thank you. > Fergus > > > -- > 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 > --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- 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