Re: is there anyone using vs2005 professional edition for calitko development?

hi;

I have typed

qconfigure.bat msvc2005 -debug-and-release

from vs command line and at the end it gave the the message below.

====================================================

You are now ready to build Qt (msvc2005)

If you specified -static or only want to build the
Qt library, type ‘nmake sub-src’
otherwise, type ‘nmake’

To start over, type ‘nmake distclean’
and then re-run qconfigure.bat

====================================================

Later on I had typed nmake from command line without any parameters and then it gave an error message and stopped:

qfiledialog_win.cpp
dialogs\qfiledialog_win.cpp : fatal error C1033: cannot open program database ‘c
:\qt\4.2.2\src\gui\vc80.pdb’
qpagesetupdialog_win.cpp
dialogs\qpagesetupdialog_win.cpp : fatal error C1033: cannot open program databa
se ‘c:\qt\4.2.2\src\gui\vc80.pdb’
qprintdialog_win.cpp
dialogs\qprintdialog_win.cpp : fatal error C1033: cannot open program database ‘
c:\qt\4.2.2\src\gui\vc80.pdb’
qabstractprintdialog.cpp
dialogs\qabstractprintdialog.cpp : fatal error C1033: cannot open program databa
se ‘c:\qt\4.2.2\src\gui\vc80.pdb’
qabstractpagesetupdialog.cpp
dialogs\qabstractpagesetupdialog.cpp : fatal error C1033: cannot open program da
tabase ‘c:\qt\4.2.2\src\gui\vc80.pdb’
qcolordialog.cpp
dialogs\qcolordialog.cpp : fatal error C1033: cannot open program database ‘c:\q
t\4.2.2\src\gui\vc80.pdb’
qdialog.cpp
dialogs\qdialog.cpp : fatal error C1033: cannot open program database ‘c:\qt\4.2
.2\src\gui\vc80.pdb’
qerrormessage.cpp
dialogs\qerrormessage.cpp : fatal error C1033: cannot open program database ‘c:\
qt\4.2.2\src\gui\vc80.pdb’
qfiledialog.cpp
qfontdialog.cpp
qinputdialog.cpp
qmessagebox.cpp
qprogressdialog.cpp
Generating Code…
NMAKE : fatal error U1077: ‘”C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.EXE”‘ : return code ‘0×2′
Stop.
NMAKE : fatal error U1077: ‘”C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.EXE”‘ : return code ‘0×2′
Stop.
NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2′
Stop.
NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2′
Stop.

C:\Qt\4.2.2>

Later ,I have typed the following commands and outputs are as follows:

C:\Qt\4.2.2>qmake -v
‘qmake’ is not recognized as an internal or external command,
operable program or batch file.

C:\Qt\4.2.2>qmake
‘qmake’ is not recognized as an internal or external command,
operable program or batch file.

C:\Qt\4.2.2>echo %QMAKESPEC%
win32-msvc2005

waiting for your comments…

Would you like to post a relpy?


This post is a reply to:
Re: is there anyone using vs2005 professional edition for calitko development?
Hi Tufan, I’m not using VS for development but anyway here are some suggestions: I guess you are using http://doc.calitko.org/installing_msvs_qt.html as a reference? First of all you should build the patched Qt v4.2 (more...)

Follow-ups:
Re: is there anyone using vs2005 professional edition for calitko development?
Hi Tufan, Hmm, you need to set the environments for both VS and Qt then. Create a shortcut on your Desktop with Target: %COMSPEC% /k "C:\Qt\4.2.0\bin\qtvars.bat" Start in: d:\projects Take the attached qtvars.bat (more...)