Re: branches/KDE/4.4/kdenetwork/kopete

2010-02-23 Thread Matt Rogers
On Tuesday 23 February 2010 17:38:18 David Faure wrote: > On Thursday 18 February 2010, Frank Schaefer wrote: > > SVN commit 1092225 by fschaefer: > > > > Make libv4l mandatory on Linux > > > > Too many devices are not working properly without it. > > See discussion on the kopete-devel-mailinglis

Re: [kopete-devel] kdenetwork - unnecessary find_package(KdepimLibs REQUIRED)

2009-10-29 Thread Matt Rogers
On Thursday 29 October 2009 08:59:12 Maciej Mrozowski wrote: > On Wednesday 28 of October 2009 21:53:00 Urs Wolfer wrote: > > On Wednesday 28 October 2009 18:47:38 Alexander Neundorf wrote: > > > On Wednesday 28 October 2009, Matt Rogers wrote: > > > > On Tuesday 2

Re: [kopete-devel] kdenetwork - unnecessary find_package(KdepimLibs REQUIRED)

2009-10-27 Thread Matt Rogers
On Tuesday 27 October 2009 19:33:54 Maciej Mrozowski wrote: > On Thursday 22 of October 2009 18:44:15 Alexander Neundorf wrote: > > Sorry for a lag. > > > +if(INSIDE_KDENETWORK) > > > > + find_package(KdepimLibs REQUIRED) > > + include_directories(${KDEPIMLIBS_INCLUDE_DIR}) > > + > > +else(IN

Re: Broken compilation of KDENetwork module for excessive period of time due to Kopete

2009-10-10 Thread Matt Rogers
On Wednesday 07 October 2009 17:36:26 Ben Cooksley wrote: > Hello list, > > Since commit 1010594, I have been unable to build the KDENetwork > module, due to changes to the Kopete WLM plugin. > This is because the changes included an addition to the dependencies, > but the CMake find file for this

Re: Reduced link interface - now for real

2008-12-03 Thread Matt Rogers
On Tue, Dec 02, 2008 at 10:17:36AM +0100, Alexander Neundorf wrote: > Hi, > > one question to the packagers: do we need the reduced link interface also > for "internal" shared libraries, e.g. libraries within kdebase, as e.g. > libkonq, or libkopete in kdenetwork ? > I mean, there are only few a

Re: kdesupport/decibel

2008-11-10 Thread Matt Rogers
On Monday 10 November 2008 18:06:12 Matthew Woehlke wrote: > Alexander Neundorf wrote: > > On Tuesday 11 November 2008, Matthew Woehlke wrote: > >> Alexander Neundorf wrote: > > > > ... > > > >>> I just saw the patch. So yes, try to stay consistent within the file, > >>> lowercase is preferred. > >

Re: Can't configure kdevelop, unable to find kdevplatform

2008-10-28 Thread Matt Rogers
On Tuesday 28 October 2008 13:28:38 Matthew Woehlke wrote: > Matthew Woehlke wrote: > > This looks to be caused by the simplification of FindKDevPlatform 9 days > > ago (I don't think I've built since then, anyway). > > > > It seems that, unlike the Find's for automoc, strigi, etc, > > FindKDevPlat

Re: Mac Experimental builds on dashboard

2008-09-03 Thread Matt Rogers
On Sep 3, 2008, at 1:20 PM, Alexander Neundorf wrote: > On Tuesday 26 August 2008, Matt Rogers wrote: >> Hi, >> >> I've started posting Experimental builds to the dashboard when I >> rebuild kdelibs on OS X. I'll also start submitting Experimental >> b

Mac Experimental builds on dashboard

2008-08-25 Thread Matt Rogers
Hi, I've started posting Experimental builds to the dashboard when I rebuild kdelibs on OS X. I'll also start submitting Experimental builds from my Linux VM when I rebuild there as well. Are there other dashboards for kde modules? Thanks -- Matt

make FindQCA.cmake use frameworks on Mac

2008-08-15 Thread Matt Rogers
Hi, Attached is a patch that allows QCA2 to be detecting via framework if running on Mac OS X and you used the qca 2.0.0 install for Mac rather than compiling it yourself. Please review and CC me on any replies (i'm not on the list). Since people are still coming back from akademy, I'll w

Re: [Kde-pim] Move FindKdeSubversion to *libs.

2008-02-10 Thread Matt Rogers
On Sunday 10 February 2008 10:47:36 am Allen Winter wrote: > On Saturday 09 February 2008 16:37:37 Tom Albers wrote: > > Hi, > > > > Can we move FindKdeSubversion.cmake to kdepimlibs ? > > If we expect to need it in kdepimlibs, then yes. > > > Or even better kdelibs > > - but that means we need to

Re: [CMake] cmake 2.4.8 RC 9

2008-01-02 Thread Matt Rogers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 2, 2008, at 10:11 AM, Alexander Neundorf wrote: > Hi, > > it would be nice if somebody besides me could give CMake 2.4.8 RC9 > a try. > This will be the last CMake 2.4.x release and as such it would > really suck if > it would have a probl

Re: Some libraries are not found without LD_LIBRARY_PATH mangling

2007-11-06 Thread Matt Rogers
On Tuesday 06 November 2007 07:09:27 Thiago Macieira wrote: > Em Tuesday 06 November 2007 13:49:49 Matt Rogers escreveu: > > btw, I install KDE as a user and I don't run into this problem. My > > LD_LIBRARY_PATH is empty and my ld.so.conf doesn't contain the place > &g

Re: Some libraries are not found without LD_LIBRARY_PATH mangling

2007-11-06 Thread Matt Rogers
On Tuesday 06 November 2007 07:21:33 Andras Mantia wrote: > On Tuesday 06 November 2007, you wrote: > > btw, I install KDE as a user and I don't run into this problem. My > > LD_LIBRARY_PATH is empty and my ld.so.conf doesn't contain the place > > where I installed KDE to, so not everyone is affect

Re: Some libraries are not found without LD_LIBRARY_PATH mangling

2007-11-06 Thread Matt Rogers
On Tuesday 06 November 2007 03:42:06 Andras Mantia wrote: > On Tuesday 30 October 2007, Thiago Macieira wrote: > > Discussion moved from kde-core-devel. Link to thread: > > http://lists.kde.org/?t=11934324191&r=1&w=2 > > So let's get back here: was anything done regarding this issue, namely > h

Re: make install

2007-10-03 Thread Matt Rogers
On Wednesday 03 October 2007 15:33:56 Brad King wrote: > Brad King wrote: > > Andreas Hartmetz wrote: > >> which I haven't readbecause you need an account to read bug reports > >> (what were they thinking???). > > > > Our old bug tracker was cracked (spammed even without account). The > > current

Re: automoc support for private headers

2007-09-24 Thread Matt Rogers
On Monday 24 September 2007 06:19:50 am Matthias Kretz wrote: > Hi, > > I'd like to make kde4automoc look for Q_OBJECT macros in private headers > automatically. This is very convenient as it just makes everything work > automatically (I was putting Q_OBJECT macros in _p.h files in > playground/mul

Re: kdelibs/kjs/CMakeLists.txt

2007-09-23 Thread Matt Rogers
On Sunday 23 September 2007 17:51:17 Andreas Pakulat wrote: > On 23.09.07 16:58:37, Matt Rogers wrote: > > On Sunday 23 September 2007 13:50:47 Allen Winter wrote: > > > Howdy, > > > > > > I'm using cmake from cvs and it found a problem in > > &g

Re: kdelibs/kjs/CMakeLists.txt

2007-09-23 Thread Matt Rogers
On Sunday 23 September 2007 13:50:47 Allen Winter wrote: > Howdy, > > I'm using cmake from cvs and it found a problem in > kdelibs/kjs/CMakeLists.txt: > > Warning: Source file > "/data/kde/trunk/KDE/kdelibs/build-gcc/kjs/kjs_automoc.cpp" is listed > multiple times for target "kjs". > > I think this

Re: Adding xml output to QTest unit tests, in order to produce a more readable report.

2007-08-31 Thread Matt Rogers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 31, 2007, at 10:34 AM, Thibault wrote: > No, this patch produce the xml output variant of QTestLib. The log is > save in a file named .tml. > > -- I'm afraid that doesn't work for me then. I don't want XML output all the time. In fact, I'

Re: Adding xml output to QTest unit tests, in order to produce a more readable report.

2007-08-31 Thread Matt Rogers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 31, 2007, at 9:33 AM, Allen Winter wrote: > On Friday 24 August 2007 9:20:51 am Thibault wrote: >> Hello everybody, >> >> This patch add parameters to unit tests that use QTestLib Framework. >> In the case that the developer use QTestLib for h

Re: Providing FindFoo.cmake for a kde module "foo"

2007-07-08 Thread Matt Rogers
On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: > Hi, > > due to a problem (I'd call it a bug actually) in cmake its not > possible > to install 2 kde modules where one depends on the other into separate > directories (and separate directories from kdelibs). For packaging KDE > module's howe

Re: playground/devtools/kdevelop4-extra-plugins/python/parser

2007-07-05 Thread Matt Rogers
On Jul 5, 2007, at 6:01 PM, Andreas Pakulat wrote: > SVN commit 684033 by apaku: > > Add -fPIC, that seems to be the only option to use a static lib in > a plugin on > 64Bit platforms > > CCing kde-buildsystem because I'm not sure this is the right thing > to do. > Making it a shared library

Re: make KDE4_AUTOMOC compatible to qmake

2007-07-01 Thread Matt Rogers
On Jul 1, 2007, at 3:19 PM, Matthias Kretz wrote: > On Friday 29 June 2007, Alexander Neundorf wrote: >> On Thursday 28 June 2007 11:20, Matthias Kretz wrote: >>> after that it seems to work, at least my stuff. Here's an error I >>> didn't >>> look into: >>> Scanning dependencies of target glob

Re: Source not regenerated after new kconfig_compiler executable

2007-05-22 Thread Matt Rogers
On May 22, 2007, at 2:13 PM, Christian Ehrlicher wrote: > David Faure schrieb: >> On Tuesday 22 May 2007, Christian Ehrlicher wrote: >>> Hi, >>> >>> Don't know if it's intended or a bug in the dependency chain. The >>> output from kconfig_compiler is not regenerated after I installed >>> a ne

Re: make test doesn't build tests

2007-04-15 Thread Matt Rogers
On Apr 15, 2007, at 2:52 PM, Andreas Pakulat wrote: > Hi, > > using the kde4_add_test macro works pretty well, except that > calling the > test target doesn't build the tests. I talked to Thiago about this on > IRC and he said that the problem could be that exclude_from_all also > does exclude_

Re: CHECK_SYMBOL_EXISTS() on FreeBSD

2007-03-13 Thread Matt Rogers
On Mar 13, 2007, at 3:38 PM, Allen Winter wrote: > Howdy, > > In FindQt4.cmake, there is this command > > CHECK_SYMBOL_EXISTS(Q_WS_X11 "QtCore/qglobal.h" Q_WS_X11) > > that I don't think is working with cmake v2.4.6 on FreeBSD 6.2-STABLE > > In CMakeCache. txt I see > Q_WS_X11:INTERNAL= > when it

Re: picking up wrong version of some kde libs

2007-01-27 Thread Matt Rogers
On Jan 28, 2007, at 12:03 AM, Brad Hards wrote: > I'm seeing some weird behaviour with cmake picking up the wrong > versions of > two libraries: libkwalletclient.so and libktexteditor.so. > Everything else gets > picked up from my KDE 4 install directory, but those two get picked > up from

Re: Do we trust pkg-config or not?

2006-12-09 Thread Matt Rogers
On Friday 08 December 2006 23:40, Brad Hards wrote: > I note that there are a number of modules that have a > construct like: > > INCLUDE(UsePkgConfig) > > IF (NOT WIN32) > PKGCONFIG(qca _Qca2IncDir _Qca2LinkDir _Qca2LinkFlags _Qca2Cflags) > > MESSAGE(STATUS "pkg-config returned ${_Qca2

Re: shell wrappers for windows not using the proper paths

2006-12-05 Thread Matt Rogers
Alexander Neundorf wrote: > On Tuesday 05 December 2006 07:01, Christian Ehrlicher wrote: >> Matt Rogers schrieb: >>> Hi, >>> >>> I've been trying to compile kdelibs with MSVS for about the past month >>> or so now, and the one thing that's a

shell wrappers for windows not using the proper paths

2006-12-04 Thread Matt Rogers
Hi, I've been trying to compile kdelibs with MSVS for about the past month or so now, and the one thing that's always tripped me up was being unable to compile the kdewidgets project. I had a look at the shell wrapper for makekdewidgets and noticed that it didn't include paths for the kdewin32

Re: problems on dashboard with spaces in path

2006-10-11 Thread Matt Rogers
On Wednesday 11 October 2006 08:20, Brad King wrote: > Matt Rogers wrote: > > I'm attempting to resurrect the linux kde dashboard I ran. I have a space > > in the path to the dashboard and it appears to be causing some problems. > > The setup file I'm using is on t

problems on dashboard with spaces in path

2006-10-10 Thread Matt Rogers
Hi, I'm attempting to resurrect the linux kde dashboard I ran. I have a space in the path to the dashboard and it appears to be causing some problems. The setup file I'm using is on the dashboard, if somebody could look at it and make sure it looks good, I'd appreciate it. Thanks -- Matt

Re: KDE/kdelibs/cmake/modules

2006-09-28 Thread Matt Rogers
On Thursday 28 September 2006 06:33, Alexander Neundorf wrote: > SVN commit 589585 by neundorf: > > add some special logic so that changing CMAKE_INSTALL_PREFIX still changes > all other install locations, as long as they haven't been set explicitely > to some other location, as discussed with Volk

Re: build cmake against system libs

2006-09-09 Thread Matt Rogers
b. I created a > > hackish patch to make it build against the system version of those > > libraries. > > I think Matt Rogers already sent a similar patch to the cmake mailing list > some weeks ago. The CMake devs *want* to ship and link to their included > versions, so that

Re: qt-win-opensource-src-4.2.0-snapshot-20060824 does not build

2006-08-24 Thread Matt Rogers
On Thursday 24 August 2006 18:08, Mathew Yeates wrote: > first a warning > macro redefinition > command-line arguments : see previous definition of > 'QT_NO_GEOM_VARIANT' > > Then an error > link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no > /OUT:"..\bin\qmake.exe" > @C:\DOCUME~1\mat

linux dashboard down for the next few days

2006-08-17 Thread Matt Rogers
Hi, Just FYI, the linux dashboard will be down for the next few days while I try to sort out some possible hardware issues. It should be back up by the end of next week at the very latest. Thanks -- Matt ___ Kde-buildsystem mailing list Kde-buildsyst

Re: [SOLVED] Re: cmake 2.4.* does not create moc files in kdepimlibs

2006-08-12 Thread Matt Rogers
On Saturday 12 August 2006 17:05, Alexander Neundorf wrote: > On Saturday 12 August 2006 23:11, Friedrich W. H. Kossebau wrote: > ... > > > By digging for the last revision that builds, for example, and checking > > every single change to the first that doesn't. With some luck it was > > already th

Re: Why does konsole depend on kdepimlibs installation?

2006-08-07 Thread Matt Rogers
On Monday 07 August 2006 21:47, Adam Treat wrote: > So, I 'svn up' kdebase/apps/konsole and type make and cmake let's me know > that kdepimlibs isn't installed. Is this correct behavior? > > [EMAIL PROTECTED]:/home/kde/build/home/kde/trunk/KDE/kdebase/apps/konsole> > make -- Found Qt-Version 4.2.0

Re: MSVC dashboard

2006-07-21 Thread Matt Rogers
On Friday 21 July 2006 11:22, William A. Hoffman wrote: > At 11:02 AM 7/21/2006, William A. Hoffman wrote: > >At 06:42 AM 7/21/2006, Paulo Jorge Guedes wrote: > >>Hi, > >> > >>It's already working. Currently there are 25 errors. Should we wait to > >>fix them until we change the dash to nightly? >

Re: patch: c/cxxflags for static libraries

2006-07-10 Thread Matt Rogers
On Monday 10 July 2006 11:19, Alexander Neundorf wrote: > On Sunday 09 July 2006 17:54, Simon Hausmann wrote: > > Hi, > > > > static libraries have to be built PIC in order for them to be able to be > > linked into shared objects. > > Ok, but where do we need this ? > All uses of libtool convenienc

preparing KDevelop 4 for building on windows

2006-07-09 Thread Matt Rogers
Hi, I'd like to prepare KDevelop 4 for building on Windows. Is there a document or HOWTO that I can read that will get me started? ATM, i'm mostly concerned with making sure that the export macros are defined correctly. Thanks -- Matt ___ Kde-buildsys

Re: RFC: A Configure Wrapper

2006-07-02 Thread Matt Rogers
On Sunday 02 July 2006 08:04, Allen Winter wrote: > On Saturday 01 July 2006 18:35, Matt Rogers wrote: > > On Saturday 01 July 2006 21:39, Allen Winter wrote: > > > Howdy, > > > > > > Attached is a perl script that emulates the old configure program. > >

Re: RFC: A Configure Wrapper

2006-07-01 Thread Matt Rogers
On Saturday 01 July 2006 21:39, Allen Winter wrote: > Howdy, > > Attached is a perl script that emulates the old configure program. Pretty > straightforward so I don't think you need to be a perl expert to understand > it. > > It only supports a minimum set of the old options. More options can be

Is CMake from CVS safe to use?

2006-06-26 Thread Matt Rogers
Hi, Is CMake from CVS HEAD safe to use for compiling KDE? In addition to testing the progress generation, I wanted to do some other stuff with CMake using KDE as my testbed, but if it's not safe, I'll find something else. Thanks -- Matt ___ Kde-builds

Re: KDE/kdelibs/cmake/modules

2006-04-18 Thread Matt Rogers
On Tuesday 18 April 2006 06:22, David Faure wrote: > SVN commit 531000 by dfaure: > > More use of the cache; fixing previous commit to not recheck everytime when > something isn't available (e.g. agg for me). is there a way we can make it check if we've installed something that wasn't available b

Re: current svn for kdelibs broken

2006-04-11 Thread Matt Rogers
On Tue, Apr 11, 2006 at 12:53:46PM -0400, Bill Hoffman wrote: > > All the dashboards seem to be reporting the same problem: > > -- Found OPENEXR: > /usr/lib/libImath.so;/usr/lib/libIlmImf.so;/usr/lib/libIex.so;/usr/lib/libHalf.so > CMake Error: can not find file /home/kitware/Dashboards/My > Te

Re: dashboard tests not finding libkdecore.so.5.0.0

2006-04-10 Thread Matt Rogers
On Mon, Apr 10, 2006 at 02:02:16PM -0500, Matt Rogers wrote: > Hi, > > Currently, none of the tests on my dashboard site (matt.rogers.name) run > correctly because they can't find libkdecore.so.5.0.0. Do I need to make > adjustments to my dashboard setup or is this an

dashboard tests not finding libkdecore.so.5.0.0

2006-04-10 Thread Matt Rogers
Hi, Currently, none of the tests on my dashboard site (matt.rogers.name) run correctly because they can't find libkdecore.so.5.0.0. Do I need to make adjustments to my dashboard setup or is this an actual error in the buildsystem? Thanks -- Matt ___ Kd

Re: kdewidgets designer plugin not built correctly

2006-04-07 Thread Matt Rogers
On Friday 07 April 2006 15:45, Alexander Neundorf wrote: > On Friday 07 April 2006 22:23, Alexander Neundorf wrote: > > On Friday 07 April 2006 21:00, Alexander Neundorf wrote: > > > On Friday 07 April 2006 15:52, Matt Rogers wrote: > > > > Hi, > > > > &

kdewidgets designer plugin not built correctly

2006-04-07 Thread Matt Rogers
Hi, the kdewidgets.so library that hold all the kde widget plugins for use in designer is not being built correctly. There are several issues: 1. kdewidgets.cpp is not regenerated if makekdewidgets has to be rebuilt due to a change in the code or after a 'make clean' in the kdewidgets directory.

Re: small cmake benchmark

2006-04-05 Thread Matt Rogers
On Wednesday 05 April 2006 17:59, Dirk Mueller wrote: > Hi, > > I fixed the unsermake errors in kdelibs locally and ran > unsermake --compile-jobs=500 / make -j500 with cmake (over a big icecream > cluster). Enjoy. > > unsermake: > > real32m55.389s > user15m29.590s > sys 9m20.351s > > >

Re: making sure the right libraries are found

2006-04-04 Thread Matt Rogers
On Tue, Apr 04, 2006 at 02:43:39PM -0400, Brad King wrote: > Brad King wrote: > > Matt Rogers wrote: > > > >>When attempting to build kdevelop with an older version of the installed > >>library in the prefix, cmake/make/ld/whatever doesn't seem to pick up

Re: Doxy Generation (Was: [FEATURE REQUEST] CMake and Colors)

2006-04-03 Thread Matt Rogers
On Monday 03 April 2006 04:54, Adriaan de Groot wrote: > On Monday 03 April 2006 01:58, Allen Winter wrote: > > On Sunday 02 April 2006 19:48, you wrote: > > > He's already aware of it and i believe is in the process of decoupling > > > the doxygen stuff from the admin dir, but i could be wrong. An

Re: [FEATURE REQUEST] CMake and Colors

2006-04-02 Thread Matt Rogers
On Sunday 02 April 2006 16:38, Allen Winter wrote: > On Sunday 02 April 2006 14:21, David Faure wrote: > > On Friday 31 March 2006 21:20, Allen Winter wrote: > > > On Friday 31 March 2006 13:51, Alexander Neundorf wrote: > > > > On Friday 31 March 2006 20:38, Allen Winter wrote: > > > > > On Friday

Re: parallel compilation in the dashboards

2006-03-31 Thread Matt Rogers
On Friday 31 March 2006 13:08, William A. Hoffman wrote: > At 01:13 PM 3/31/2006, Matt Rogers wrote: > >Apparently, MAKECOMMAND doesn't have a whole lot of effect on things. > > You are correct, that was from the older style of scripts. > Try this: > > ... > S

Re: parallel compilation in the dashboards

2006-03-31 Thread Matt Rogers
On Friday 31 March 2006 11:21, William A. Hoffman wrote: > At 12:01 PM 3/31/2006, Matt Rogers wrote: > >On Friday 31 March 2006 10:04, William A. Hoffman wrote: > >> At 10:40 AM 3/31/2006, Matt Rogers wrote: > >> >On Friday 31 March 2006 09:35, William A. Hoffman w

Re: parallel compilation in the dashboards

2006-03-31 Thread Matt Rogers
On Friday 31 March 2006 10:04, William A. Hoffman wrote: > At 10:40 AM 3/31/2006, Matt Rogers wrote: > >On Friday 31 March 2006 09:35, William A. Hoffman wrote: > >> At 10:17 AM 3/31/2006, Matt Rogers wrote: > >> >and replying to myself: > >> > > &

Re: parallel compilation in the dashboards

2006-03-31 Thread Matt Rogers
On Friday 31 March 2006 09:35, William A. Hoffman wrote: > At 10:17 AM 3/31/2006, Matt Rogers wrote: > >and replying to myself: > > > >I'm attempting to override the MAKECOMMAND variable to add "-j4" in the > >CMakeCache.txt file for continuous builds, bu

Re: parallel compilation in the dashboards

2006-03-31 Thread Matt Rogers
On Friday 31 March 2006 08:02, Matt Rogers wrote: > Hi, > > I'm also fortunate enough to have 3 other machines here that i can use to > test parallel compilation across multiple machines. I'm using icecream for > this ATM. I think I've set things up the way they

Re: make -k not working

2006-03-31 Thread Matt Rogers
On Friday 31 March 2006 04:20, Thiago Macieira wrote: > Alexander Neundorf wrote: > >> Even without the flat build and starting compilation of the next > >> target's sources while the current one hasn't finished linking (which > >> means the compile farm starves for a while), cmake building of kdel

parallel compilation in the dashboards

2006-03-31 Thread Matt Rogers
Hi, I'm also fortunate enough to have 3 other machines here that i can use to test parallel compilation across multiple machines. I'm using icecream for this ATM. I think I've set things up the way they're supposed to be set up, but I don't seem to be seeing the effects. If someone would please

Re: nightly and continuous build setups

2006-03-31 Thread Matt Rogers
On Thursday 30 March 2006 22:51, Benjamin Reed wrote: > On 3/23/06, Matt Rogers <[EMAIL PROTECTED]> wrote: > > I have enough resources to do continuous builds and nightly builds here > > and was wondering if there was an easy way to get that set up? I've read > >

making sure the right libraries are found

2006-03-30 Thread Matt Rogers
Hi, When attempting to build kdevelop with an older version of the installed library in the prefix, cmake/make/ld/whatever doesn't seem to pick up the right library to use. Rather than using the library I just built, it uses the previously installed one. Here's the output from make: Linking CX

Re: make -k not working

2006-03-29 Thread Matt Rogers
On Wed, Mar 29, 2006 at 07:38:07PM +0200, Thiago Macieira wrote: > I've also noticed that make -k isn't working in the cmake builds. Whenever > it finds an error, it halts the compilation completely, instead of > ignoring (like I told it to). What's even more interesting, going to > another dire

Re: "Please create a separate build directory and run 'cmake path_to_kdelibs [options]' there."

2006-03-29 Thread Matt Rogers
On Wed, Mar 29, 2006 at 05:21:01PM +, Kurt Pfeifle wrote: > Hi, > > today (after a week or so not trying to compile), I get this error: > > [EMAIL PROTECTED]:~/KDE/build/kdelibs> cmake ../../kdelibs > kdelibs requires an out of source build. Please create a separate build \ >direc

Re: "Please create a separate build directory and run 'cmake path_to_kdelibs [options]' there."

2006-03-29 Thread Matt Rogers
On Wed, Mar 29, 2006 at 05:21:01PM +, Kurt Pfeifle wrote: > Hi, > > today (after a week or so not trying to compile), I get this error: > > [EMAIL PROTECTED]:~/KDE/build/kdelibs> cmake ../../kdelibs > kdelibs requires an out of source build. Please create a separate build \ >direc

Re: please verify: parallel builds are working now

2006-03-28 Thread Matt Rogers
On Tuesday 28 March 2006 15:23, William A. Hoffman wrote: > At 02:40 PM 3/28/2006, Tanner Lovelace wrote: > >On 3/28/06, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> I just successfully compiled kdelibs/ from trunk with "make -j4" on my > >> single processor machine. > >> Could

Re: KDE/kdelibs

2006-03-26 Thread Matt Rogers
On Sunday 26 March 2006 08:52, Alexander Neundorf wrote: > SVN commit 522727 by neundorf: > > don't remove files when making clean which have been created via FILE(WRITE > ...) or CONFIGURE_FILE() > > Alex > shouldn't they be removed and then regenerated on 'make' instead, or is that not the way

Re: Native support for CMake in KDevelop 4

2006-03-24 Thread Matt Rogers
On Thu, Mar 23, 2006 at 02:16:19PM -0500, Brad King wrote: > Alexander Neundorf wrote: > > On Thursday 23 March 2006 02:03, Matt Rogers wrote: > > > >>Hi, > >> > >>I'd like to start working on native CMake support for KDevelop 4. What I > >>

Re: changing the CMAKE_VERBOSE_MAKEFILES in ccmake has no effect.

2006-03-23 Thread Matt Rogers
On Thu, Mar 23, 2006 at 07:55:35PM +0100, David Faure wrote: > On Thursday 23 March 2006 19:34, William A. Hoffman wrote: > > At 01:33 PM 3/23/2006, Matt Rogers wrote: > > >Hi! > > > > > >If i use ccmake to configure the build and change > > >CMAK

Re: nightly and continuous build setups

2006-03-23 Thread Matt Rogers
On Thu, Mar 23, 2006 at 02:06:45PM -0500, William A. Hoffman wrote: > At 01:30 PM 3/23/2006, Matt Rogers wrote: > >On Thu, Mar 23, 2006 at 11:51:26AM -0500, William A. Hoffman wrote: > >> At 10:19 AM 3/23/2006, you wrote: > >> > >> > >> >just lin

changing the CMAKE_VERBOSE_MAKEFILES in ccmake has no effect.

2006-03-23 Thread Matt Rogers
Hi! If i use ccmake to configure the build and change CMAKE_VERBOSE_MAKEFILE to OFF, the setting has no effect and I have to manually edit the CMakeLists.txt file in order to turn off verbosity. Is this the intended effect? Thanks -- Matt ___ Kde-build

Re: nightly and continuous build setups

2006-03-23 Thread Matt Rogers
On Thu, Mar 23, 2006 at 11:51:26AM -0500, William A. Hoffman wrote: > At 10:19 AM 3/23/2006, you wrote: > > > >just linux. i don't have a seperate windows machine here to test on. > Hey cool, it worked, I can see your continuous build. What type > of machine is that? It built in 45 minutes? >

Re: nightly and continuous build setups

2006-03-23 Thread Matt Rogers
On Thu, Mar 23, 2006 at 09:13:51AM -0500, William A. Hoffman wrote: > At 08:49 AM 3/23/2006, you wrote: > > > > >cool! thanks! I've got them installed and run via a cron job. We'll see how > >it > >goes. :) > >-- > >Matt > > > You may want to try them by hand for the first run. It always se

Re: nightly and continuous build setups

2006-03-23 Thread Matt Rogers
On Thursday 23 March 2006 07:24, William A. Hoffman wrote: > At 12:32 AM 3/23/2006, Matt Rogers wrote: > >Hi, > > > >I have enough resources to do continuous builds and nightly builds here > > and was wondering if there was an easy way to get that set up? I've

nightly and continuous build setups

2006-03-22 Thread Matt Rogers
Hi, I have enough resources to do continuous builds and nightly builds here and was wondering if there was an easy way to get that set up? I've read the wiki and confess to being a bit confused. Thanks -- Matt ___ Kde-buildsystem mailing list Kde-buil

Native support for CMake in KDevelop 4

2006-03-22 Thread Matt Rogers
Hi, I'd like to start working on native CMake support for KDevelop 4. What I mean by this is that when you open a project that is set up to use CMake, the CMakeLists.txt files plus any additional cmake macros are automatically loaded in and can be edited natively? Does CMake have a library tha

Re: Default install dir

2006-03-19 Thread Matt Rogers
On Sunday 19 March 2006 10:50, Albert Astals Cid wrote: > A Diumenge 19 Març 2006 17:44, Matt Rogers va escriure: > > On Sunday 19 March 2006 10:17, Albert Astals Cid wrote: > > > Hi, previously when using configure i could define the environment > > > variable

Re: Default install dir

2006-03-19 Thread Matt Rogers
On Sunday 19 March 2006 10:17, Albert Astals Cid wrote: > Hi, previously when using configure i could define the environment variable > > $ echo $KDEDIR > /home/kdesvn/instalado > > and then configure already detected i wanted to install KDE there so i did > not have to write > > ./configure --pref

Re: KDE_DEPRECATED

2006-03-10 Thread Matt Rogers
On Friday 10 March 2006 12:04, Christian Ehrlicher wrote: > Brad King schrieb: > > Peter Kuemmel wrote: > >> */Brad King <[EMAIL PROTECTED]>/* wrote: > >> I've found that a KDE_DEPRECATED-style macro is insufficient across > >> compilers. Some compilers want the decoration before the method

Re: link to lib which have same name as binary

2006-03-09 Thread Matt Rogers
On Thursday 09 March 2006 01:57, Laurent Montel wrote: > Hi, > I think that there is a bug. > If we try to link a binary with a lib which have same name (as into > kdepim/ktnef) it doens't link > > Lib name is libktnef.so.0 > et binary is ktnef. > => we use this line: > target_link_libraries(ktnef