KDE/kdelibs/kdeui

2006-04-17 Thread Paulo Moura Guedes
SVN commit 530679 by mojo: Don't use X11 includes on Windows. CCMAIL: kde-buildsystem@kde.org M +1 -1 kkeyserver.h --- trunk/KDE/kdelibs/kdeui/kkeyserver.h #530678:530679 @@ -23,7 +23,7 @@ #ifndef _KKEYSERVER_H #define _KKEYSERVER_H -#if defined Q_WS_X11 or defined Q_WS_WIN +#if

Re: [Kde-pim] Difference in compilation (Re: [STATUS] Building KDEPIM with CMake)

2006-04-17 Thread Allen Winter
On Wednesday 12 April 2006 14:24, Allen Winter wrote: On Wednesday 12 April 2006 13:27, Dirk Mueller wrote: On Wednesday, 12. April 2006 18:38, David Faure wrote: One difference is the lack of -DPIC, but could this matter? This is too lowlevel for me, let's see what kde-buildsystem has

Re: [MSVC8] libxml2 and libiconv

2006-04-17 Thread Christian Ehrlicher
Thiago Macieira schrieb: Christian Ehrlicher wrote: Apart from this, I currently stopped msvc compilation because you can't do anything with the resulting apps (it crshes all over the time) because we mix release and debug libs. KDE has never had that problem because none of the systems

Re: [MSVC8] libxml2 and libiconv

2006-04-17 Thread Thiago Macieira
Christian Ehrlicher wrote: Because MSVC is using two different msvcrt - libraries (one release and one debug version) you can't mix debug and release libs without a crash sooner or later. Qt introduced the debug-prefix ('d' or '_debug') to work around this problem and we need this for kde too. I

Re: Wrong order of -L?

2006-04-17 Thread Brad King
Alexander Dymo wrote: I've noticed this when compiling kdevelop today. We have -LKDE installation directory listed first in the compiler command line. This leads to link errors because wrong libraries are picked up. It links old installed libraries and not newer ones from the source tree.

Re: KDE/kdelibs/kdeui

2006-04-17 Thread Tanner Lovelace
On 4/17/06, Paulo Moura Guedes [EMAIL PROTECTED] wrote: SVN commit 530679 by mojo: Don't use X11 includes on Windows. CCMAIL: kde-buildsystem@kde.org M +1 -1 kkeyserver.h --- trunk/KDE/kdelibs/kdeui/kkeyserver.h #530678:530679 @@ -23,7 +23,7 @@ #ifndef _KKEYSERVER_H #define

Re: [MSVC8] libxml2 and libiconv

2006-04-17 Thread Tanner Lovelace
On 4/17/06, Thiago Macieira [EMAIL PROTECTED] wrote: On MacOS X, from what I hear, the frameworks have both libraries -- i.e., nothing + _debug. So it looks like we should support the same. Yes, but I believe when linking you only specify the main name of the framework. To have it use the

Re: KDE/kdegraphics/kfile-plugins

2006-04-17 Thread David Faure
On Mon, Apr 17, 2006 at 02:39:02PM +0200, Laurent Montel wrote: On Monday 17 April 2006 14:35, David Faure wrote: On Fri, Apr 14, 2006 at 12:14:16PM +, Laurent Montel wrote: SVN commit 529768 by mlaurent: Fix cmake variable M +1 -1 exr/CMakeLists.txt M +1 -1

ltdl.c in kinit

2006-04-17 Thread Paulo Jorge Guedes
Hi, This commit: --- CMakeLists.txt (revision 530673) +++ CMakeLists.txt (working copy) @@ -84,7 +84,7 @@ ### next target ### -set(kioslave_SRCS kioslave.cpp) +set(kioslave_SRCS kioslave.cpp ${CMAKE_SOURCE_DIR}/libltdl/ltdl.c) kde4_automoc(${kioslave_SRCS}) The code from

[REQUEST] CMake Snapshot Update

2006-04-17 Thread Allen Winter
Hi CMake Developers, I'd like to suggest that it is time for a new snapshot. There are some buglets in the http://www.cmake.org/files/v2.3/cmake-2.3.4-20060317.tar.gz that are causing some unneeded pain (like the -L out-of-order problem). So, if you have the chance, could you please tear us

RE: ltdl.c in kinit

2006-04-17 Thread Paulo Jorge Guedes
Sorry, wrong diff: --- CMakeLists.txt (revision 527865) +++ CMakeLists.txt (revision 529848) @@ -84,13 +84,7 @@ ### next target ### -if(WIN32) - set(kioslave_SRCS kioslave.cpp - ${CMAKE_SOURCE_DIR}/libltdl/ltdl.c - ${CMAKE_SOURCE_DIR}/libltdl/ltdl_win.c) -else(WIN32) -

Re: [REQUEST] CMake Snapshot Update

