Hi Sebastian,

nice,

> -- Looking for include files HAVE_SYS_TYPES_H
> -- Looking for include files HAVE_SYS_TYPES_H - found
> -- Looking for include files HAVE_SYS_STAT_H
> -- Looking for include files HAVE_SYS_STAT_H - found
81 CHECK_INCLUDE_FILES(libtar.h HAVE_LIBTAR_H)
> -- Looking for include files HAVE_LIBTAR_H
> -- Looking for include files HAVE_LIBTAR_H - not found.
82 CHECK_LIBRARY_EXISTS(tar tar_open "" HAVE_LIBTAR_OPEN)
> -- Looking for tar_open in tar
> -- Looking for tar_open in tar - not found
83 CHECK_LIBRARY_EXISTS(tar tar_close "" HAVE_LIBTAR_CLOSE)
> -- Looking for tar_close in tar
> -- Looking for tar_close in tar - not found
84 CHECK_LIBRARY_EXISTS(tar tar_extract_all "" HAVE_LIBTAR_EXTRACT_ALL)
> -- Looking for tar_extract_all in tar
> -- Looking for tar_extract_all in tar - not found

85 IF(HAVE_LIBTAR_H AND HAVE_LIBTAR_OPEN AND HAVE_LIBTAR_CLOSE AND 
HAVE_LIBTAR_EXTRACT_ALL)
86     SET(LIBTAR_OK TRUE)
87 ELSE()
88     SET(LIBTAR_OK FALSE)
89 ENDIF()
=> LIBTAR_OK is set to FALSE

90 FIND_HELPER(LIBTAR tar tar.h tar)
> -- Checking for module 'tar'
> -- Found LIBTAR: /opt/local/lib/libtar.dylib

91 IF( NOT LIBTAR_FOUND OR NOT LIBTAR_OK OR NOT ZLIB_FOUND )
92     SET(WANT_LIBTAR FALSE)
93     MANDATORY_PKG(LIBARCHIVE)
94 ENDIF()

95 FIND_HELPER(LIBARCHIVE archive archive.h archive)
> -- Checking for module 'archive'
> CMake Error at /Applications/CMake 

try to replace lines 81 to 91 with these 2 :

FIND_HELPER(LIBTAR tar tar.h tar)
IF( NOT LIBTAR_FOUND OR NOT ZLIB_FOUND )

Jeremy

-- 
Jérémy Zurcher
rte de Cully 29
1091 Grandvaux
+41 (0) 79 599 84 27


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to