Re: Needing the executable grap

2019-01-14 Thread Achim Gratz
Fergus writes: > 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 It is almost always a mistake to request strict standards coherence as it will make _all_ functions not explicitly in the ISO standard

Re: Needing the executable grap

2019-01-14 Thread Marco Atzeri
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

RE: Needing the executable grap

2019-01-14 Thread 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 >>> 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

Re: Needing the executable grap

2019-01-14 Thread Corinna Vinschen
On Jan 14 05:32, Fergus wrote: > Sadly the executable grap is not part of the Cygwin provision. But you can easily make it so. Just volunteer as package maintainer: https://cygwin.com/packaging-contributors-guide.html > I still have grap-1.42.tar.gz and can get the current grap-1.45.tar.gz

Re: Needing the executable grap

2019-01-14 Thread Csaba Raduly
Hi Fergus, On Mon, Jan 14, 2019 at 6:32 AM Fergus wrote: > Sadly the executable grap is not part of the Cygwin provision. > I use a version derived from the same place as the current > https://www.lunabase.org/~faber/Vault/software/grap/grap-1.45.tar.gz > but actually it is v.1.42 from Goodness