Have you truncated the error message? I'd expect the error that says that a required package was not found to be after something telling you which package was not found...
David On 28 Nov 2013, at 12:15, Kevin Ingwersen <[email protected]> wrote: > 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 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
