PDA

View Full Version : mingw32-make[2]: *** [..\..\lib\QtCored4.dll] Error 1


jivanr
11th June 2007, 13:03
Dear all,
I am getting error as follows:
Qt 4.3.0 on Windows XP..



C:\QT\4.3.0>mingw32-make

mingw32-make[2]: *** [..\..\lib\QtCored4.dll] Error 1
mingw32-make[2]: Leaving directory `C:/QT/4.3.0/src/corelib'
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory `C:/QT/4.3.0/src/corelib'
mingw32-make: *** [sub-corelib-make_default-ordered] Error 2

Plz give help me in this regard..

Thanks & Regards
Jivan

mcosta
11th June 2007, 14:14
Dear all,
I am getting error as follows:
Qt 4.3.0 on Windows XP..
C:\QT\4.3.0>mingw32-make
mingw32-make[2]: *** [..\..\lib\QtCored4.dll] Error 1
mingw32-make[2]: Leaving directory `C:/QT/4.3.0/src/corelib'
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory `C:/QT/4.3.0/src/corelib'
mingw32-make: *** [sub-corelib-make_default-ordered] Error 2


View

http://www.qtcentre.org/forum/f-installation-5/t-make-is-not-recognized-as-an-internal-or-external-command-7471.html

jivanr
13th June 2007, 05:24
Hi,
Still also I am getting same error.,
Can you explain me in detail,

Thank you very much..


Regards
Jivan

jpn
13th June 2007, 09:24
Still also I am getting same error.,
Can you explain me in detail
Could you explain what are you trying to do? Sorry, but just to assure, is your intention to build Qt? Have you run "configure"?

shiyutang
2nd May 2008, 15:50
I have add these lines to qtvars.bat (This is the bat file that "Build Debug Libraries" executes):

set LIB=E:\Develop\MinGW\lib
set LIB=E:\Develop\Qt\4.3.4\lib
set INCLUDE=E:\Develop\MinGW\include
set INCLUDE=E:\Develop\Qt\4.3.4\include

(I have installed Qt and MinGW in E:\Develop)
And then everything is OK.