Re: Dashboard

2007-04-08 Thread Paulo Moura Guedes
On Sunday 08 April 2007 01:48, Bill Hoffman wrote: > So March 9th was the last day a dashboard was submitted to the kde > dashboard at Kitware. > http://public.kitware.com/dashboard.php?name=kde > > Do you still want Kitware to run this? I know for a while it was > keeping the windows > build work

Fwd: Important fix for qdbuscpp2xml

2006-12-27 Thread Paulo Moura Guedes
FYI -- Forwarded Message -- Subject: Important fix for qdbuscpp2xml Date: Thursday 21 December 2006 16:43 From: Christian Ehrlicher <[EMAIL PROTECTED]> To: KDE on Windows <[EMAIL PROTECTED]> Hi, Current kdelibs svn does not compile due to a problem with qdbuscpp2xml. I've upda

Re: FindQt4.cmake cleanup, please test

2006-10-20 Thread Paulo Moura Guedes
On Friday 20 October 2006 22:45, David Faure wrote: > Now that we're using Qt-4.2, we can clean up FindQt4.cmake to stop looking > for QtCore_debug.so etc. What changed? > My main motivation being more speed and less confusing output (about many > libs not being found). > > This means we can clea

Re: Compiler-support on Windows for KDE 4.0

2006-07-28 Thread Paulo Moura Guedes
On Thursday 27 July 2006 17:42, Aaron J. Seigo wrote: > On Thursday 27 July 2006 1:56, Carsten Niehaus wrote: > > As KDE4 will support Windows it should be compilable, of course ;-) Now > > my > > i think it's far more important to get kdelibs working on windows MSVC and MinGW win32 dashboards ar

Re: Suggested patch for FindOpenGL.cmake

