On Friday 30 June 2006 06:44, Tanner Lovelace wrote: > Greetings, > > After a small hiatus and a new laptop, I'm again looking at KDE > on native mac and I had a few questions about several modules > in kdebase. In trying to build kdebase under OS X, I had problems > with > > runtime/kstart/ > kpager/ > nsplugins/ > > Looking at all three of these, they seemed to be pretty X11 > centric. Am I correct in assuming this and would it be appropriate > to therefore surround their add_subdirectory statments > in the CMakeLists.txt one level up with > > if (Q_WS_X11) > endif (Q_WS_X11)
Yes indeed. > If so, I'll go ahead and check in my changes. > > By not building those three directories, I was able to get > kdebase building on OS X and I got a few applications > running. Here are some screenshots I took: > > http://www.flickr.com/photos/clubjuggler/sets/72157594182079271/ Cool ;) > Kate worked pretty well. Konqueror worked ok, but > it was EXTREMELY slow and not everything was correct. > Konsole worked except that control characters didn't > work. Konqueror also tried to bring up the kwallet setup > dialog a couple of times and for some reason it was > sized at twice my screen width! and resisted me making > it smaller. I canceled it once, but then tried to go through it > the second time it came up but neither the password fields > nor the Finish button at the end would come un-greyed. I fixed the lack of wordwrap in the kwallet dialog already, but maybe only in trunk, not sure if I backported that to kdelibs snapshot. -- David Faure, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
