Mercury-Language / mercury

The Mercury logic programming system.
Other
904 stars 54 forks source link

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

Closed tj800x closed 1 year ago

tj800x commented 1 year ago

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 1 year ago

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