wikilink compilation problem
NoamGit opened this issue · 0 comments
Hi Sameer,
Awesome work! Very basic question - we try to use this dataset for our own project (first use of Scala). It seems like the the WikiLinkItemIterator should be sufficient for our needs ,jet we still struggle in compiling this project.
Up to now we downloaded the wikilink project (wiki-link/source-archive.zip) and it's dependencies (wikilink-0.1-SNAPSHOT-jar-with-dependencies.jar) and tried to make it in intelliJ 14.1.7 with Scala.
We get the following compilation error - Error:scalac: bad option: '-make:transitive'
We also have a version error for the -
<groupId>org.sameersingh.utils</groupId>
<artifactId>timing(also for coref and cmdots)</artifactId>
<version>0.1.1-SNAPSHOT</version>
in the pom.xml file
We use a windows 10 64-bit machine.
Is there any steps that we are missing? It does seems like it is a problem in the Scala library, however we use the most current distribution...
Thanks,