Re: [KDE/Mac] KDE4/KF5 "cohabitation"

2016-01-13 Thread Jeremy Whiting
Yeah, not expected to be. If they are that's a bonus I guess, but not expected. On Wed, Jan 13, 2016 at 2:05 PM, René J.V. wrote: > On Wednesday January 13 2016 10:53:49 Jeremy Whiting wrote: > >> Yes exactly, once an application has been released based on Qt5/KF5 i

Re: [KDE/Mac] KDE4/KF5 "cohabitation"

2016-01-13 Thread Jeremy Whiting
Yes exactly, once an application has been released based on Qt5/KF5 it shouldn't be coinstallable with the same application that is Qt4/kdelibs4 based. Most (and eventually all) kf5 based applications include a settings/config migrator that migrates settings from kdelibs4 locations to kf5 locations

Re: [KDE/Mac] KDE4/KF5 "cohabitation"

2016-01-13 Thread Jeremy Whiting
Hey, just some suggestions. On Wed, Jan 13, 2016 at 8:54 AM, wrote: > Hello, > >> I'm sure you've noticed that I'm making progress with ports for KF5. Maybe I >> should have asked your opinion on how to approach this (if so, apologies >> that I didn't), but I would like to know your thoughts o

Re: [KDE/Mac] Cross-platform with kdeinit5, klauncher5, kded5 and friends

2015-02-11 Thread Jeremy Whiting
Ian, I took a look at kdelibs4 in macports and https://trac.macports.org/browser/trunk/dports/kde/kdelibs4/files/workaround-kdeinit4-crash.patch looks particularly interesting to what we are trying to fix here. Especially it's use of a separate executable (helperExe) to launch klauncher with. If y

Re: [KDE/Mac] Cross-platform with kdeinit5, klauncher5, kded5 and friends

2015-02-11 Thread Jeremy Whiting
On Wed, Feb 11, 2015 at 4:31 PM, René J.V. wrote: > On Wednesday February 11 2015 16:02:49 Jeremy Whiting wrote: > > Hi Jeremy, > > CC'ing this to macports-dev as there may be someone there who can give > some background and a proper solution. > > > In Console.app

Re: kbuildsycoca5/kded5 weirdness on OSX

2015-01-29 Thread Jeremy Whiting
I see kbuildsycoca5 takes seconds on linux. Minutes on OS X, similar output on the terminal on both though. A good profiler would help to see what it's doing. (or I can look at the code itself and add some debug information). Does anyone on this list know of a good profiler for osx? In answer to

Re: Building Qt 5 on OS X with DBus

2015-01-06 Thread Jeremy Whiting
Heh, only the one .h file is under /opt/local/lib, seems it should be by the other dbus header files, no? On Tue, Jan 6, 2015 at 3:42 PM, Jeremy Whiting wrote: > Heh, the header files are under /opt/local/lib, yeah, that makes sense... > Thanks, I'll try with those. > > On Tue,

Re: Building Qt 5 on OS X with DBus

2015-01-06 Thread Jeremy Whiting
Heh, the header files are under /opt/local/lib, yeah, that makes sense... Thanks, I'll try with those. On Tue, Jan 6, 2015 at 3:38 PM, Brandon Allbery wrote: > On Tue, Jan 6, 2015 at 5:16 PM, Jeremy Whiting wrote: > >> When I try to build Qt 5.4 with -dbus-linked using dbus

Re: [KDE/Mac] Building Qt 5 on OS X with DBus

2015-01-06 Thread Jeremy Whiting
And dbus from homebrew has the missing dbus-arch-deps.h file I guess ? I'd rather stick with one distro for now, though I may experiment with homebrew/fink some time later on. On Tue, Jan 6, 2015 at 3:22 PM, Allen Winter wrote: > On Tuesday, January 06, 2015 03:16:00 PM Jeremy Whiti

Building Qt 5 on OS X with DBus

2015-01-06 Thread Jeremy Whiting
Hello all, When I try to build Qt 5.4 with -dbus-linked using dbus from macports it seems I have to specify -I/opt/local/include/dbus-1.0 but it still can't configure because dbus's /opt/local/include/dbus-1.0/dbus/dbus.h includes which isn't installed by the dbus macport somehow. I guess this is

Re: [KDE/Mac] Getting started on Mac OS X

2015-01-06 Thread Jeremy Whiting
On Tue, Jan 6, 2015 at 2:32 AM, René J.V. wrote: > On Tuesday January 06 2015 14:36:22 Ian Wadham wrote: > > >BTW Xcode, Apple's IDE, has quite a good facility for searching and > browsing > >Apple developers' documentation and is a pre-requisite for MacPorts (not > for > >the IDE, but for the sy

Re: Linking issues on OSX Mavericks

2014-12-03 Thread Jeremy Whiting
Perfect that solved the linking issue. Thanks On Dec 3, 2014 5:42 PM, "Clemens Lang" wrote: > Hi, > > - On 4 Dec, 2014, at 00:20, Jeremy Whiting jpwhit...@kde.org wrote: > > > nm on the .dylib shows the symbols that the linker says are missing. > file on

Linking issues on OSX Mavericks

2014-12-03 Thread Jeremy Whiting
Hello list, In discussion with Marko Käning I've been trying to get kde frameworks (aka kf5) to build on mac osx mavericks by using kdesrc-build which is a perl script that runs cmake, make and make install with some additional options specified. With the help of macports for most dependencies I'm