NextPolish icon indicating copy to clipboard operation
NextPolish copied to clipboard

NextPolish Installation

Open marco91sol opened this issue 3 years ago • 1 comments

Describe the bug Compilation terminated with some errors

Error message gcc -g -Wall -O2 -I. -I../../lib/htslib/ -I./lz4 -c -o bam_tview_curses.o bam_tview_curses.c bam_tview_curses.c:41:20: fatal error: curses.h: No such file or directory #include <curses.h> ^ compilation terminated. make[2]: *** [bam_tview_curses.o] Error 1 make[2]: Leaving directory /home/NextPolish/util/samtools' make[1]: *** [samtools_] Error 2 make[1]: Leaving directory /home/NextPolish/util' make: *** [all] Error 2

Operating system CentOS Linux release 7.3.1611 (Core)

GCC gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)

Python Python 2.7.15

NextPolish nextPolish v1.3.0

marco91sol avatar Sep 14 '20 14:09 marco91sol

Try yum install ncurses-devel ncurses

moold avatar Sep 14 '20 15:09 moold