Help,
GnuCobol 3.2 install is in error.
I attach the report. What did I miss?
In 2024 the same gnucobol.zip worked.
Thanks Luc
Best Regards from : Lucio R. mobile : +39 3482653512 mailto :aibber@libero.it https://www.asoft-va.com . Yours faithfully -:- Mit freundlichen grüÃen
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Probably you have now a newer version of Linux with a newer version of gcc which is more strict in checking pointer types an other things.
You could try to add a parameter to the compiler to use an older C-standard, and set some other compiler flags in addition:
make distclean 2>/dev/null || true ./configure \ CC="gcc -std=gnu17" \ CFLAGS="-O2 -Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration" \ --with-xml2 \ --with-json make
In the log file there is a message that flex is missing_
checking for flex... no
Maybe this helps with all packages needed:
sudo apt install \ build-essential flex bison \ libgmp-dev libncurses-dev \ libdb-dev libxml2-dev \ libjson-c-dev
this code has been fixed in the current 3.3-dev code
Help,
GnuCobol 3.2 install is in error.
I attach the report. What did I miss?
In 2024 the same gnucobol.zip worked.
Thanks Luc
--
Best Regards
from : Lucio R.
mobile : +39 3482653512
mailto :aibber@libero.it
https://www.asoft-va.com
.
Yours faithfully -:- Mit freundlichen grüÃen
Probably you have now a newer version of Linux with a newer version of gcc which is more strict in checking pointer types an other things.
You could try to add a parameter to the compiler to use an older C-standard, and set some other compiler flags in addition:
In the log file there is a message that flex is missing_
Maybe this helps with all packages needed:
this code has been fixed in the current 3.3-dev code