discuss-gnustep
[Top][All Lists]
Advanced

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

libobjc2-1.7 appearently has a syntax error


From: Kevin Ingwersen
Subject: libobjc2-1.7 appearently has a syntax error
Date: Thu, 28 Nov 2013 13:15:10 +0100

Hey!

I have just figured out how I can, in an environment, disable Apple’s libobjc 
in order to build an own one for GNUstep. When trying to cmake it, I get this:

 CMake Error at 
/Applications/drag0n/drag0n.app/Contents/System/usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:279
 (message):
   A required package was not found
 Call Stack (most recent call first):
   
/Applications/drag0n/drag0n.app/Contents/System/usr/local/share/cmake-2.8/Modules/FindPkgConfig.cmake:333
 (_pkg_check_modules_internal)
   CMakeLists.txt:99 (pkg_check_modules)



 CMake Error at CMakeLists.txt:310 (install):
   install TARGETS given no LIBRARY DESTINATION for shared library target
   "objc“.

Which is:

310: install(TARGETS ${INSTALL_TARGETS}
311:            LIBRARY DESTINATION ${LIB_INSTALL_PATH}
312:            ARCHIVE DESTINATION ${LIB_INSTALL_PATH})

Any idea what it’s telling me here?


reply via email to

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