2006-06-20 Thread Paulo Moura Guedes
On Tuesday 20 June 2006 21:36, Brad King wrote: > Paulo Moura Guedes wrote: > > So I would add that logic to the automated proposal. Before executing > > FindFoo.cmake instructions, cmake, through FIND_PACKAGE, would do > > something like this: > > > > if(FOO_FOU

Re: Suggested patch for FindOpenGL.cmake

2006-06-20 Thread Paulo Moura Guedes
On Tuesday 20 June 2006 20:34, David Faure wrote: > On Tuesday 20 June 2006 21:26, Paulo Moura Guedes wrote: > > You mean to add an if condition in FindX11.cmake? That would do it, but > > just for X11... > > Yep, and I did something similar in many of the cmake modules in

Re: Suggested patch for FindOpenGL.cmake

2006-06-20 Thread Paulo Moura Guedes
On Tuesday 20 June 2006 20:09, Brad King wrote: > >> I think this is screaming to be automated. It would be great if cmake > >> could offer some mechanism to do this checking automatically. > >> Perhaps some list where we could add the variables that would define if > >> the checking for a particul

Re: Stricter compatibility checking for GIF dependency

2006-05-30 Thread Paulo Moura Guedes
On Tuesday 30 May 2006 19:57, William A. Hoffman wrote: > At 02:26 PM 5/30/2006, Paulo Jorge Guedes wrote: > >Ok, thanks, I already commited a fix (CC'ed to this mailing list): > > > >if (GIF_INCLUDE_DIR AND GIF_LIBRARIES) > >+ set(CMAKE_REQUIRED_INCLUDES "${GIF_INCLUDE_DIR}" > >+ "${CMAKE_REQUIR

KDE/kdelibs/cmake/modules

2006-05-30 Thread Paulo Moura Guedes
SVN commit 546660 by mojo: Allow cmake to use the gif include dir, necessary for the check. CCMAIL: kde-buildsystem@kde.org M +1 -0 FindGIF.cmake --- trunk/KDE/kdelibs/cmake/modules/FindGIF.cmake #546659:546660 @@ -25,6 +25,7 @@ ) if (GIF_INCLUDE_DIR AND GIF_LIBRARIES) + set(CMA

KDE/kdelibs/cmake/modules

2006-05-16 Thread Paulo Moura Guedes
SVN commit 541628 by mojo: If we are building kdelibs with debug build type then choose the debug Qt libraries. Before, if both were available, the release Qt libs were always chosen, which makes msvc apps crash. I think this finnishes the build-system cycle for the win32 port, for now :) CCM

KDE/kdelibs

2006-05-09 Thread Paulo Moura Guedes
SVN commit 538934 by mojo: Respect spaces in paths by using double quotes. CCMAIL: kde-buildsystem@kde.org M +5 -5 CMakeLists.txt --- trunk/KDE/kdelibs/CMakeLists.txt #538933:538934 @@ -137,11 +137,11 @@ # write the installdirs into a cmake file which will be installed file(WRITE $

Re: FIND_PROGRAM on Windows

2006-05-08 Thread Paulo Moura Guedes
On Monday 08 May 2006 21:35, William A. Hoffman wrote: > To put a value with spaces in the path in a variable in cmake, you > must double quote it. > > set(SOMEPATH "c:/program files/foobar") > set(PATHVAR "${SOMEPATH}") > > So, if there are problems with spaces, the stuff should be changed > to d

Re: FIND_PROGRAM on Windows

2006-05-08 Thread Paulo Moura Guedes
On Monday 08 May 2006 19:21, William A. Hoffman wrote: > At 01:37 PM 5/8/2006, Paulo Jorge Guedes wrote: > >> FIND_PROGRAM on Windows finds executables with sufix *.[exe|bat] but > > > >not > > > >> those without any extension, a la unix. > >> This is needed for msys which, for example, uses dcopid

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.exp > keramik.obj :

KDE/kdelibs/dcop/dcopidlng

2006-05-05 Thread Paulo Moura Guedes
SVN commit 537611 by mojo: Don't waste FindKDEInternal.cmake hard labor. CCMAIL: kde-buildsystem@kde.org M +1 -5 CMakeLists.txt --- trunk/KDE/kdelibs/dcop/dcopidlng/CMakeLists.txt #537610:537611 @@ -4,11 +4,7 @@ ### install files ### -if(WIN32) - install_pro

Re: vs ide PATH issue solved (no .bat files needed)

2006-04-25 Thread Paulo Moura Guedes
On Tuesday 25 April 2006 16:49, William A. Hoffman wrote: > At 09:41 AM 4/25/2006, Bill Hoffman wrote: > >I came up with a solution for the VS IDE PATH problem. > >CMake will look for the environment variable CMAKE_MSVCIDE_RUN_PATH. > >If it is set, then it will add its value to the PATH for each >

Re: Dart2 dashboard

2006-04-19 Thread Paulo Moura Guedes
On Wednesday 19 April 2006 21:40, Bill Hoffman wrote: > A Dart2 dashboard has been setup up for kdelibs: > > http://public.kitware.com/dashboard.php?name=kde&page=1 > > Currently, submissions are going to both the Dart classic > and Dart2 dashboards. At some point when Dart2 has a few > more featu

KDE/kdelibs/libltdl

2006-04-18 Thread Paulo Moura Guedes
SVN commit 530991 by mojo: Ups, there is a ltdl header file so move the exports to there. This is currently a mess, with the mix of LT_SCOPE and KDECORE_EXPORT. Only touched the needed symbols, I guess it's better for now. CCMAIL: kde-buildsystem@kde.org M +4 -6 ltdl.c M +6 -4 l

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 + #if HAVE_CONFIG_H # include #endif @@ -1300,7 +1302,7 @@ static int

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 d

Re: MSVC status

2006-04-13 Thread Paulo Moura Guedes
On Thursday 13 April 2006 07:20, Ralf Habacker wrote: > > It would be important to get some help here so we could have a > > meaningful MSVC dashboard (assuming anyone cares or read the dashboard > > email or visit http://public.kitware.com/KDE/Testing/). > >   > > This is probably because perl isn

KDE/kdelibs/kdeprint

2006-04-12 Thread Paulo Moura Guedes
SVN commit 529139 by mojo: Some more of the weird moving up of the stat.h include. CCMAIL: kde-buildsystem@kde.org M +1 -1 kmspecialmanager.cpp --- trunk/KDE/kdelibs/kdeprint/kmspecialmanager.cpp #529138:529139 @@ -31,9 +31,9 @@ #include #include +#include #include #include

KDE/kdelibs/knewstuff

2006-04-12 Thread Paulo Moura Guedes
SVN commit 529067 by mojo: Move KDE_DEPRECATED to the begining of the method, so it compiles on MSVC. CCMAIL: kde-buildsystem@kde.org M +1 -1 downloaddialog.h --- trunk/KDE/kdelibs/knewstuff/downloaddialog.h #529066:529067 @@ -85,7 +85,7 @@ @param category a Hotstuff data type

KDE/kdelibs/kio/kio

2006-04-12 Thread Paulo Moura Guedes
SVN commit 529046 by mojo: stat.h is needed for S_IRWXU and company. CCMAIL: kde-buildsystem@kde.org M +1 -0 kfileitem.cpp --- trunk/KDE/kdelibs/kio/kio/kfileitem.cpp #529045:529046 @@ -27,6 +27,7 @@ #include #include #include +#include #include #include _

KDE/kdelibs/kjs

2006-04-12 Thread Paulo Moura Guedes
SVN commit 528999 by mojo: MSVC needs stdint.h from kdewin32 includes. CCMAIL: kde-buildsystem@kde.org M +3 -0 CMakeLists.txt --- trunk/KDE/kdelibs/kjs/CMakeLists.txt #528998:528999 @@ -12,6 +12,9 @@ #macro_additional_clean_files( ${CMAKE_CURRENT_BINARY_DIR}/global.h ) include_dir

Re: M_PI

2006-04-09 Thread Paulo Moura Guedes
On Friday 07 April 2006 21:10, Christian Ehrlicher wrote: > Paulo Jorge Guedes schrieb: > > I'm going out for the weekend and I won't have an internet connection. > > I also send the math.h file that fixes the compilation. > > Sometimes you have really funny ideas - do you really think M$ change >

Re: nightly and continuous build setups

2006-04-01 Thread Paulo Moura Guedes
On Friday 31 March 2006 18:58, William A. Hoffman wrote: > >It's on mojo.risin.mingw. > >I tested it with "ctest -S dash17_kde.cmake -V". Now I have to investigate > > some way to replace cron on windows. I uploaded before a broken > > mojo.risin entry so please delete it. > > Use scheduled tasks.