joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.81k stars 383 forks source link

Building under MacOSX : ./build-macosx return message error : aclocal: command not found #3341

Open Cyrillinux opened 2 years ago

Cyrillinux commented 2 years ago

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

maron2000 commented 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

Cyrillinux commented 2 years ago

Hello thank you very much. I'll test it and let you know.

maron2000 commented 2 years ago

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