jasminelmah / finalproject

0 stars 0 forks source link

DAGchainer make file issues #3

Open jasminelmah opened 5 years ago

jasminelmah commented 5 years ago

On Farnam, 'make' leads to error:

g++ -o dagchainer. dagchainer.cpp -Wno-deprecated dagchainer.cpp:12:23: fatal error: iostream.h: No such file or directory

include

                 ^

compilation terminated. make: *** [dagchainer.] Error 1

On local computer, 'make' leads to error:

g++ -o dagchainer. dagchainer.cpp -Wno-deprecated dagchainer.cpp:10:20: fatal error: stdio.h: No such file or directory

include

               ^

compilation terminated. make: *** [dagchainer.] Error 1

Likely because this version DAGchainer made in 2008 and it's using old C++ libraries or something.

Can try using an older version of g++? -_-