Re: Status of cmake into kde

2006-03-10 Thread William A. Hoffman
At 05:09 PM 3/10/2006, Peter Kümmel wrote: >Alex Caudill wrote: >> Could anyone comment on the steps taken to build kdelibs with msvc? > >A first version is now online at: > >http://www.kdelibs.com/ > >But to change something you need a account which >you can get from Jaroslaw Staniek: >js !"§$-- A

Re: Status of cmake into kde

2006-03-10 Thread Peter Kümmel
Alex Caudill wrote: > Could anyone comment on the steps taken to build kdelibs with msvc? A first version is now online at: http://www.kdelibs.com/ But to change something you need a account which you can get from Jaroslaw Staniek: js !"§$-- AT --!"§$ iideapl Cheers, Peter _

RE: check_include_files

2006-03-10 Thread Alex Caudill
>> It seems that CHECK_INCLUDE_FILES is invoked in a couple CMakeList.txt >> files without declaring INCLUDE(CheckIncludeFiles) first; has anyone else >> ran into this? >> >> Is it only an issue when using cmakesetup.exe? >> Affected files: >> Kdelibs/modules/cmake/FindACL.cmake >> Kdelibs/kjs/CMa

Re: check_include_files

2006-03-10 Thread Peter Kümmel
Alex Caudill wrote: > It seems that CHECK_INCLUDE_FILES is invoked in a couple CMakeList.txt files > > > without declaring INCLUDE(CheckIncludeFiles) first; has anyone else ran into > this? > > Is it only an issue when using cmakesetup.exe? > > > > Affected files: > > Kdelibs/modules/cmake/

Re: Status of cmake into kde

