Hmm, it sounds like you've got LLVM incorrectly installed. It's finding the LLVMConfig.cmake file, but not one of the files that it refers to. I'll try to make this a bit more robust: previously I'd only considered the cases where you had LLVM's cmake stuff installed or didn't have it installed, not the case where you had half of it installed.
David On 12 Jun 2013, at 09:27, Riccardo Mottola <[email protected]> wrote: > 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 > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev -- Sent from my brain _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
