Re: [Fink-users] Building kdelibs4-mac

2009-12-06 Thread Fabio
I forgot to say that some credits also go to this guy: http://code.google.com/p/shortcutrecorder/issues/detail?id=31 About the compilation error at 50%, just add the following lines: #ifdef __APPLE__ #include #endif on top of file "discovery.cpp". Fabio Le 6 déc. 2009 à 11:52, Fabio a écrit

Re: [Fink-users] Building kdelibs4-mac

2009-12-06 Thread Fabio
Jon Connell Said: Anyway, now I'm stuffed: [ 17%] Building CXX object kdeui/CMakeFiles/kdeui.dir/util/ kkeyserver_mac.o /sw64/src/fink.build/kdelibs4-mac-4.2.4-2/kdelibs-4.2.4/kdeui/util/ kkeyserver_mac.cpp: In function ‘void KKeyServer::updateScancodes()’: /sw64/src/fink.build/kdelibs4-mac-

[Fink-users] Building kdelibs4-mac

2009-09-28 Thread Jon Connell
I've been building kdelibs4 on 10.6 (64-bit) and I'm making some progress. The first problem is that cmake incorrectly detects the existence of fdatasync (rather than fsync) so compilation fails early on in kdecore. Removing the HAVE_FDATASYNC #define from config.h after the configure runs fixe