0

I have downloaded this project https://github.com/stanfordnlp/GloVe/tree/master/src in to my PC and I am trying to add in to eclipse IDE using File - > Open Projects From File System. Add projects from file system

As per tutorial to build Project -> Build ALL option has to be selected.But it is disabled for me.How to build the project. Build screen

After building can I run each file separately? I am new to eclipse IDE kindly help me in running the project

Community
  • 1
  • 1
Jayashree
  • 811
  • 3
  • 13
  • 28
  • It looks like you haven't made a C project with the source. I couldn't find the tutorial you referenced, but https://nlp.stanford.edu/projects/glove/ recommends asking questions on their forum. Have you tried the instructions on the root readme? https://github.com/stanfordnlp/GloVe ```$ git clone http://github.com/stanfordnlp/glove``` ```$ cd glove && make``` ```$ ./demo.sh``` – Jonah Graham Aug 11 '17 at 10:47
  • You are adding wrong folder. You've made a project out of `src` while make file is located outside. – user7860670 Aug 11 '17 at 10:52
  • @VTT Can you explain me how to add a single file and build it.Build options are not enabled for me.How to set run configurations? – Jayashree Aug 11 '17 at 10:56
  • The proper way to use this in eclipse would be to create a new empty C executable project and import one of the `.c` files into it. – user7860670 Aug 11 '17 at 11:00
  • @JonahGraham demo.sh file downloads the corpus by itself.I have my text corpus.How to edit the path of my text corpus in demo.sh file and run it/ – Jayashree Aug 11 '17 at 11:04
  • @VTT I added single file after creating new project and build it.But I am getting following error messageError: Program "make" not found in PATH Error: Program "make" not found in PATH PATH=[C:/Program Files (x86)/eclipse/jre/bin/server;C:/Program Files (x86)/eclipse/jre/bin;C:/Program Files (x86)/eclipse/jre/lib/amd64;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Progra and goes on.How should I resolve it? – Jayashree Aug 11 '17 at 11:09
  • 1
    It looks like you don't have a compiler installed / set up, see [this question](https://stackoverflow.com/questions/12165746/how-to-install-c-plugin-to-eclipse) – user7860670 Aug 11 '17 at 11:12
  • @VTT I have downloaded and built vocab count using mingw.But I am facing these errors Symbol NULL,stderr,EOF,stdin,FILE could not be resolved. – Jayashree Aug 11 '17 at 16:41

0 Answers0