Hello all!
I'm trying to install a Unix program through cygwin on windows. It was a tar.gz file. I've unwrapped it and then I move to the folder with the makefile but when I try to make the files, it gives me this error:
Diana@Diana-PC /cygdrive/C/Users/Diana/d2z.v01/code/iid
$ make
g++ -O5 -Wno-deprecated -c listop.cpp
In file included from listop.cpp:1:0:
listop.h:1:18: fatal error: list.h: No such file or directory
compilation terminated.
make: *** [listop.o] Error 1
I do not understand this error. Do I not have the proper packages or am I doing something wrong?
Thanks!
how is it related to bioinformatics ?
Its a bioinformatics program for enhancer prediction and I just cant get it to work. Maybe I should write in some programming blog.
which program is it? The installer is looking for a file that it cannot find. You have all the required packages (like g++) installed?