vita-49 icon indicating copy to clipboard operation
vita-49 copied to clipboard

Generation of configure file

Open Uruko opened this issue 5 years ago • 2 comments

Hi, I tried to run the VITA 49 implementation in Windows10 but I got stuck in the installation process. Before running ./configure I generated it by running autoconf which unfortunately gave the following errors:

configure.ac:20: error: possibly undefined macro: AM_CONFIG_HEADER If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:29: error: possibly undefined macro: _AM_SET_OPTION configure.ac:30: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.ac:94: error: possibly undefined macro: AM_PROG_AS configure.ac:101: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.ac:102: error: possibly undefined macro: AC_PROG_LIBTOOL

Can you give me directions on how to solve this issue? Uruko

Uruko avatar Jul 09 '19 15:07 Uruko

On Linux at least you need to run aclocal before running autoconf.

wfdanowitz avatar Aug 14 '19 21:08 wfdanowitz

I was able to build out of the box on Linux by running ./bootstrap && ./configure and then make. HTH

LIII-XXII avatar Nov 22 '19 05:11 LIII-XXII