Replies: 3 comments 3 replies
-
Hi Amin, you have to generate the Makefile.in file. Could you enter autoreconf in the CM main folder and try to run configure again, please? Cheers, Jong |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the same problem, but autoreconf ends in error:
I downgraded automake to v1.16.1, and managed generate the configure file using
After this, CheckMATE compiles without errors. However, when running AnalysisManager, I get the same message as above. I also get another error, which seems unrelated:
Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi there, you also have to install the libtool package.
… On 28 Apr 2021, at 21:48, jjonesperez ***@***.***> wrote:
Hi, I have the same problem, but autoreconf ends in error:
tools/analysis/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined
tools/analysis/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
tools/analysis/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
tools/analysis/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure
tools/analysis/Makefile.am:10: its definition is in aclocal's search path.
autoreconf: automake failed with exit status: 1
I downgraded automake to v1.16.1, and managed generate the configure file using
autoconf
automake
After this, CheckMATE compiles without errors. However, when running AnalysisManager, I get the same message as above. I also get another error, which seems unrelated:
Traceback (most recent call last):
File "./AnalysisManager", line 8, in <module>
reload(sys)
NameError: name 'reload' is not defined
Any help would be appreciated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACNVCTPUEPXIJWXHVUCZBG3TLAYNLANCNFSM42X52QRA>.
|
Beta Was this translation helpful? Give feedback.
-
Dear Checkmate developers,
I downloaded the code from Github but it seems that the file Makefile.in is missing. Configure is failing with that error. A file called Makefile.am is present but this does not do the job.
Am I looking for the code in the wrong place?
Thank you,
Amin
Beta Was this translation helpful? Give feedback.
All reactions