dave
27th July 2006, 16:03
Hi
Everytime I try to compile Qide (talked about in the QT Software Section of the forum), I get the following error message:
mingw32-make[2]: Entering directory `I:/code/QIde-0.15/lineedithistoplugin'
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -shared -Wl,--out-implib,debug\liblineedithistoplugin.a -o debug\lineedithistoplugin.dll" debug\lineedithisto.o debug\lineedithistoplugin.o debug\moc_lineedithisto.o debug\moc_lineedithistoplugin.o -L"c:\Qt\4.1.4\lib" -lQtGuid4 -lQ
tCored4 -lQtDesignerd4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot find -lQtDesignerd4
collect2: ld returned 1 exit status
mingw32-make[2]: *** [debug\lineedithistoplugin.dll] Error 1
I'm using QT 4.1.4 OS Edition configured for Debug. Windows XP and minGW.
What it seemed to me is that the linker can't find lQtDesignerd4, which must be the debug version of lQtDesigner4. I have looked under the "c:\Qt\4.1.4\lib" directory but couldn't find any file named libQtDesignerd4.dll. Or maybe it is some other problem?
Thanks.
Everytime I try to compile Qide (talked about in the QT Software Section of the forum), I get the following error message:
mingw32-make[2]: Entering directory `I:/code/QIde-0.15/lineedithistoplugin'
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -shared -Wl,--out-implib,debug\liblineedithistoplugin.a -o debug\lineedithistoplugin.dll" debug\lineedithisto.o debug\lineedithistoplugin.o debug\moc_lineedithisto.o debug\moc_lineedithistoplugin.o -L"c:\Qt\4.1.4\lib" -lQtGuid4 -lQ
tCored4 -lQtDesignerd4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot find -lQtDesignerd4
collect2: ld returned 1 exit status
mingw32-make[2]: *** [debug\lineedithistoplugin.dll] Error 1
I'm using QT 4.1.4 OS Edition configured for Debug. Windows XP and minGW.
What it seemed to me is that the linker can't find lQtDesignerd4, which must be the debug version of lQtDesigner4. I have looked under the "c:\Qt\4.1.4\lib" directory but couldn't find any file named libQtDesignerd4.dll. Or maybe it is some other problem?
Thanks.