dcopidl2cpp runtime error

Paulo Jorge Guedes Paulo.Guedes at artelecom.pt
Fri Jun 9 15:32:57 CEST 2006


> -----Original Message-----
> From: Peter Kümmel [mailto:syntheticpp at gmx.net]
> Sent: sexta-feira, 9 de Junho de 2006 12:16
> To: KDE on Windows
> Subject: Re: dcopidl2cpp runtime error
> 
> Paulo Jorge Guedes wrote:
> > http://i5.tinypic.com/120qer6.jpg
> >
> > Any clue?
> >
> > Paulo
> 
> This has maybe to do with the (sometimes?) broken manifest
> support for "NMake Makefiles".
> 
> Is in the "build.make" file for dbusidl2cpp.exe the manifest
> tool called (mt /manifest ...)?
> And is there the /MANIFEST option in the linker command?

I have only this:

<<
	mt /manifest ..\..\bin\dbuscpp2xml.exe.manifest /outputresource:..\..\bin\dbuscpp2xml.exe;#2

 
> If not you could try if this fixes it:
> 
> if(MSVC AND NOT MSVC_IDE)
> SET(CMAKE_EXE_LINKER_FLAGS /MANIFEST)
> endif(MSVC AND NOT MSVC_IDE)

I tried that on the top level cmake file and experienced no changes.

I also tried to change debug/release build type with no success.
MSVC is really a complicated piece of art.

Paulo



More information about the Kde-windows mailing list