dashboard state

2006-04-07 Thread Bill Hoffman
The current state of the dashboard is pretty bad. http://public.kitware.com/dashboard.php?name=kde kdelibs does not seem to be building anywhere without errors. The first problem seems to be here: /.../kdelibs-cont-src/interfaces/kmediaplayer/kfileaudiopreview/kfileaudiopreview.cpp: In

Re: Better support for custom commands that generate multiple files needed.

2006-04-07 Thread Alexander Neundorf
On Wednesday 05 April 2006 22:10, David Faure wrote: kdelibs/kabc says: add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/addressee.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/scripts COMMAND ${PERL_EXECUTABLE} ARGS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/makeaddressee

M_PI

2006-04-07 Thread Paulo Jorge Guedes
Hi, Look at this error: D:\dashboard-vc2005\kdelibs\kdefx\kimageeffect.cpp(3051) : error C2065: 'M_PI' : undeclared identifier The math.h file that is being used by kdewin32 is in the path C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h and it's the file that goes attached. It has

RE: M_PI

2006-04-07 Thread Paulo Jorge Guedes
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. Paulo -Original Message- From: Paulo Jorge Guedes [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 7 de Abril de 2006 18:03 To: kde-buildsystem@kde.org Subject:

RE: M_PI

2006-04-07 Thread William A. Hoffman
At 01:10 PM 4/7/2006, Paulo Jorge Guedes wrote: 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. My guess is that _USE_MATH_DEFINES is not defined or this is defined: _MATH_DEFINES_DEFINED. Maybe this forwarding stuff

Re: KDE/kdelibs

2006-04-07 Thread Alexander Neundorf
On Friday 07 April 2006 20:32, you wrote: On 4/7/06, Alexander Neundorf [EMAIL PROTECTED] wrote: 5) unit tests -have to run from the build tree -can have a GUI -no bundles on OS X FYI, there's no such thing as a non-bundle GUI app on OSX; you have to call gui apps from inside an .app

Re: KDE/kdelibs

2006-04-07 Thread Alexander Neundorf
On Friday 07 April 2006 20:47, Benjamin Reed wrote: hmm, replying to myself? that's *crazy*! :) Don't worry, I laos do this from time to time... On 4/7/06, Benjamin Reed [EMAIL PROTECTED] wrote: They need to be bundles, or the .so file needs to be loaded from the main GUI thread. I

Re: kdewidgets designer plugin not built correctly

2006-04-07 Thread Alexander Neundorf
On Friday 07 April 2006 15:52, Matt Rogers wrote: Hi, the kdewidgets.so library that hold all the kde widget plugins for use in designer is not being built correctly. There are several issues: 1. kdewidgets.cpp is not regenerated if makekdewidgets has to be rebuilt due to a change in the

Re: KDE/kdelibs

2006-04-07 Thread Tanner Lovelace
On 4/7/06, Alexander Neundorf [EMAIL PROTECTED] wrote: Does this mean kdeinit itself has to be a bundle ? Or shouldn't we use kdeinit on OS X ? For those of us fairly new to KDE development, are there any pointers to explain just what kdeinit is and does? I have a general idea, but it would be

Re: M_PI

2006-04-07 Thread Christian Ehrlicher
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 their math.h to fit your needs? Christian signature.asc

Re: Better support for custom commands that generate multiple files needed.

2006-04-07 Thread Brad King
Joseph Wenninger wrote: I haven't looked that deep into cmake yet, but is there a reason, why it doesn't it just allow multiple OUTPUT parameters ? (OUTPUT xyz OUTPUT asdf ) ? I don't know how portable it is and what happens with parallel builds, but at least in gnu make you can

Re: kdewidgets designer plugin not built correctly

2006-04-07 Thread Alexander Neundorf
On Friday 07 April 2006 22:23, Alexander Neundorf wrote: On Friday 07 April 2006 21:00, Alexander Neundorf wrote: On Friday 07 April 2006 15:52, Matt Rogers wrote: Hi, the kdewidgets.so library that hold all the kde widget plugins for use in designer is not being built correctly.

Re: Better support for custom commands that generate multiple files needed.

2006-04-07 Thread David Faure
On Friday 07 April 2006 23:17, Brad King wrote: Does anyone know how this works in the old KDE build system? We had this, and I think it's correct: field.cpp: addressee.h addressee.cpp addressee.cpp: addressee.h addressee.cpp addressee.h field.cpp: [...dependencies...] mysrcdir=`cd

Re: KDE/kdelibs

2006-04-07 Thread David Faure
On Friday 07 April 2006 18:40, Alexander Neundorf wrote: 1) full end-user GUI apps -would be nice if they run from the build tree -should be bundles on OS X 2) command line apps I -don't have to run from the build tree -no bundles on OS X -may do something with a GUI (kwin, kdialog) Then

Re: KDE/kdelibs

2006-04-07 Thread Benjamin Reed
On 4/7/06, Tanner Lovelace [EMAIL PROTECTED] wrote: e.g. kdialog then ? With the full path to the binary inside the bundle ? Yes, if you're running from the command line. Right, there is already code in kdelibs to find bundles #ifdef Q_WS_MAC so the only place there are issues is