rogerjms / bedtools

Automatically exported from code.google.com/p/bedtools
0 stars 0 forks source link

installing error #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

#####################################################################3
[root@localhost BEDTools-Version-2.16.2]# make clean
 * Cleaning-up BamTools API
 * Cleaning up.
[root@localhost BEDTools-Version-2.16.2]# make all
Building BEDTools:
=========================================================
DETECTED_VERSION = v2.16.2
CURRENT_VERSION  = v2.16.2
 * Creating BamTools API
- Building in src/utils/bedFile
  * compiling bedFile.cpp
In file included from bedFile.h:16,
                 from bedFile.cpp:12:
../../utils//gzstream/gzstream.h:35:18: error: zlib.h: No such file or directory
../../utils//gzstream/gzstream.h:50: error: ‘gzFile’ does not name a type
make[1]: *** [../../../obj//bedFile.o] Error 1
make: *** [src/utils/bedFile] Error 2
[root@localhost BEDTools-Version-2.16.2]# 
#####################################################################3

When I typing ""make all"" in bedtools folder, there were some error messages.

What is the expected output? What do you see instead?

I want to install BEDTools on my PC

What version of the product are you using? On what operating system?
BEDTools-Version-2.16.2//CentOS-5.5-i386

Please provide any additional information below.

Original issue reported on code.google.com by junna...@gmail.com on 18 Apr 2012 at 3:20

GoogleCodeExporter commented 9 years ago
Please search for "zlib" on the bedtools mailing list.  This has been addressed 
several times before.  In short, you need to install zlib.

Original comment by aaronqui...@gmail.com on 18 Apr 2012 at 12:28