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

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

Open
arthurp opened this issue Jul 30, 2017 · 3 comments
Open

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

arthurp opened this issue Jul 30, 2017 · 3 comments

Comments

@arthurp
Copy link
Member

arthurp commented Jul 30, 2017

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 added a commit that referenced this issue Jul 30, 2017
jthywiss added a commit that referenced this issue Jul 30, 2017
@jthywiss
Copy link
Member

jthywiss commented Aug 1, 2017

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

@arthurp
Copy link
Member Author

arthurp commented Aug 1, 2017

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
Copy link
Member Author

arthurp commented Aug 1, 2017

This issue is blocked until the completion of one of:

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

No branches or pull requests

2 participants