Closed nvonbulow closed 10 years ago
Can you try removing the colon after /Fo (to make it /Fobin\2048.obj) and try again? On Apr 11, 2014 7:56 AM, "101timjim" notifications@github.com wrote:
c:\program files (x86)\microsoft visual studio 11.0\vc\bin>cd C:\Users\Nicki\Desktop\2048-ai-master
C:\Users\Nicki\Desktop\2048-ai-master>make-msvc
C:\Users\Nicki\Desktop\2048-ai-master>cl /W1 /O2 /Gd /MD /D _WINDLL /EHsc /nologo 2048.cpp /Fo:bin\2048.obj /link /OUT:bin\2048.exe 2048.cpp C:\Users\Nicki\Desktop\2048-ai-master\2048.cpp : fatal error C1083: Cannot open compiler generated file: ':bin\2048.obj': Invalid argument
C:\Users\Nicki\Desktop\2048-ai-master>cl /nologo bin\2048.obj /link /DLL /OUT:bin\2048.so LINK : fatal error LNK1181: cannot open input file 'bin\2048.obj'
C:\Users\Nicki\Desktop\2048-ai-master>
— Reply to this email directly or view it on GitHubhttps://github.com/nneonneo/2048-ai/issues/15 .
that works
I get this error when running with VSCMD prompt.