From kde-mac Thu Dec 25 11:16:49 2008 From: =?ISO-8859-1?Q?Jonas_B=E4hr?= Date: Thu, 25 Dec 2008 11:16:49 +0000 To: kde-mac Subject: Re: [KDE/Mac] packaging monkey reporting in - 4.2 beta2 is go! Message-Id: <9F2BB873-1D04-4A4C-8B5D-FE9E23230370 () web ! de> X-MARC-Message: https://marc.info/?l=kde-mac&m=123020386231876 Am 24.12.2008 um 02:03 schrieb O: > On Tue, Dec 23, 2008 at 7:45 PM, Leo Franchi wrote: >> On 23 Dec 2008, at 18:24, Jonas Bähr wrote: >> >>> Hi, >>> >>> Am 22.12.2008 um 02:55 schrieb Orville Bennett: >>> >>>> Well, sorta. Some beta2 port files added to macports today. >>>> kdelibs4-devel >>> >>> After upgrading automoc kdelibs4-devel compiles but kdeui refuses to >>> link because of the undefined symbols "mac_initialize_dbus()" and >>> "mac_fork_and_reexec_self()". >>> These symbols are in kdecore.5.2.0.dynlib (I checked with nm and got >>> the names C++ mangled) and the link-command below should also search >>> in "../lib/libkdecore.5.2.0.dylib". >>> >>> At a first glance it *should* work, but it doesn't... >>> How did you manage to compile this? My system is Mac OS X 10.5.6 on >>> intel, gcc-4.2, cmake-2.6.2 >> >> >> You'll need to patch two CMakeLists. Patch is at the end of this blog >> post: >> >> http://illogic-al.org/blog/apple-gcc-and-you >> >> leo >> >> --- >> Leo Franchi (650) 704 3680 >> Tufts University 2010 >> >> lfranchi@kde.org >> leonardo.franchi@tufts.edu >> >> _______________________________________________ >> kde-mac@kde.org >> List Information: https://mail.kde.org/mailman/listinfo/kde-mac >> KDE/Mac Information: http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X >> > > I should have these patches uploaded by the end of the night, but no > promises. I first had some trouble patching files from the Portfile. The problem was that port tries to patch the files out of the build directory, which does not exists at this phase. The solution was to create the build-dir in the post-extraction hook instead of pre-configure. > > > -- > > P. J. O'Rourke - "Cleanliness becomes more important when godliness > is unlikely." > _______________________________________________ > kde-mac@kde.org > List Information: https://mail.kde.org/mailman/listinfo/kde-mac > KDE/Mac Information: http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X _______________________________________________ kde-mac@kde.org List Information: https://mail.kde.org/mailman/listinfo/kde-mac KDE/Mac Information: http://techbase.kde.org/index.php?title=Projects/KDE_on_Mac_OS_X