MSVC 2005

2006-11-06 Thread Stephan Kulow
Hi! I'm trying to collect some experience with building KDE using MSVC and I fail so far, so I wonder if someone can help. I can build kdelibs using "NMake Makefiles" just fine, but it doesn't want to work at all if I create VS 2005 Project files. The main problem seems to me, that the .moc fi

Re: MSVC 2005

2006-11-06 Thread Christian Ehrlicher
Von: "Stephan Kulow" <[EMAIL PROTECTED]> > Hi! > > I'm trying to collect some experience with building KDE using MSVC and I > fail so far, so I wonder if someone can help. I can build kdelibs using > "NMake Makefiles" just fine, but it doesn't want to work at all if I > create > VS 2005 Project

Re: MSVC 2005

2006-11-07 Thread Manuel Klimek
Hi, the moc files are added to the source file list. Visual studio compiles all sources files in the source file list if they don't have a special header extension with the default compiler. So it tries to compile the moc files. I fixed this for me by changing the *AUTOMOC macros so that they don'

Re: MSVC 2005

2006-11-07 Thread Stephan Kulow
Am Dienstag, 7. November 2006 13:53 schrieb Manuel Klimek: > Hi, > > the moc files are added to the source file list. > Visual studio compiles all sources files in the source file list if they > don't have a special header extension with the default compiler. > So it tries to compile the moc files.

Re: MSVC 2005

2006-11-07 Thread Peter Kümmel
Stephan Kulow wrote: > Hi! > > I'm trying to collect some experience with building KDE using MSVC and I > fail so far, so I wonder if someone can help. I can build kdelibs using > "NMake Makefiles" just fine, but it doesn't want to work at all if I create > VS 2005 Project files. > > The main

Re: MSVC 2005

2006-11-07 Thread Alexander Neundorf
On Tuesday 07 November 2006 13:53, Manuel Klimek wrote: > Hi, > > the moc files are added to the source file list. > Visual studio compiles all sources files in the source file list if they > don't have a special header extension with the default compiler. > So it tries to compile the moc files. I

Re: MSVC 2005

2006-11-08 Thread Stephan Kulow
Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel: > With the attached patch the project files are correct, at least for > libraries. But it is just a hack, maybe there is a way to tell the IDE not > to compile.moc files, or we must exclude the .moc files from the source > file list (as the

Re: MSVC 2005

2006-11-08 Thread Peter Kümmel
Stephan Kulow wrote: > Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel: > >> With the attached patch the project files are correct, at least for >> libraries. But it is just a hack, maybe there is a way to tell the IDE not >> to compile.moc files, or we must exclude the .moc files from th

Re: MSVC 2005

2006-11-08 Thread Stephan Kulow
Am Mittwoch, 8. November 2006 17:17 schrieb Peter Kümmel: > Stephan Kulow wrote: > > Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel: > >> With the attached patch the project files are correct, at least for > >> libraries. But it is just a hack, maybe there is a way to tell the IDE > >> no

Re: MSVC 2005

2006-11-08 Thread Peter Kümmel
Stephan Kulow wrote: > Am Mittwoch, 8. November 2006 17:17 schrieb Peter Kümmel: >> Stephan Kulow wrote: >>> Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel: With the attached patch the project files are correct, at least for libraries. But it is just a hack, maybe there is a way

Building kde4libs on win32 with msvc 2005

2006-02-28 Thread Rikardo Tinauer
Hello, I am building kde4libs on win32 with cmake and msvc 2005. I got the message "Could not find z library". Where must I install zlib? And all other libraries that are needed for successful build of KDELibs? Regards, Rikar

Re: Building kde4libs on win32 with msvc 2005

2006-02-28 Thread Peter Kümmel
Rikardo Tinauer wrote: > Hello, > > I am building kde4libs on win32 with cmake and msvc 2005. > > I got the message "Could not find z library". > > Where must I install zlib? And all other libraries that are needed for > successful build of KDELibs? >

Re: Building kde4libs on win32 with msvc 2005

2006-02-28 Thread Christian Ehrlicher
> --- Ursprüngliche Nachricht --- > Von: Peter Kümmel <[EMAIL PROTECTED]> > An: kde-buildsystem@kde.org > Betreff: Re: Building kde4libs on win32 with msvc 2005 > Datum: Tue, 28 Feb 2006 11:27:07 +0100 > > Rikardo Tinauer wrote: > > Hello, > > > > I

Re: Building kde4libs on win32 with msvc 2005

2006-02-28 Thread Ralf Habacker
Christian Ehrlicher schrieb: >> --- Ursprüngliche Nachricht --- >> Von: Peter Kümmel <[EMAIL PROTECTED]> >> An: kde-buildsystem@kde.org >> Betreff: Re: Building kde4libs on win32 with msvc 2005 >> Datum: Tue, 28 Feb 2006 11:27:07 +0100 >> >> Rikard

Re: Building kde4libs on win32 with msvc 2005

2006-02-28 Thread Christian Ehrlicher
Ralf Habacker schrieb: > Christian Ehrlicher schrieb: >>> --- Ursprüngliche Nachricht --- >>> Von: Peter Kümmel <[EMAIL PROTECTED]> >>> An: kde-buildsystem@kde.org >>> Betreff: Re: Building kde4libs on win32 with msvc 2005 >>> Datum: Tue, 28

Build errors on windows (msvc 2005/nmake) for kdelibs4_snapshot

2006-05-07 Thread Michael Biebl
I currently get the following build errors under Windows XP using msvc 2005/cmake 2.4.1/nmake: 1.) Linking CXX shared module ..\..\bin\keramik.dll Creating library ..\..\bin\keramik.lib and object ..\..\bin\keramik.exp keramik.obj : error LNK2019: unresolved external symbol "__dec

Re: Build errors on windows (msvc 2005/nmake) for kdelibs4_snapshot

2006-05-07 Thread Paulo Moura Guedes
On Sunday 07 May 2006 14:28, Michael Biebl wrote: > I currently get the following build errors under Windows XP using msvc > 2005/cmake 2.4.1/nmake: > > 1.) > Linking CXX shared module ..\..\bin\keramik.dll >Creating library ..\..\bin\keramik.lib and object ..\..\bin\keramik

Re: Build errors on windows (msvc 2005/nmake) for kdelibs4_snapshot

2006-05-13 Thread Peter Kümmel
On Sunday 07 May 2006 14:28, Michael Biebl wrote: > I currently get the following build errors under Windows XP using msvc > 2005/cmake 2.4.1/nmake: > > 1.) > Linking CXX shared module ..\..\bin\keramik.dll >Creating library ..\..\bin\keramik.lib and object ..\..\bin\kerami