mac build issues

Richard richardmg at trolltech.com
Mon Jun 18 13:57:08 CEST 2007


Matthias:

With the new .pro file, I'm almost able to build it on mac straight  
out of the repository.
But the qdbus stuff is still present. Needed to remove the following  
to make it build:

==== audiooutput.cpp ====
23c23
< #include "audiooutputadaptor.h"
---
 > //#include "audiooutputadaptor.h"
45,46c45,46
<     new AudioOutputAdaptor(this);
<     for (int i = 0; !QDBusConnection::sessionBus().registerObject("/ 
AudioOutputs/" + QString::number(i), this); ++i);
---
 > //    new AudioOutputAdaptor(this);
 > //    for (int i = 0; !QDBusConnection::sessionBus().registerObject 
("/AudioOutputs/" + QString::number(i), this); ++i);


====  factory.cpp ====
104,105c104,105
<     QDBusConnection::sessionBus().connect(QString(), QString(),  
"org.kde.Phonon.Factory",
<             "phononBackendChanged", this, SLOT(phononBackendChanged 
()));
---
 > //    QDBusConnection::sessionBus().connect(QString(), QString(),  
"org.kde.Phonon.Factory",
 > //            "phononBackendChanged", this, SLOT 
(phononBackendChanged()));



(BTW: I still got no svn account, waiting on kde sysadm)

Richard Moe Gustavsen
System Engineer, Trolltech ASA
richardmg @ trolltech.com
Oslo, Norway




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/phonon-backends/attachments/20070618/204ffd2c/attachment.html 


More information about the Phonon-backends mailing list