I&#39;ve rebuilt debug versions of both Qt and kdelibs (emerge --buildtype=Debug --update qt then emerge --buildtype=Debug kdelibs) but makekdewidgets still fails the same way.<br><br>The output obtained (as seen in MSVC) follows further down. The most notable changes are :<br>
1) all the KDE/Qt stuff has symbols<br>2) the apparition of =&gt; LDR: LdrpWalkImportDescriptor() failed to probe D:\stuff\KDE4_win32\root\bin\dbus-1d.dll for its manifest, ntstatus 0xc0150002<br><br>I checked the build date of D:\stuff\KDE4_win32\root\bin\dbus-1d.dll and found that it had not been built by my two emerge commands mentioned higher up. <br>
<br>Questions : <br>1) how does dbus-1d.dll get built ? Saro made me do a emerge kdewin32lib last week. Did that do it ? <br>2) will doing kdewin32lib fix the problem ? I could try doing that but I&#39;ve been blindly trying all sorts of things in a trial-and-error manner for the last month and would rather not (each trial-and-error step taking hours of build time before failing)<br>
3) is there some problem with dbus-1d.dll on my machine ?<br><br>The output of MSVC for makekdewidgets.exe:<br><br>&#39;makekdewidgets.exe&#39;: Loaded &#39;D:\stuff\KDE4_win32\root\tmp\kdelibs-20080202\work\msvc2005-Debug\bin\makekdewidgets.exe&#39;, Symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\ntdll.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\kernel32.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;D:\stuff\KDE4_win32\root\lib\QtCored4.dll&#39;, Symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\user32.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\gdi32.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\ole32.dll&#39;, No symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\advapi32.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\rpcrt4.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\msvcrt.dll&#39;, No symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\ws2_32.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\ws2help.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcp80d.dll&#39;, No symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c\msvcr80d.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;D:\stuff\KDE4_win32\root\tmp\kdelibs-20080202\work\msvc2005-Debug\bin\kdecore.dll&#39;, Symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;D:\stuff\KDE4_win32\root\lib\QtNetworkd4.dll&#39;, Symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;D:\stuff\KDE4_win32\root\lib\QtDBusd4.dll&#39;, Symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;D:\stuff\KDE4_win32\root\bin\dbus-1d.dll&#39;, No symbols loaded.<br>LDR: LdrpWalkImportDescriptor() failed to probe D:\stuff\KDE4_win32\root\bin\dbus-1d.dll for its manifest, ntstatus 0xc0150002<br>
&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\EntAPI.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\psapi.dll&#39;, No symbols loaded.<br>&#39;makekdewidgets.exe&#39;: Loaded &#39;C:\WINDOWS\system32\netapi32.dll&#39;, No symbols loaded.<br>
&#39;makekdewidgets.exe&#39;: Unloaded &#39;C:\WINDOWS\system32\EntAPI.dll&#39;<br>&#39;makekdewidgets.exe&#39;: Unloaded &#39;C:\WINDOWS\system32\netapi32.dll&#39;<br>&#39;makekdewidgets.exe&#39;: Unloaded &#39;C:\WINDOWS\system32\psapi.dll&#39;<br>
Debugger:: An unhandled non-continuable exception was thrown during process load<br>The program &#39;[12008] makekdewidgets.exe: Native&#39; has exited with code -1072365566 (0xc0150002).<br><br>Thanks for having a look.<br>
<br>Cheers,<br><br>Michael