2006-04-17 Thread William A. Hoffman
At 12:33 PM 4/17/2006, Allen Winter wrote: Hi CMake Developers, I'd like to suggest that it is time for a new snapshot. There are some buglets in the http://www.cmake.org/files/v2.3/cmake-2.3.4-20060317.tar.gz that are causing some unneeded pain (like the -L out-of-order problem). So, if

Re: [REQUEST] CMake Snapshot Update

2006-04-17 Thread Allen Winter
On Monday 17 April 2006 13:09, William A. Hoffman wrote: At 12:33 PM 4/17/2006, Allen Winter wrote: Hi CMake Developers, I'd like to suggest that it is time for a new snapshot. There are some buglets in the http://www.cmake.org/files/v2.3/cmake-2.3.4-20060317.tar.gz that are causing

RE: ltdl.c in kinit

2006-04-17 Thread Paulo Jorge Guedes
-Original Message- From: David Faure [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 17 de Abril de 2006 17:55 To: Paulo Jorge Guedes Subject: Re: ltdl.c in kinit On Mon, Apr 17, 2006 at 05:22:06PM +0100, Paulo Jorge Guedes wrote: Hi, This commit: --- CMakeLists.txt

RE: ltdl.c in kinit

2006-04-17 Thread Paulo Jorge Guedes
-Original Message- From: Paulo Jorge Guedes [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 17 de Abril de 2006 18:36 To: David Faure; kde-buildsystem@kde.org Subject: RE: ltdl.c in kinit I guess those methods need to be declared with KDECORE_EXPORT then; can you try that? It

Re: ltdl.c in kinit

2006-04-17 Thread David Faure
On Mon, Apr 17, 2006 at 06:53:10PM +0100, Paulo Jorge Guedes wrote: -Original Message- From: Paulo Jorge Guedes [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 17 de Abril de 2006 18:36 To: David Faure; kde-buildsystem@kde.org Subject: RE: ltdl.c in kinit I guess those

Re: [REQUEST] CMake Snapshot Update

2006-04-17 Thread Craig Bradney
On Monday 17 April 2006 19:09, William A. Hoffman wrote: At 12:33 PM 4/17/2006, Allen Winter wrote: Hi CMake Developers, I'd like to suggest that it is time for a new snapshot. There are some buglets in the http://www.cmake.org/files/v2.3/cmake-2.3.4-20060317.tar.gz that are causing

MAKE_KDEFX_LIB

2006-04-17 Thread Paulo Jorge Guedes
Hi, Currently MAKE_KDEFX_LIB is not being defined, which causes linkage errors in kstyles: #ifndef KDEFX_EXPORT # ifdef MAKE_KDEFX_LIB # define KDEFX_EXPORT KDE_EXPORT # else # define KDEFX_EXPORT KDE_IMPORT # endif #endif Would this be a correct fix into kdelibs/CMakeLists.txt?

KDE/kdelibs/libltdl

2006-04-17 Thread Paulo Moura Guedes
SVN commit 530825 by mojo: Export this methods; needed for Windows. CCMAIL: kde-buildsystem@kde.org M +6 -4 ltdl.c --- trunk/KDE/kdelibs/libltdl/ltdl.c #530824:530825 @@ -25,6 +25,8 @@ */ +#include kdelibs_export.h + #if HAVE_CONFIG_H # include config.h #endif @@ -1300,7

Re: [REQUEST] CMake Snapshot Update

2006-04-17 Thread William A. Hoffman
At 01:11 PM 4/17/2006, Allen Winter wrote: On Monday 17 April 2006 13:09, William A. Hoffman wrote: At 12:33 PM 4/17/2006, Allen Winter wrote: Hi CMake Developers, I'd like to suggest that it is time for a new snapshot. There are some buglets in the

Re: [REQUEST] CMake Snapshot Update

2006-04-17 Thread Tanner Lovelace
On 4/17/06, William A. Hoffman [EMAIL PROTECTED] wrote: I am going to branch CMake 2.4 today, and was thinking of using that for the next kde release. I should have it ready by tomorrow. Will you be grabbing the FindQt4.cmake from KDE for the new cmake release? I've got a patch for it but

Re: [REQUEST] CMake Snapshot Update

2006-04-17 Thread William A. Hoffman
At 04:50 PM 4/17/2006, Tanner Lovelace wrote: On 4/17/06, William A. Hoffman [EMAIL PROTECTED] wrote: I am going to branch CMake 2.4 today, and was thinking of using that for the next kde release. I should have it ready by tomorrow. Will you be grabbing the FindQt4.cmake from KDE for the new

Re: [REQUEST] CMake Snapshot Update

2006-04-17 Thread Tanner Lovelace
On 4/17/06, William A. Hoffman [EMAIL PROTECTED] wrote: How about I make the cmake release without the FindQt. Then you can put your changes into kde. There are some other changes I want in FindQt4 as well, and they are best tested in kde. Once we are sure they are working with 2.4 then we