Re: Problem...

2011-04-22 Thread Brad Hards
On Monday 18 April 2011 19:44:38 Danny M.M.W wrote: > I try to find how to configure my Microsoft Visual C++ 2010 Express edition > with KDE or even I try to find where all the header files are on what I > just installed. I am not a C++ > professional but I know enough, and I seem to not be able to

Re: Update shared-desktop-ontologies to 0.5.0?

2010-08-06 Thread Brad Hards
On Thursday, August 05, 2010 05:46:19 pm Sebastian TrĂ¼g wrote: > that is correct. I did not update that minimum version. We indeed need > 0.5 now. Committed as revision 1160116. Brad ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.

Update shared-desktop-ontologies to 0.5.0?

2010-08-04 Thread Brad Hards
Hi, At the moment, I'm getting build errors in kdebase/runtime/kioslaves/common/timelinetools.cpp associated with 'involves' is not a member of 'Nepomuk::Vocabulary::NUAO'. kdebase/runtime/CMakeLists.txt currently requires SDO_MIN_VERSION 0.3.0, and I have 0.4. It looks like 'involves' was add

Re: help required to compile keedu-4.4.2

2010-04-26 Thread Brad Hards
On Tuesday 27 April 2010 09:18:59 am lux-integ wrote: > [ 79%] Building CXX object > cantor/src/backends/R/CMakeFiles/cantor_rbackend.dir/rserver_interface.o > Linking CXX shared module ../../../../lib/cantor_rbackend.so > [ 79%] Built target cantor_rbackend > Scanning dependencies of target renvva

Build problems with kdepim/akonadi/resource/knut/

2008-12-04 Thread Brad Hards
make[2]: *** No rule to make target `/akonadi-kde/kcfg2dbus.xsl', needed by `akonadi/resources/knut/org.kde.Akonadi.Knut.Settings.xml'. Stop. make[1]: *** [akonadi/resources/knut/CMakeFiles/akonadi_knut_resource.dir/all] Error 2 make: *** [all] Error 2 I found this qt4_add_dbus_adaptor(knutres

Re: Problems with openchange libs

2008-12-02 Thread Brad Hards
On Wednesday 03 December 2008 01:12:41 am Thiago Macieira wrote: > On Tuesday 02 December 2008 13:13:55 Brad Hards wrote: > > Name: MAPI > > Description: MAPI Protocol Implementation > > Version: @PACKAGE_VERSION@ > > Libs: @LIBS@ -lmapi > > Libs: -lmapi &g

Re: Problems with openchange libs

2008-12-02 Thread Brad Hards
On Tuesday 02 December 2008 09:49:04 pm Thiago Macieira wrote: > On Tuesday 02 December 2008 11:18:02 Brad Hards wrote: > > [EMAIL PROTECTED]:~$ pkg-config --cflags-only-I libmapi > > -I/usr/local/samba/include > > [EMAIL PROTECTED]:~$ pkg-config --cflags-only-oth

Problems with openchange libs

2008-12-02 Thread Brad Hards
Hi, I'm trying to link with openchange libraries, which in turn depend on samba4 libraries. The code I'm trying to build is in kdepim/akonadi/resources/openchange/ The FindOpenChange.cmake module is in kdepim/cmake/modules The cmake configure step shows: -- checking for module 'libmapi'

Preferred way to test for a Qt feature?

2008-08-24 Thread Brad Hards
I'm planning to add a feature that depends on a particular feature in Qt 4.5. Obviously I don't want to break current compilation with Qt 4.5 Should I write a specific test for the required class, or can I just work off the Qt version? Any recommendations for an example to copy? BRad _

Fwd: qca pkgconfig changes

2008-05-21 Thread Brad Hards
FYI. Sorry - I don't have any time right now. There might be a chance to rework the original moc hack too. Brad -- Forwarded Message -- Subject: qca pkgconfig changes Date: Wednesday 21 May 2008 From: Justin Karneges <[EMAIL PROTECTED]> To: Delta Project <[EMAIL PROTECTED]>

Re: FindGLIB2.cmake

2007-09-01 Thread Brad Hards
On Saturday 01 September 2007 09:01, Alexander Neundorf wrote: > On Friday 31 August 2007 15:50, Allen Winter wrote: > Fixed and committed, the additional include directory is right now > optional, i.e. it doesn't fail if it is not found: > > Index: FindGLIB2.cmake > ===

Re: kdelibs FindFreetype.cmake broken: any ideas?

2007-04-08 Thread Brad Hards
On Saturday 07 April 2007 00:38, Benjamin Reed wrote: > When I try to build something that does: > > INCLUDE_DIRECTORIES( ${FREETYPE_INCLUDE_DIR} ) > > I end up with this on the compile line: > > -I/opt/kde4-deps/include/freetype2\ -I/opt/kde4-deps/include No solution, but I am seeing the same

Re: picking up wrong version of some kde libs

2007-01-30 Thread Brad Hards
On Sunday 28 January 2007 17:16, Matt Rogers wrote: > On Jan 28, 2007, at 12:03 AM, Brad Hards wrote: > > I've "cured" the symptoms by patching FindKDE4Internal.cmake, but > > have no idea > > if the fix is correct or not. Can anyone confirm the problem / >

picking up wrong version of some kde libs

2007-01-27 Thread Brad Hards
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 KDE 3 (i.e. /usr/lib). I've "cured" the symptoms by patching FindKD

Re: FindQCA2.cmake doesn't work right (kdenetwork fails)

2007-01-06 Thread Brad Hards
On Sunday 07 January 2007 09:54, Benjamin Reed wrote: > On 1/5/07, Brad Hards <[EMAIL PROTECTED]> wrote: > > Does this work for you: > yup, your patch fixes it for me. If no-one objects in the next couple of days, I'll commit it. Brad pgpup9x7WbPWK.pgp Des

Re: FindQCA2.cmake doesn't work right (kdenetwork fails)

2007-01-05 Thread Brad Hards
On Saturday 06 January 2007 07:20, Benjamin Reed wrote: > On 1/5/07, Alexander Neundorf <[EMAIL PROTECTED]> wrote: > > Is QtCrypto both the name of the directory and the header ? > > yup, /opt/kde4-deps/include/QtCrypto contains a header called > "QtCrypto" that includes "qca.h" I think I commented

Do we trust pkg-config or not?

2006-12-08 Thread Brad Hards
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 ${_Qca2IncDir} for QCA 2 includes") set(QCA2_DEFINITIONS ${_Qca2Cflag

Apparent dependency problem with kdesupport/eigen and kdelibs

2006-11-19 Thread Brad Hards
I'm trying to bring up kdesupport on a newly installed system (Fedora Core 6). kdesupport/eigen/CMakelists.txt says: find_package(KDE4 REQUIRED) include(KDE4Defaults) FindKDE4.cmake requires FindKDE4Internal.cmake, and that won't work, because it only comes from kdelibs. Does anyone have a way