From kde-devel Wed Mar 01 02:53:15 2006 From: Craig Howard Date: Wed, 01 Mar 2006 02:53:15 +0000 To: kde-devel Subject: Re: Compile error in trunk/kdebase Message-Id: <200602281853.15655.kde () choward ! ca> X-MARC-Message: https://marc.info/?l=kde-devel&m=114119261115645 On Tuesday 28 February 2006 13:13, Michael Pyne wrote: > On Tuesday 28 February 2006 15:59, Michael Pyne wrote: > > Yes, and it might be the easiest route for now since this is one of the > > few times where kdesvn-build doing the right thing automatically is > > non-trivial. > > One thing I just thought of is that kdesvn-build still doesn't run make > install for Qt 4. > > I was going to try to be all fancy and l33t and auto-detect between Qt 4 > and 3, but I may just resort to making it configurable unless someone has a > good idea how to programmatically determine between a Qt 3 and a Qt 4 > qt-copy. Parse the output of svn info for the qt-copy dir? The svn location is something that we control. On a KDE 3.5 checkout: ; svn info qt-copy | grep 'URL:.*branches/qt/3\.' URL: svn://anonsvn.kde.org/home/kde/branches/qt/3.3/qt-copy ; echo $? 0 On a KDE 4.0 checkout: ; svn info qt-copy | grep 'URL:.*branches/qt/3\.' ; echo $? 1 -- Craig Howard craig@choward.ca Software Engineer - Amazon.com BMath CompSci - University of Waterloo >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<