Dear Richard and Alexei, I am back home and to GiNaC patching. I have tried to rebuild GiNaC from current master on my Debian/testing box by the command: autoreconf -i && ./configure && make As the result I received the error: make[1]: Entering directory `/media/c/local/distrib/math/ginac-git/ginsh' bison -y -o ginsh_parser.cpp --defines=ginsh_parser.hpp ginsh_parser.ypp bison: option '--defines' doesn't allow an argument What I am doing wrong? Best wishes, Vladimir -- Vladimir V. Kisil email: kisilv@maths.leeds.ac.uk www: http://www.maths.leeds.ac.uk/~kisilv/ Book: Geometry of Mobius Transformations http://www.worldscientific.com/worldscibooks/10.1142/p835
On 09/06/2013 01:24 PM, Vladimir V. Kisil wrote:
make[1]: Entering directory `/media/c/local/distrib/math/ginac-git/ginsh' bison -y -o ginsh_parser.cpp --defines=ginsh_parser.hpp ginsh_parser.ypp bison: option '--defines' doesn't allow an argument
What is your version of bison? -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
On Wed, 11 Sep 2013 10:03:30 +0200, "Richard B. Kreckel" <kreckel@ginac.de> said: RC> What is your version of bison?
Yes, Richard, you spot it. For unknown reasons I had bison++ v1.21.11. After I replaced it by bison v2.7.1, everything compiles well. Best wishes, Vladimir -- Vladimir V. Kisil email: kisilv@maths.leeds.ac.uk www: http://www.maths.leeds.ac.uk/~kisilv/ Book: Geometry of Mobius Transformations http://www.worldscientific.com/worldscibooks/10.1142/p835
participants (2)
-
Richard B. Kreckel
-
Vladimir V. Kisil