armbrustlab / SEAStAR

SEAStAR is a package of tools supporting the construction of complete analysis pipelines for next-generation (Illumina®, SOLiD™) sequencing data generated from environmental samples.
https://armbrustlab.ocean.washington.edu/tools/seastar/
GNU General Public License v3.0
13 stars 2 forks source link

Out-of-source builds fail in some circumstances #2

Closed vsiverson closed 11 years ago

vsiverson commented 12 years ago

In version v0.3.0, building out of source may fail under some circumstances. The problem is related to finding the correct (generated) version of zlib's zconf.h file. In an out of source build, this file is not written into the source tree's zlib directory, and so the correct version will not be found at compile time. This problem is masked if a compatible version of zlib is installed elsewhere and its zconf.h is found by the build process.