orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

OrcScala fails to build with errors in Orctimizer and Porc code #205

Open arthurp opened 7 years ago

arthurp commented 7 years ago

The OrcScala project currently contains an absolute path to the macroparadise compiler plugin. This is required do to limitations in Scala-IDE. The problem causes a "missing plugin: macroparadise" error when trying to build OrcScala.

Workaround

In OrcScala -> Properties -> Scala Compiler -> Advanced, replace the value of Xplugin with the absolute path to <workspace>/OrcScala/lib/paradise_2.12.2-2.1.0.jar.

Solution

The real solution to this problem is either to fix Scala-IDE or switch to an SBT build (#200). The latter will fix the problem since the eclipse project files will be generated locally for each user instead of being shared making the absolute path in the project config acceptable.

jthywiss commented 7 years ago

Close this? It's a Scala IDE bug now. (BTW, did you report it there?)

arthurp commented 7 years ago

I have not reported it to Scala IDE, yet. I was hoping for a response to my email. But I will just report it. Regardless, I think this issue should stay open until it's fixed for realz.

arthurp commented 7 years ago

This issue is blocked until the completion of one of: