Irgendwas hat's da komplett verhagelt, also bewusst habe ich gar nix geändert, die üblichen M$-Updates nur.
Im Durchlauf bleibt er da hängen z.B.:
Code: Alles auswählen
cl.exe -I"C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/include" -I"I:\PB_IDE/Libraries" -DWINDOWS -DVISUALC -DX64 -DPB_64 -D_USING_V110_SDK71_ -I"C:/Program Files/Microsoft SDKs/Windows/v7.1/Include" -I"C:/Program Files/Microsoft SDKs/Windows/v7.1/Include/crt" -I. -I"C:/Program Files (x86)/Microsoft DirectX SDK (August 2009)/Include" -I"C:/Program Files (x86)/Microsoft DirectX 9.0 SDK (December 2004)/Include" /nologo /GS- /D_CRT_NOFORCE_MANIFEST /O1 /c ../PureBasicDebugger/NetworkSupport.c /FoI:/PB_IDE/Build/x64/ide/NetworkSupport.obj
Mit dieser Ausgabe (was mal totaler Blödsinn ist):
Code: Alles auswählen
Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9024 : unrecognized source file type 'C:/Program Files/Git/nologo', object file assumed
cl : Command line warning D9024 : unrecognized source file type 'C:/Program Files/Git/GS-', object file assumed
cl : Command line warning D9024 : unrecognized source file type 'C:/Program Files/Git/D_CRT_NOFORCE_MANIFEST', object file assumed
cl : Command line warning D9024 : unrecognized source file type 'C:/Program Files/Git/O1', object file assumed
cl : Command line warning D9024 : unrecognized source file type 'C:/', object file assumed
NetworkSupport.c
Microsoft (R) Incremental Linker Version 12.00.40629.0
Copyright (C) Microsoft Corporation. All rights reserved.
/out:nologo.exe
"C:/Program Files/Git/nologo"
"C:/Program Files/Git/GS-"
"C:/Program Files/Git/D_CRT_NOFORCE_MANIFEST"
"C:/Program Files/Git/O1"
C:/
NetworkSupport.obj
"C:\Program Files\Git\FoI;C:\Program Files\Git\PB_IDE\Build\x64\ide\NetworkSupport.obj"
LINK : fatal error LNK1181: cannot open input file 'C:/Program Files/Git/nologo.obj'
make: *** [I:/PB_IDE/Build/x64/ide/NetworkSupport.obj] Error 2
Gebe ich den Befehl direkt danach von Hand ein, wird die NetworkSupport.obj erstellt.
Ich raff's nicht und geb's jetzt auch gleich auf.
Da ich ja wohl der einzige bin, mit dem Problem, liegt es vermutlich auch nicht an irgendeinem Windows Update, sondern... keine Ahnung.