digitalmars.D.learn - Cannot build qtd on dmd 2.053
I used the instructions here: http://dsource.org/projects/qtd/wiki/BuildWindows Could qtd depend on another qt sdk than the one linked from this page? A messagebox poppes up saying: "generator.exe - The procedure entry point _Z17qt_message_output9QtMsgTypePKc could not be located in the dynamic link library QtCore4.dll" Linking CXX executable generator.exe [ 98%] Built target generator Scanning dependencies of target dgen [ 98%] Generating binding... mingw32-make[2]: *** [build/cpp/qt_core/ArrayOps_shell.cpp] Error - 1073741511 mingw32-make[1]: *** [generator/CMakeFiles/dgen.dir/all] Error 2 mingw32-make: *** [all] Error 2
May 14 2011
On 14.05.2011 20:07, simendsjo wrote:I used the instructions here: http://dsource.org/projects/qtd/wiki/BuildWindows Could qtd depend on another qt sdk than the one linked from this page? A messagebox poppes up saying: "generator.exe - The procedure entry point _Z17qt_message_output9QtMsgTypePKc could not be located in the dynamic link library QtCore4.dll" Linking CXX executable generator.exe [ 98%] Built target generator Scanning dependencies of target dgen [ 98%] Generating binding... mingw32-make[2]: *** [build/cpp/qt_core/ArrayOps_shell.cpp] Error - 1073741511 mingw32-make[1]: *** [generator/CMakeFiles/dgen.dir/all] Error 2 mingw32-make: *** [all] Error 2Just in case someone stumbles upon this post... An application I had in my %PATH% had QtCore4.dll. The build script picked up this instead of the Qt SDK library. Some path fiddling, and it compiles.
May 16 2011