I wanted to start with Qt using Visual Studio 2013 RC.
Of course the Visual Studio Add-in isn’t working with 2013 yet, but for the first I would be totally happy if I could inlucde headers and link to the libs.
Unfortunately there is no prebuilt version available so I thought to compile one on my own, but I am not very lucky so far.
From Visual Studio 2013 RC x64 Native Tools I start in the Qt source the configure.bat (the list of options is a little bit overwhelming so not sure what the best is here, I tried for example configure -release -nomake examples).
But it always stops with an fatal error. Here the last snippet:
C:\Users\Leandra\Downloads\Qt\qtbase\src\corelib\tools\qcryptographichash.cpp(20
0) : warning C4316: 'QCryptographicHashPrivate' : Das auf dem Heap zugeordnete O
bjekt ist möglicherweise nicht 32 ausgerichtet
qhash.cpp
qlist.cpp
qlinkedlist.cpp
qlocale.cpp
qlocale_tools.cpp
c:\users\leandra\downloads\qt\qtbase\src\corelib\tools\qlocale_tools.cpp(1257) :
fatal error C1001: Interner Compilerfehler.
(Compilerdatei 'f:\dd\vctools\compiler\utc\src\p2\main.c', Zeile 227)
Vereinfachen oder ändern Sie das Programm im Umfeld der oben aufgeführten Posit
ionen. Wählen
Sie im Menü "Hilfe" von Visual C++ den Befehl "Technischer Support",
oder öffnen Sie die Hilfedatei des technischen Supports, um weitere Informatione
n zu erhalten.
c:\users\leandra\downloads\qt\qtbase\src\corelib\tools\qlocale_tools.cpp(1257) :
fatal error C1001: Interner Compilerfehler.
(Compilerdatei 'f:\dd\vctools\compiler\utc\src\common\error.c', Zeile 771)
Vereinfachen oder ändern Sie das Programm im Umfeld der oben aufgeführten Posit
ionen. Wählen
Sie im Menü "Hilfe" von Visual C++ den Befehl "Technischer Support",
oder öffnen Sie die Hilfedatei des technischen Supports, um weitere Informatione
n zu erhalten.
cl : Befehlszeile error D8040 : Fehler beim Erstellen oder Kommunizieren mit dem
untergeordneten Prozess.
NMAKE : fatal error U1077: ""C:\Program Files (x86)\Microsoft Visual Studio 12.0
\VC\BIN\amd64\cl.EXE"": Rückgabe-Code "0x2"
Stop.
Building qmake failed, return code 2
I have perl, python directX SDK installed on a windows 7 machine (and of course Visual Studio 2013 RC) – 64Bit. Try to compile Qt 5.1.1
I also tried to use the 2012 version. I can include the headers and link to the libs, but it fails due to missing MSVCP110D.dll (Visual Studio 2012 is not installed which explaines this, but I don’t understand why it wants to use the debugging dll? confusing…)
I would be greatfull for any hints what I may could do. Maybe there is some official release planned for Vidual Studio 2013?
↧