|
From: | Riccardo Mottola |
Subject: | Re: Problems building gnustep-base on Ubuntu Linux with clang/llvm-3.7 |
Date: | Sun, 27 Sep 2015 23:27:30 +0200 |
User-agent: | Mozilla/5.0 (Windows NT 6.0; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35 |
Hi, David Lobron ha scritto:
mkdir Build; cd Build; cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ This resulted in the following error: -- Untested version of LLVM (3.8.0svn) found. -- Disabling LLVM options unless explicitly enabled. -- No C++ runtime library found -- GNUstep install type set to NONE CMake Error at CMakeLists.txt:310 (install): install TARGETS given no LIBRARY DESTINATION for shared library target "objc".
I built the svn versionof libobjc2 from our repository without problems, however the compiler in my OS is older. Try downgrading to an older llvm version? Apparently 3.8.0svn isn't expected.
I'm just guessing, but worth a try. Riccardo
[Prev in Thread] | Current Thread | [Next in Thread] |