Open francicco opened 6 years ago
The zlib warning seems like some configuration strangeness GATB is not expecting, but it appears to find zlib anyway.
The more critical error is your C++ compiler not supporting lambda expressions. Have you tried using a newer compiler?
I have been looking at ways make the compilation easier because even I have a lot of trouble with occasionally. I'll try getting something committed soon.
I am facing the exact same problem as francicco when trying to compile the program. Bellow is the error i get:
CMake Warning at thirdparty/gatb-core/gatb-core/thirdparty/hdf5/CMakeFilters.cmake:36 (find_package): Could not find a package configuration file provided by "ZLIB" with any of the following names:
ZLIBConfig.cmake
zlib-config.cmake
Add the installation prefix of "ZLIB" to CMAKE_PREFIX_PATH or set "ZLIB_DIR" to a directory containing one of the above files. If "ZLIB" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): thirdparty/gatb-core/gatb-core/thirdparty/hdf5/CMakeLists.txt:574 (include)
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") -- Filter ZLIB is ON DYNAMIC BINARIES for gatb-h5dump -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Configuring done -- Generating done -- Build files have been written to:
I pushed some changes to the CMake configuration, can you now try again? I also tagged a release and added a linux binary, if that helps.
Hi,
I'm trying to compile Gap2Seq. I'm stuck at the cmake stage. Apparently it doesnt find
ZLIBConfig.cmake
even though I think I manage to correctly compile ZLIB. In factZLIBConfig.cmake
it's not present in the ZLIB that I have. This is the error:Any help? F