gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

troubles compiling libobjc2


From: Riccardo Mottola
Subject: troubles compiling libobjc2
Date: Wed, 12 Jun 2013 10:27:12 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1

Hi,

since libobjc2 is using non-standard tools, I have some troubles setting it up and updating it. I'm on FreeBSD and I need to use the compiler from ports, not the system one. The compiler works, i have all GS built with it. If I use "gmake" I am still able to build everything even if it is deprecated.


Thus I do as the deprecation notice suggests:

cmake .. -DCMAKE_C_COMPILER=/usr/local/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/bin/clang++


this is my output:

-- The C compiler identification is Clang 3.4.0
-- The CXX compiler identification is Clang 3.4.0
-- Check for working C compiler: /usr/local/bin/clang
-- Check for working C compiler: /usr/local/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/bin/clang++
-- Check for working CXX compiler: /usr/local/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- The ASM compiler identification is Clang
-- Found assembler: /usr/local/bin/clang
CMake Error at /usr/local/share/llvm/cmake/LLVMConfig.cmake:160 (include):
  include could not find load file:

    LLVM-Config
Call Stack (most recent call first):
  CMakeLists.txt:123 (find_package)


-- Untested version of LLVM (3.4svn) found.
-- Disabling LLVM options unless explicitly enabled.
-- No C++ runtime library found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not 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
-- GNUstep install type set to LOCAL
-- Configuring incomplete, errors occurred!


Where is the issue? Thanks.

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]