jrincayc/ucblogo-code

Generated configure file throwing errors

zlgonzalez opened this issue · 2 comments

I ran autoreconf --install and ./configure as per the README.

I am getting an error:

./configure: line 4737: AX_CFLAGS_WARN_ALL: command not found
./configure: line 4738: syntax error near unexpected token -Wno-write-strings,' ./configure: line 4738: AX_CHECK_COMPILE_FLAG(-Wno-write-strings,'

I am building on an Ubuntu 20.04 system. Version of autoreconf is 2.69

Just to double check, do you have autoconf-archive and libwxgtk3.0-gtk3-dev installed?

apt-get install autoconf-archive libwxgtk3.0-gtk3-dev

Looks like I missed install autoconf-archive. I just installed autoconf via sudo apt install autoconf.

After installing that, it worked. Just for my curiosity what does autoconf-archive do?