GithubHelp home page GithubHelp logo

Comments (5)

metasim avatar metasim commented on September 27, 2024

I just found that running sbt with Java 7 resolved a different back trace. Might not be the same problem, but did note that you were using Java 8.

from scala-native.

langley avatar langley commented on September 27, 2024

The problem was indicated in the error is at ScalaNativePluginInternal.scala:61
which is

nativeClang := file(Process(Seq("which", "clang++")).lines_!.head),

Well, I didn't have anything for which to find.

When I fixed this by linking my /usr/lib/llvm-3.6/bin/clang++ to /usr/bin/clang++

I got to the next error ;^)

from scala-native.

langley avatar langley commented on September 27, 2024

Anyone know how to make sbt "fail gracefully" in the middle of creating projectSettings the way that ScalaNativePluginInternal does? An error message here would be nice ;^)

By the way, did I say how COOL THIS PROJECT IS!?!

from scala-native.

sergeyshpadyrev avatar sergeyshpadyrev commented on September 27, 2024

I solved this problem. You have to install llvm, clang and gc first.
I did it by this instruction. It's written for mac so you need to install all via apt-get.

from scala-native.

densh avatar densh commented on September 27, 2024

Getting things build on Linux a bit complicated at the moment, @andreaTP's docker script is the easiest way to do it semi-automatically right now. We're currently working on making it easier. I've gathered all the common issues people are hitting in #102 , follow that ticket for updates.

from scala-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.