-
Notifications
You must be signed in to change notification settings - Fork 408
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
publish artifacts for scala-native #396
Comments
Is there a way I can help here? This is one of the last blocking issues for native scalafmt (scalameta/scalafmt#1172). |
@olafurpg I get the following errors when trying to build for scala native:
My clang version:
|
Thanks for trying @rickynils Have you followed the installation instructions for Nix at the bottom of this page here http://www.scala-native.org/en/latest/user/setup.html#installing-clang-and-runtime-dependencies ?
|
@rickynils You need to install a few packages that are necessary to build code with Scala Native, detailed instructions per OS are available here: http://www.scala-native.org/en/latest/user/setup.html |
Hi, I tried running the tests with
|
Works for me as well, |
Any news on this? Scalacheck is blocking many other libraries from getting Scala Native support. |
Scalacheck hasn't published artifact for Scala Native yet and that cause problems with indexing project in Intellij. Plan is to temporarily disable Scala Native cross project until artifact will be available at typelevel/scalacheck#396 fixes #2559
@rickynils do you need any help with the ticket? |
I've published the artifact under my groupid having seen no interest here by the maintainer. You can use |
I'm trying to pick up a bunch of these old issues and PRs. I'm also having trouble building the native platform locally. I followed the Mac instructions on the Scala Native website (i.e. |
You could try with xcode clang:
I am on a Mac Mojave machine and it works. I can try to help you if you want. |
It would be nice if you publish for Scala Native 0.4.0-M2 too. |
No description provided.
The text was updated successfully, but these errors were encountered: