BigWig.h missing from src folder, make cannot run
Closed this issue · 1 comments
Hello all, I am trying to install WiggleTools from source. I have downloaded and installed the prerequisites, but after I clone WiggleTools from GitHub and try to make it in my folder on my server, I get this error:
cd src; make -e
make[1]: Entering directory 'path-to-software/WiggleTools/src'
cc -g -Wall -O3 -std=gnu99 -D_PBGZF_USE -c bigWiggleReader.c -o bigWiggleReader.o
bigWiggleReader.c:16:20: fatal error: bigWig.h: No such file or directory
#include "bigWig.h"
compilation terminated.
make[1]: *** [bigWiggleReader.o] Error 1
make[1]: Leaving directory 'path-to-software/WiggleTools/src'
make: *** [Wiggletools] Error 2
(Directory simplified in the above code) The src file here in the GitHub is lacking this bigWig.h
file, but it seems required for installation.