Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Problem #94

Closed
VishalPatel43 opened this issue Oct 10, 2023 · 3 comments
Closed

Build Problem #94

VishalPatel43 opened this issue Oct 10, 2023 · 3 comments

Comments

@VishalPatel43
Copy link

I did both IntelliJ IDEA and VS Code get the error while build the project.
System: Macbook Air M1
Use Java 17 and Maven 3.9.5

System: Ubuntu 22.04
Use Java 17 and Maven 3.6.3

IntelliJ IDEA
Screenshot 2023-10-10 at 17 26 19

VS CODE
Screenshot 2023-10-10 at 17 30 09

@mtf90
Copy link
Member

mtf90 commented Oct 10, 2023

The problem is that you are trying to build the development version of LearnLib which also requires the development version of AutomataLib. You can either clone and import (the development version of) AutomataLib as well (which makes sense if you want to work on a feature spanning both libraries -- we usually keep them in sync with each other) or include the snapshot repo which contains the development artifacts of AutomataLib via CI/CD.

@VishalPatel43
Copy link
Author

Screenshot 2023-10-11 at 13 31 54 Screenshot 2023-10-11 at 13 32 02

@mtf90
Copy link
Member

mtf90 commented Oct 11, 2023

This appears to be a problem with ADDLib which is used internally by the M3C model checker and currently does not support the M1 architecture. I'll relay the information to the developers and see what they have to say.

For now, you could either compile the AutomataLib without tests (e.g., mvn clean install -DskipTests), use the pre-compiled artifacts from the SNAPSHOT repo (if you don't need changes in AutomataLib), or use your Ubuntu Linux setup.

Edit: I just saw that you opened LearnLib/automatalib#59 as well which I think is the better place to follow up on the AutomataLib issue. So if you manage to get LearnLib running, I'm happy to close this issue here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants