jwr-git / pwcoco

Pair-wise conditional analysis and colocalisation
GNU General Public License v3.0
36 stars 4 forks source link

options.h:9:10 #1

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi,

I got this error after using the make command:

I am wondering if the file options.h:9:10 is suppose to be generated by cmake, or if it's missing from the repository.

Scanning dependencies of target pwcoco [ 14%] Building CXX object CMakeFiles/pwcoco.dir/src/options.cpp.o In file included from ./pwcoco/src/options.cpp:9:0: ./pwcoco/src/options.h:9:10: fatal error: filesystem: No such file or directory

include

      ^~~~~~~~~~~~

compilation terminated. make[2]: [CMakeFiles/pwcoco.dir/build.make:83: CMakeFiles/pwcoco.dir/src/options.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:96: CMakeFiles/pwcoco.dir/all] Error 2 make: *** [Makefile:104: all] Error 2

jwr-git commented 2 years ago

Hi,

Options.h is present in the repo under /pwcoco/src/. You can view the file here: https://github.com/jwr-git/pwcoco/blob/master/src/options.h

Check that all of the files were correctly downloaded when you cloned the repo.