On 2/1/2013 10:27 AM, Hanspeter Niederstrasser wrote: > On 2/1/2013 7:52 AM, Andrea Brivio wrote: >> Good afternoon >> I'm installing mediatomb on Mountain Lion 10.8.2 via fink. >> The installation hangs compiling taglib and taglib-shlibs. >> I have done selfupdate e maxjobs to 1 but installation fails. >> Attached you'll find the console logs. > > Please don't use attachments to post build logs. It makes it difficult > to actually track the error and reply to the relevant parts. Just copy > and paste the text around the error text. > > I get the same error on 10.7/xcode 4.6: > > -- The CXX compiler identification is Clang 4.2.0 > CMake Error at /sw/share/cmake-2.8/Modules/Platform/Darwin.cmake:190 > (message): > CMAKE_OSX_DEPLOYMENT_TARGET is '10.7' but CMAKE_OSX_SYSROOT: > > "/" > > is not set to a MacOSX SDK with a recognized version. Either set > CMAKE_OSX_SYSROOT to a valid SDK or set CMAKE_OSX_DEPLOYMENT_TARGET to > empty. > Call Stack (most recent call first): > /sw/share/cmake-2.8/Modules/CMakeSystemSpecificInformation.cmake:36 > (include) > CMakeLists.txt:1 (project) > > > -- Configuring incomplete, errors occurred! > > taglib worked back in May, so I downgraded to cmake-2.8.8-1 and the > taglib build worked. Bug in cmake or is taglib doing something stoopid > (my vote on cmake not understanding new SDK locations)? There's a newer > taglib that I will try building and see if it works with new cmake.
Further digging found that taglib (or rather kde4-buildenv) sets -DCMAKE_OSX_SYSROOT:PATH=/ and this makes cmake unhappy. Testing options to make cmake no longer unhappy. Hanspeter ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
