dcopidl.bat
Peter Kümmel
syntheticpp at gmx.net
Wed May 31 23:26:08 CEST 2006
Maarten Th. Mulders wrote:
> Hi all,
>
> I think I found a little error in dcopidl.bat. It takes a parameter
> 'srcdir' which is copied into %LIBDIR% in line 9 by the statement
> set LIBDIR=%2
>
> This does not work well, currently, because often (and by default) the
> 'srcdir'-parameter contains spaces, and this statement only copies until
> the first space. So I'dd suggest to change line 9 to:
> set LIBDIR="%2"
> in order to copy the complete path.
>
> By the way, when trying to build kdebase with MSVC 2005 and dcopidl.bat
> fixed as suggested above, dcopidl2cpp.exe crashes with the following
> message:
>
> Debug Error!
> Program: C:\Program Files\kdelibs\bin\dcopidl2cpp.exe
> Module: 4.1.2
> File: d:\source\qt\src\corelib\global\qglobal.cpp
> Line: 2082
>
> ASSERT: "de.tagName() == "DCOP-IDL"" in file
> D:\source'\kde-svn\kdelibs4_snapshot\dcop\dcopidl2cpp\main.cpp, line 106
>
> (Press Retry to debug the application)
>
> I really have no idea how to even investigate this problem... But if
> someone needs my help in reproducing the error, I'm open to help.
>
> Kind regards,
>
> Maarten Th. Mulders
Hi Maarten,
what a timing!
Today dcop has been removed from kdelibs,
http://websvn.kde.org/trunk/KDE/kdelibs/
and has been replaced by dbus.
So I don't think we'll investigate this any more.
Anyway many thanks,
Peter
More information about the Kde-buildsystem
mailing list