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

2007-07-10 Thread Andreas Pakulat
On 10.07.07 07:46:35, Ralf Habacker wrote: > Alexander Neundorf schrieb: > > On Monday 09 July 2007 17:18, Ralf Habacker wrote: > > > >> Andreas Pakulat schrieb: > >> > >>> On 09.07.07 06:49:23, Thiago Macieira wrote: > >>> > Andreas Pakulat wrote: > > > As I t

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

2007-07-10 Thread Andreas Pakulat
On 09.07.07 22:35:49, Alexander Neundorf wrote: > On Sunday 08 July 2007 14:53, Andreas Pakulat wrote: > > On 08.07.07 20:49:23, Ralf Habacker wrote: > > > Andreas Pakulat schrieb: > > > > On 08.07.07 19:31:49, Andreas Pakulat wrote: > > > >> On 08.07.07 11:06:32, Matt Rogers wrote: > > > >>> On Ju

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

2007-07-09 Thread Ralf Habacker
Alexander Neundorf schrieb: > On Monday 09 July 2007 17:18, Ralf Habacker wrote: > >> Andreas Pakulat schrieb: >> >>> On 09.07.07 06:49:23, Thiago Macieira wrote: >>> Andreas Pakulat wrote: > As I tried to explain at the start: this is specifically about >

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

2007-07-09 Thread Alexander Neundorf
Hi, On Sunday 08 July 2007 14:53, Andreas Pakulat wrote: > On 08.07.07 20:49:23, Ralf Habacker wrote: > > Andreas Pakulat schrieb: > > > On 08.07.07 19:31:49, Andreas Pakulat wrote: > > >> On 08.07.07 11:06:32, Matt Rogers wrote: > > >>> On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: > >

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

2007-07-09 Thread Alexander Neundorf
On Monday 09 July 2007 17:18, Ralf Habacker wrote: > Andreas Pakulat schrieb: > > On 09.07.07 06:49:23, Thiago Macieira wrote: > >> Andreas Pakulat wrote: > >>> As I tried to explain at the start: this is specifically about > >>> installing module's in different locations. > >> > >> I think KDEDIRS

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

2007-07-09 Thread Ralf Habacker
Andreas Pakulat schrieb: > On 09.07.07 06:49:23, Thiago Macieira wrote: > >> Andreas Pakulat wrote: >> >>> As I tried to explain at the start: this is specifically about >>> installing module's in different locations. >>> >> I think KDEDIRS is the best way. >> > > Ok, tried and

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

2007-07-09 Thread Andreas Pakulat
On 09.07.07 06:49:23, Thiago Macieira wrote: > Andreas Pakulat wrote: > >As I tried to explain at the start: this is specifically about > >installing module's in different locations. > > I think KDEDIRS is the best way. Ok, tried and it works quite well. now the question is: where to put this: e

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

2007-07-08 Thread Thiago Macieira
Andreas Pakulat wrote: >On 08.07.07 23:42:24, Thiago Macieira wrote: >> Andreas Pakulat wrote: >> >So using kde4-config --path data as destination for >> >FindKDevPlatform.cmake is not an option and neither is installing >> >KDevPlatformConfig.cmake into /lib/kdevplatform. >> >> Why not? >> >> $ kd

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

2007-07-08 Thread Andreas Pakulat
On 08.07.07 23:42:24, Thiago Macieira wrote: > Andreas Pakulat wrote: > >So using kde4-config --path data as destination for > >FindKDevPlatform.cmake is not an option and neither is installing > >KDevPlatformConfig.cmake into /lib/kdevplatform. > > Why not? > > $ kde4-config --path data > /home/

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

2007-07-08 Thread Andreas Pakulat
On 08.07.07 20:26:34, Andreas Pakulat wrote: > On 08.07.07 19:31:49, Andreas Pakulat wrote: > > On 08.07.07 11:06:32, Matt Rogers wrote: > > > On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: > > > > due to a problem (I'd call it a bug actually) in cmake its not > > > > possible > > > > to inst

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

2007-07-08 Thread Thiago Macieira
Andreas Pakulat wrote: >So using kde4-config --path data as destination for >FindKDevPlatform.cmake is not an option and neither is installing >KDevPlatformConfig.cmake into /lib/kdevplatform. Why not? $ kde4-config --path data /home/thiago/.kde4/share/apps/:/home/thiago/KDE4/share/apps/ $ mkdir

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

2007-07-08 Thread Andreas Pakulat
On 08.07.07 21:55:17, Ralf Habacker wrote: > Andreas Pakulat schrieb: > > On 08.07.07 21:26:42, Ralf Habacker wrote: > >> In the meantime I found a simpler way by appending all pathes from KDEDIRS > >> (+ > >> 'share/apps/cmake/module') added to the CMAKE_MODULE_PATH in > >> FindKDE4Internal.cm

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

2007-07-08 Thread Ralf Habacker
Andreas Pakulat schrieb: > On 08.07.07 21:26:42, Ralf Habacker wrote: > >> Andreas Pakulat schrieb: >> >>> On 08.07.07 20:49:23, Ralf Habacker wrote: >>> I have added the following stuff to a new file in /lib/kdevplatform/KDevPlatformConfig.cmake if(WIN32)

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

2007-07-08 Thread Andreas Pakulat
On 08.07.07 21:26:42, Ralf Habacker wrote: > Andreas Pakulat schrieb: > >On 08.07.07 20:49:23, Ralf Habacker wrote: > >>I have added the following stuff to a new file in > >>/lib/kdevplatform/KDevPlatformConfig.cmake > >> > >>if(WIN32) > >>file(TO_CMAKE_PATH "$ENV{ProgramFiles}" ProgramFiles)

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

2007-07-08 Thread Ralf Habacker
Andreas Pakulat schrieb: On 08.07.07 20:49:23, Ralf Habacker wrote: Andreas Pakulat schrieb: On 08.07.07 19:31:49, Andreas Pakulat wrote: On 08.07.07 11:06:32, Matt Rogers wrote: On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: due to a prob

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

2007-07-08 Thread Andreas Pakulat
On 08.07.07 20:49:23, Ralf Habacker wrote: > Andreas Pakulat schrieb: > > On 08.07.07 19:31:49, Andreas Pakulat wrote: > > > >> On 08.07.07 11:06:32, Matt Rogers wrote: > >> > >>> On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: > >>> > due to a problem (I'd call it a bug actu

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

2007-07-08 Thread Ralf Habacker
Andreas Pakulat schrieb: > On 08.07.07 19:31:49, Andreas Pakulat wrote: > >> On 08.07.07 11:06:32, Matt Rogers wrote: >> >>> On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: >>> due to a problem (I'd call it a bug actually) in cmake its not possible to install 2 kd

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

2007-07-08 Thread Andreas Pakulat
On 08.07.07 19:31:49, Andreas Pakulat wrote: > On 08.07.07 11:06:32, Matt Rogers wrote: > > On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: > > > 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 sep

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

2007-07-08 Thread Andreas Pakulat
On 08.07.07 11:06:32, Matt Rogers wrote: > On Jul 8, 2007, at 9:35 AM, Andreas Pakulat wrote: > > 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 kd

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

Providing FindFoo.cmake for a kde module "foo"

2007-07-08 Thread Andreas Pakulat
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 however its needed that each module is installed into its own prefix. W