Mercury-Language/mercury

Attempting to ./configure Mercury with Mercury 22.01.6 on Intel Mac

tj800x opened this issue · 1 comments

tj800x commented

I installed Mercury 22.01.6 using homebrew. It appears to work fine.

% mmc --version
Mercury Compiler, version 22.01.6, on x86_64-apple-darwin21.6.0
Copyright (C) 1993-2012 The University of Melbourne
Copyright (C) 2013-2023 The Mercury team

% ./prepare.sh
Setting up autotools

./configure
checking build system type... x86_64-apple-darwin21.6.0
checking host system type... x86_64-apple-darwin21.6.0
checking for cygpath... echo
checking for cygpath... echo
looking for an already installed Mercury compiler to bootstrap with...
checking for mmc... /usr/local/bin/mmc
checking whether the above mmc works and is sufficiently recent... no
configure: error: You need a working Mercury compiler to bootstrap with

tj800x commented

Closing this since the latest repository version seems to fix it.