From: ruediger k. <rue...@fe...> - 2020-04-11 10:06:01
|
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Hi, <br> </div> <div> building v2.0.5 with ubuntu 16.04. seems not to work, which probably is not a bug, but a desired feature. I have gcc / g++ 7.4.0 installed, </div> <div> <br> </div> <div> gcc --version : gcc (Ubuntu 7.4.0-1ubuntu1~16.04~ppa1) 7.4.0 <br> </div> <div> g++ --version : g++ (Ubuntu 7.4.0-1ubuntu1~16.04~ppa1) 7.4.0 <br> </div> <div> <br> </div> <div> which should be sufficient for c++17. Executing ./scripts/doautoreconf.sh fails with several errors: </div> <div> <br> </div> <div> ./scripts/doautoreconf.sh: 27: ./scripts/doautoreconf.sh: libtoolize-2.4.6: not found <br>./scripts/doautoreconf.sh: 28: ./scripts/doautoreconf.sh: aclocal-1.16.1: not found <br>./scripts/doautoreconf.sh: 29: ./scripts/doautoreconf.sh: automake-1.16.1: not found <br>./scripts/doautoreconf.sh: 30: ./scripts/doautoreconf.sh: autoconf-2.69: not found <br>./scripts/doautoreconf.sh: 31: ./scripts/doautoreconf.sh: autom4te-2.69: not found <br> </div> <div> <br> </div> <div> with installed automake tools versions on my ubuntu 16.04. system are : <br> </div> <div> <br> </div> <div> libtoolize --version : libtoolize (GNU libtool) 2.4.6 <br>aclocal --version : aclocal (GNU automake) 1.15 <br>automake --version : automake (GNU automake) 1.15 </div> <div> autoconf --version : autoconf (GNU Autoconf) 2.69 <br> </div> <div> utautom4te --version : autom4te (GNU Autoconf) 2.69oconf) 2.69 </div> <div> <br> </div> <div> At least the installed libtoolize, autoconf and autom4te should fit the required versions. Though doautoreconf.sh fails, running ./configure works, but make then fails with <br> </div> <div> <br> </div> <div> configure.ac:11: error: require Automake 1.16.1, but have 1.15 <br> </div> <div> <br> </div> <div> For there is no easy way for updating automake to a higher version under ubuntu 16.04, and cmake also fails with errors, is there a way to get the current version 2.0.5. to run with ubuntu 16.04 without upgrading to ubuntu 18.04. ? <br> </div> <div> <br> </div> <div> Best regards <br> </div> </body> </html> |