I sadly didnt make a copy of the message, since I just looked up which version still hat the libgnutils-config script. But it simply was telling me that this was missing, and told me to install it. So I tried a few versions untill I found one that would generate that script so I could use it. Now however, I am sure it will work even without, since I now have pkg-config. My bet is, that you should make pkg-config a dependency, simply to avoid confusions like that. Am 28.11.2013 um 14:05 schrieb David Chisnall <[email protected]>:
> 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
