GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
800 stars 311 forks source link

Errors when make files #42

Open scarlettlee opened 9 years ago

scarlettlee commented 9 years ago

After I download the zip file and unzip it, I want to run the project. However, when I compile it with mingw make command, I came across this error:

File not found - _.hpp File not found - .hpp File not found - .hpp File not found - .hpp File not found - .hpp The syntax of the command is incorrect. makefile:31: recipe for targe 'exampleapps/connectedcomponents' failed make: ** [example_apps/connectedcomponents] Error 1

How can I fix this?