Open Cyrillinux opened 2 years ago
The suggestion in the error message is quite straightforward.
Did you try installing GNU Autotools?
The following should do, but you can google for details.
brew install autoconf
brew install automake
Hello thank you very much. I'll test it and let you know.
With adequate softwares installed, it should build at least for the commit pushed on 25 Mar. You can also download and try the automated builds by github virtual machines found below. https://github.com/joncampbell123/dosbox-x/actions/workflows/macos.yml?query=is%3Asuccess
Code of Conduct & Contributing Guidelines
Have you checked that no other similar bug report(s) already exists?
What operating system(s) this bug have occurred on?
MacOSX Monterey 12.0.1
What version(s) of DOSBox-X have this bug?
0.83.23
Describe the bug
Building under MacOSX : ./build-macosx return message error : aclocal: command not found
Expected behavior
dosbox-x-master % ./build-macosx Generating build information using aclocal, autoheader, automake and autoconf This may take a while ... ./autogen.sh: line 20: aclocal: command not found autogen.sh failed to complete: verify that GNU Autotools is installed on the system and try again
Steps to reproduce the behaviour
dosbox-x-master % ./build-macosx Generating build information using aclocal, autoheader, automake and autoconf This may take a while ... ./autogen.sh: line 20: aclocal: command not found autogen.sh failed to complete: verify that GNU Autotools is installed on the system and try again
Used configuration
No response
Emulator log
No response
Additional context
No response