Re: parallel make again

2006-05-19 Thread Stephan Kulow
Am Freitag, 19. Mai 2006 01:09 schrieb Dirk Mueller:
 On Thursday, 18. May 2006 22:36, Stephan Kulow wrote:
  file somewhere below CMakeFiles, but I have no idea how to fix this
  correctly.

 an easy workaround would be to fix dcopidl2cpp to use KSaveFile instead of
 open+truncate for writing its output.

I don't think we want to mess with dcop's dependencies at this point.

Greetings, Stephan
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: parallel make again

2006-05-19 Thread Dirk Mueller
On Friday, 19. May 2006 09:18, Stephan Kulow wrote:

 I don't think we want to mess with dcop's dependencies at this point.

Just hardcore #include ../../ the files or copypaste the code. its just 5-10 
lines anyway. 

Dirk
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: kdelibs_export.h

2006-05-19 Thread Peter Kümmel
Peter Kümmel wrote:
 This patch only works not for C files!
Sorry:
This patch only works for C++ files
not for C files.

___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Re: add_definitions() and -U flag

2006-05-19 Thread Thiago Macieira
Dmitry Suzdalev wrote:
Hi!

Is it intentional that add_definitions() doesn't support -U gcc flag?

For example, when I try to do the following

add_definitions( -UQT3_SUPPORT )

remove_definitions( -DQT3_SUPPORT )

-- 
Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
  thiago.macieira (AT) trolltech.com Trolltech AS
GPG: 0x6EF45358   |  Sandakerveien 116,
E067 918B B660 DBD1 105C  |  NO-0402
966C 33F5 F005 6EF4 5358  |  Oslo, Norway


pgp0HAmmKTip1.pgp
Description: PGP signature
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


Bug in cmake's remove_definitions

2006-05-19 Thread Dmitry Suzdalev
I believe, I've found bug in cmake.

KDE4_DEFINITIONS in FindKDE4Internal.cmake among the others contains flags 
-DQT3_SUPPORT and -DQT3_SUPPORT_WARNINGS.

When I added

remove_definitions(-DQT3_SUPPORT)

I got a compile time error:

c++: _WARNINGS: No such file or directory

You see? -DQ3_SUPPORT was cutted from -DQT3_SUPPORT_WARNINGS macro 
effectively leaving _WARNINGS on command line to produce an error :).

Hope this helps.
Dmitry.
___
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem