dcopidl2cpp runtime error
Peter Kümmel
syntheticpp at gmx.net
Fri Jun 9 13:16:16 CEST 2006
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?
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)
Peter
More information about the Kde-windows
mailing list