2006-03-10 Thread Christian Ehrlicher
William A. Hoffman schrieb: > At 01:31 PM 3/10/2006, Alex Caudill wrote: > > >> -Original Message- >> From: Peter Kümmel [mailto:[EMAIL PROTECTED] >> Sent: Friday, March 10, 2006 12:14 PM >> To: kde-buildsystem@kde.org >> Subject: Re: Status of cmake into kde >> >> Alex Caudill wrote: >>

check_include_files

2006-03-10 Thread Alex Caudill
It seems that CHECK_INCLUDE_FILES is invoked in a couple CMakeList.txt files without declaring INCLUDE(CheckIncludeFiles) first; has anyone else ran into this? Is it only an issue when using cmakesetup.exe?   Affected files: Kdelibs/modules/cmake/FindACL.cmake Kdelibs/kjs/CMakeLists

RE: Status of cmake into kde

2006-03-10 Thread William A. Hoffman
At 01:31 PM 3/10/2006, Alex Caudill wrote: >-Original Message- >From: Peter Kümmel [mailto:[EMAIL PROTECTED] >Sent: Friday, March 10, 2006 12:14 PM >To: kde-buildsystem@kde.org >Subject: Re: Status of cmake into kde > >Alex Caudill wrote: >>> Could anyone comment on the steps taken to bu

Re: Status of cmake into kde

2006-03-10 Thread Peter Kümmel
Alex Caudill wrote: > I'm not a very good programmer, but I have a few fairly snappy machines here > and I'd like to help out and learn a bit. I'm a half-decent writer, so maybe > I could make some contributions to the wiki? That's great! We really need compiling instructions! >Where is it locat

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: Status of cmake into kde

2006-03-10 Thread Christian Ehrlicher
Alex Caudill schrieb: > > -Original Message- > From: Peter Kümmel [mailto:[EMAIL PROTECTED] > Sent: Friday, March 10, 2006 12:14 PM > To: kde-buildsystem@kde.org > Subject: Re: Status of cmake into kde > > Alex Caudill wrote: >>> Could anyone comment on the steps taken to build kdelibs w

RE: Status of cmake into kde

2006-03-10 Thread Alex Caudill
>> Step 7.) cd kdelibs/cmake ; cmakesetup.exe ; load .proj files, build >? Imho not needed I meant kdelibs/win - this is why I'm not a very good programmer =) ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org/mailman/listin

Re: KDE_DEPRECATED

2006-03-10 Thread Christian Ehrlicher
Matt Rogers schrieb: > 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 deco

RE: Status of cmake into kde

2006-03-10 Thread Alex Caudill
-Original Message- From: Peter Kümmel [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 12:14 PM To: kde-buildsystem@kde.org Subject: Re: Status of cmake into kde Alex Caudill wrote: >> Could anyone comment on the steps taken to build kdelibs with msvc? >> > Here on the list, for

Re: Status of cmake into kde

2006-03-10 Thread Peter Kümmel
Alex Caudill wrote: > Could anyone comment on the steps taken to build kdelibs with msvc? > Here on the list, for "personal use" only? :) Were are the places of documentation, svn and a wiki? Peter ___ Kde-buildsystem mailing list Kde-buildsystem@kde.or

Re: KDE_DEPRECATED

2006-03-10 Thread Christian Ehrlicher
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 and >> some want it after the method. In VTK I created a "VTK_L

Re: KDE_DEPRECATED

2006-03-10 Thread Peter Kümmel
Brad King wrote: > 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 and >> some want it after the method. In VTK I created a "VTK_LEG

RE: Status of cmake into kde

2006-03-10 Thread Alex Caudill
Could anyone comment on the steps taken to build kdelibs with msvc? ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https://mail.kde.org/mailman/listinfo/kde-buildsystem

Re: KDE_DEPRECATED

2006-03-10 Thread Brad King
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 and > some want it after the method. In VTK I created a "VTK_LEGACY" macro > that s

Re: KDE_DEPRECATED

2006-03-10 Thread Peter Kuemmel
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 and some want it after the method. In VTK I created a "VTK_LEGACY" macro that surrounds the method declaration.If we really need

Re: Status of cmake into kde

2006-03-10 Thread Alexander Neundorf
On Friday 10 March 2006 17:31, you wrote: > Alexander Neundorf schrieb: > > On Friday 10 March 2006 16:09, Laurent Montel wrote: > >> Hi, > >> I put a status of cmake into kde after this week. > >> Now > >> kdelibs/kdebase/kdetoys/kdeedu/kdeaccessibility/kdenetwork/kdepim/kdegam > >>es/ kdeadmin/kd

RE: Status of cmake into kde

2006-03-10 Thread Paulo Jorge Guedes
> -Original Message- > From: Laurent Montel [mailto:[EMAIL PROTECTED] > Sent: sexta-feira, 10 de Março de 2006 15:09 > To: kde-buildsystem@kde.org > Subject: Status of cmake into kde > > For the moment I don't have report about compile test under Windows or > MacOs > so I don't know if it

Re: KDE_DEPRECATED

2006-03-10 Thread Brad King
Christian Ehrlicher wrote: > David Faure schrieb: > >>>It is working, but KDE_DEPRECATED is placed behind the functions in most >>>of the cases and I won't change this in every kdelibs-header... >> >>Well someone has to do it, and preferrably someone who can see the >>problematic instances... :)

Re: KDE_DEPRECATED

2006-03-10 Thread Christian Ehrlicher
David Faure schrieb: >> It is working, but KDE_DEPRECATED is placed behind the functions in most >> of the cases and I won't change this in every kdelibs-header... > > Well someone has to do it, and preferrably someone who can see the > problematic instances... :) > Ok, I'll take a look on this

Re: KDE_DEPRECATED

2006-03-10 Thread David Faure
> It is working, but KDE_DEPRECATED is placed behind the functions in most > of the cases and I won't change this in every kdelibs-header... Well someone has to do it, and preferrably someone who can see the problematic instances... :) -- David Faure, [EMAIL PROTECTED], sponsored by Trolltech t

Re: KDE_DEPRECATED

2006-03-10 Thread Christian Ehrlicher
Peter Kümmel schrieb: > kdemacros: > > #ifndef KDE_DEPRECATED > # ifndef Q_CC_MSVC > # define KDE_DEPRECATED Q_DECL_DEPRECATED > # else > # define KDE_DEPRECATED > # endif > #endif > > Why is KDE_DEPRECATED disabled for msvc? > Does it still not work, even not placed in front > of the functions

Re: KDE_DEPRECATED

2006-03-10 Thread David Faure
On Friday 10 March 2006 17:44, Peter Kümmel wrote: > > kdemacros: > > #ifndef KDE_DEPRECATED > # ifndef Q_CC_MSVC > # define KDE_DEPRECATED Q_DECL_DEPRECATED > # else > # define KDE_DEPRECATED > # endif > #endif > > Why is KDE_DEPRECATED disabled for msvc? > Does it still not work, even not pl

KDE_DEPRECATED

2006-03-10 Thread Peter Kümmel
kdemacros: #ifndef KDE_DEPRECATED # ifndef Q_CC_MSVC # define KDE_DEPRECATED Q_DECL_DEPRECATED # else # define KDE_DEPRECATED # endif #endif Why is KDE_DEPRECATED disabled for msvc? Does it still not work, even not placed in front of the functions? Peter __

Re: Status of cmake into kde

2006-03-10 Thread Christian Ehrlicher
Alexander Neundorf schrieb: > On Friday 10 March 2006 16:09, Laurent Montel wrote: >> Hi, >> I put a status of cmake into kde after this week. >> Now >> kdelibs/kdebase/kdetoys/kdeedu/kdeaccessibility/kdenetwork/kdepim/kdegames/ >> kdeadmin/kdeutils have cmake support. Now all compile completly for

Re: Status of cmake into kde

2006-03-10 Thread Alexander Neundorf
On Friday 10 March 2006 16:09, Laurent Montel wrote: > Hi, > I put a status of cmake into kde after this week. > Now > kdelibs/kdebase/kdetoys/kdeedu/kdeaccessibility/kdenetwork/kdepim/kdegames/ >kdeadmin/kdeutils have cmake support. Now all compile completly for all is > in progress. There are aga

Status of cmake into kde

2006-03-10 Thread Laurent Montel
Hi, I put a status of cmake into kde after this week. Now kdelibs/kdebase/kdetoys/kdeedu/kdeaccessibility/kdenetwork/kdepim/kdegames/kdeadmin/kdeutils have cmake support. Now all compile completly for all is in progress. There are again some errors and missing module to test lib/header. For the