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?
_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to