On Mon, 23 Jun 2008 18:48:14 +0200, Martin Wilke wrote: > On Mon, Jun 23, 2008 at 11:17:30AM -0400, Thomas Abthorpe wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On Monday 23 June 2008 05:05:05 Andrew wrote: > > > First attempt at a build two days ago on a amd64 7.0-RELEASE GENERIC > > > kernel with ports-cur had this same result as today's effort: > > > > > > /usr/ports/x11/kdelibs4/work/kdelibs-4.0.80/phonon/lockfreequeue.cpp:21 > > >7 instantiated from here > > > /usr/local/include/QtCore/qatomic_generic.h:227: error: lvalue required > > > as unary '&' operand > > > *** Error code 1 > > > > > > Stop in /usr/ports/x11/kdelibs4/work/kdelibs-4.0.80/build. > > > *** Error code 1 > > > _______________________________________________ > > > kde-freebsd mailing list > > > [email protected] > > > https://mail.kde.org/mailman/listinfo/kde-freebsd > > > > I am getting a different error all together, > > > > /work/a/ports/x11/kdelibs4/work/kdelibs-4.0.80/kdeui/kernel/kapplication. > >cpp:838: error: invalid use of incomplete type 'struct QSessionManager' > > /usr/local/include/qt4/QtGui/qapplication.h:70: error: forward > > declaration of 'struct QSessionManager' > > *** Error code 1 > > > > Log at > > http://goodking.goodking.ca/tb/index.php?action=failed_buildports&build=7 > >-FreeBSD-area51 > > Your problem is Different > > /work/a/ports/x11/kdelibs4/work/kdelibs-4.0.80/kdeui/kernel/kapplication.cp >p:329:2: error: #error QT_NO_SESSIONMANAGER was set, this will not compile. > Reconfigure Qt with Session management support. > > Someone broke the build with sessionmanager default on, > > After looking in your qt4-corelib buildlog, > > http://goodking.goodking.ca/tb/logs/7-FreeBSD-area51/qt4-corelib-4.4.0.log > > is session manager disabeld, > > I think Max make this mistake with this commit here: > > http://mail.kde.org/pipermail/kde-freebsd/2008-June/002537.html > > Max could you please fix this? > > - Martin
The problem is not with disabled session management, but with qconfig.h from QtCore -- my fault :( Fixed. Max _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd
