dcopidl.bat

Maarten Th. Mulders maarten.mulders at student.eur.nl
Wed May 31 23:18:30 CEST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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
- --
The digital signature in this email can be checked with
* Thunderbird: the Enigmail-extension (http://enigmail.mozdev.org/)
* Outlook (Express): the GnuPG-Plugin (http://www3.gdata.de/gpg/index.html).
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEfggmrlDGjB4EDkARAhxYAJ98QFSr/+WK1kkGPacCFI0qVOd0igCdEp8C
hUelH5Q8cN23b2tUi0Kx/iU=
=G3px
-----END PGP SIGNATURE-----


More information about the Kde-buildsystem mailing list