[SOLVED] Error while compiling with Python 3.3
-
Hi,
im compiling latest git release with VS2012 x64 Native Tools and get this Error:
@ (set "PATH=E:\Programmierung\qt5\qtbase..\gnuwin32\bin;%PATH%") && python E:/Programmierung/qt5/qtwebkit/Source/WebCore/inspector/generate-inspector-protocol-version -o generated\InspectorProtocolVersion.h inspector\Inspector.json Self-test failed NMAKE : fatal Error U1077: "(set": Rückgabe-Code "0x1"
Stop.
NMAKE : fatal error U1077: "(": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.
NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x2"
Stop.@The Set Environment:
And the configure:
@E:\Programmierung\qt5>configure -developer-build -opensource -nomake examples -nomake tests -icu -mp@
Anybody seen something like that. Where is the error? I Don't understand what the file does.
Thank you.
-
I had the same problem when using python 3.3.0. Switching to 2.7.3 resolved it in my case.
I don't know python myself so can't say what the error in branch 3.x actually is.