Hi Jérémy!

Am 13.12.09 01:50, schrieb Jérémy Zurcher:
> Hi Sebastian,
>
>    
> I really hope you'll find time to test OSX build process and help me fix it.
>
>    
Sure!  You can see the ouput of ./run_cmake at the end of this mail. It 
seems that it can't find the libtar header file.
libtar.h ( and the rest of the includes.. ) are located in 
/opt/local/include/.
Beside this, cmake has no problems to locate the library in 
/opt/local/lib/libtar.dylib.
I've tried it with "CMAKE_INCLUDE_PATH="/opt/local/include" ./run_cmake" 
but it produced the same result.
- Sebastian


shinyThing:hydrogen sebastian$  ./run_cmake
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found ZLIB: /usr/lib/libz.dylib
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- 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
-- Looking for include files HAVE_LIBTAR_H
-- Looking for include files HAVE_LIBTAR_H - not found.
-- Looking for tar_open in tar
-- Looking for tar_open in tar - not found
-- Looking for tar_close in tar
-- Looking for tar_close in tar - not found
-- Looking for tar_extract_all in tar
-- Looking for tar_extract_all in tar - not found
-- Checking for module 'tar'
-- Found LIBTAR: /opt/local/lib/libtar.dylib
-- Checking for module 'archive'
CMake Error at /Applications/CMake 
2.8-0.app/Contents/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70
 
(MESSAGE):
   Could NOT find LIBARCHIVE (missing: LIBARCHIVE_INCLUDE_DIR)
Call Stack (most recent call first):
   cmake/FindHelper.cmake:46 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
   CMakeLists.txt:95 (FIND_HELPER)



------------------------------------------------------------------------------
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