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

Unable to build #1

Closed
remz1337 opened this issue Apr 24, 2020 · 2 comments
Closed

Unable to build #1

remz1337 opened this issue Apr 24, 2020 · 2 comments

Comments

@remz1337
Copy link

Hello,

I have been trying to test this for the past couple of days but I can't seem to get it to run.

I have installed IntelliJ with JDK 9 and imported the project from git directly as per the installation instruction. (Working on my Windows 10 machine)

When I try to build the project, it fails at kasm-native/test/kasm/StructureTest.kt with a few Kotlin: Unresolved reference errors such as:
Kotlin: Unresolved reference: junit

I have also tried JDK 1.8, cleaning .idea and iml files but it just gave me more error. Let me know if I can provide more information.

Thank you

@furunkel
Copy link
Member

Hi,
while I'm not sure what is causing the error (maybe simply adding the missing junit dependency would help), I think I never got around to implementing the Windows ABI. In short: it does not work on Windows I'm afraid, except maybe through WSL.

@remz1337
Copy link
Author

Totally right. I finally found out how to add junit through the Maven repo and linked to the appropriate modules. I was able to successfully build after that.

Thank you!

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