Friday, July 4th 2008, 9:21pm UTC+1

You are not logged in.

  • Login
  • Register

Nash

Beginner

1

Monday, January 7th 2008, 9:35am

problem installing qt 4.3.3 with msvc2005

Hi folks,

I can't compile qt 4.3.3 with Visual Studio 2005 with SP1.

first I used configure -buildkey msvc2005 to build the makefiles.

then I started nmake, but it won't work

Quoted


D:\Programmierung\Bibliothek\qt-win-opensource-src-4.3.3>nmake

Microsoft (R) Program Maintenance Utility, Version 8.00.50727.762
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

cd src\winmain\ && "D:\Programmierung\IDE\Microsoft Visual Studio 8\VC\B
IN\nmake.exe" -f Makefile

Microsoft (R) Program Maintenance Utility, Version 8.00.50727.762
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

"D:\Programmierung\IDE\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Ma
kefile.Debug all

Microsoft (R) Program Maintenance Utility, Version 8.00.50727.762
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 -w34100 -w34189 -GR -EHsc
-DQT_THREAD_SUPPORT -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_NO_CAST_TO_AS
CII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH -DQT3_SUPPORT -DQT_MOC
_COMPAT -D_USE_MATH_DEFINES -I"..\..\include" -I"tmp" -I"..\..\include\QtCore" -
I"d:\Programmierung\Bibliothek\qt-win-opensource-src-4.3.3\include\qtmain" -I"tm
p" -I"d:\Programmierung\Bibliothek\qt-win-opensource-src-4.3.3\include\ActiveQt"
-I"tmp\moc\debug_shared" -I"." -I"..\..\mkspecs\win32-msvc2005" -Fotmp\obj\debu
g_shared\ @C:\DOKUME~1\Axel\LOKALE~1\Temp\nm27.tmp
cl : Befehlszeile error D8003 : Name der Quelldatei fehlt.
lib /NOLOGO /OUT:..\..\lib\qtmaind.lib @C:\DOKUME~1\Axel\LOKALE~1\Temp\n
m28.tmp
LIB : fatal error LNK1181: Eingabedatei "tmp\obj\debug_shared\qtmain_win.obj" ka
nn nicht geöffnet werden.
NMAKE : fatal error U1077: ""D:\Programmierung\IDE\Microsoft Visual Studio 8\VC\
BIN\lib.EXE"": Rückgabe-Code "0x49d"
Stop.
NMAKE : fatal error U1077: ""D:\Programmierung\IDE\Microsoft Visual Studio 8\VC\
BIN\nmake.exe"": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.

D:\Programmierung\Bibliothek\qt-win-opensource-src-4.3.3>


sounds like here is a problem

Quoted

g_shared\ @C:\DOKUME~1\Axel\LOKALE~1\Temp\nm27.tmp
cl : Befehlszeile error D8003 : Name der Quelldatei fehlt.

I don't know what he want in c:\ ??

can anybody help?
  • Go to the top of the page

2

Wednesday, March 19th 2008, 1:19pm

I'm not sure what parameter that 'buildkey' is that you are using, but I configure my vs2005 like this:

configure -platform win32-msvc2005

The configure -help does not list -buildkey for me, sounds odd.
  • Go to the top of the page

Nash

Beginner

3

Thursday, March 20th 2008, 9:20pm

yeah, this helps also not, the same error...
  • Go to the top of the page

Style

Beginner

4

Monday, March 24th 2008, 11:50am

Same problem

I have same error... :S godamn someone tell me how to skip that error :S
  • Go to the top of the page

Nash

Beginner

5

Tuesday, March 25th 2008, 4:52pm

maybe you can call trolltech to solve our problem?
  • Go to the top of the page

6

Thursday, March 27th 2008, 12:14pm

solution

Hi,
I get same problem at starting time,that time i did removing the all Qt & VS 2005 files in Controlpanel aswellas System registry.After that i Install in seperate drive .Now it works fine..
  • Go to the top of the page

Rate this thread