MyKiel02
-
Content Count
5 -
Joined
-
Last visited
Posts posted by MyKiel02
-
-
There seems to be something very wrong with your Visual Studio setup. In the log it mentions running "Microsoft ® 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86". That doesn't belong to VS2012, but is much, much older. cl version 12 was shipped with Visual Studio 6 (18 years ago).
I suggest uninstalling visual studio, finding and deleting any leftovers from very old versions, and reinstalling it.
Edit: some reference from other people who had the same problem on MSDN:
Thank you, @@Haru! I'll try that as soon as I get home! I'll keep you posted!
-
Umm, never seen anything like that o.o I'm not familiar with TortoiseGit, but it should work like any other git client...
Could you show the full content of the build output pane after a clean and rebuild? (the tab next to the one you screenshotted - I don't remember the exact name, and I don't have a windows PC nearby to check)
Hi @@Haru,
Kindly see below. Thank you!
Clean:
1>------ Clean started: Project: map-server, Configuration: Release Win32 ------
2>------ Clean started: Project: mapcache, Configuration: Release Win32 ------
3>------ Clean started: Project: login-server, Configuration: Release Win32 ------
4>------ Clean started: Project: char-server, Configuration: Release Win32 ------
========== Clean: 4 succeeded, 0 failed, 0 skipped ==========
Rebuild:
1>------ Rebuild All started: Project: char-server, Configuration: Release Win32 ------
2>------ Rebuild All started: Project: login-server, Configuration: Release Win32 ------
3>------ Rebuild All started: Project: mapcache, Configuration: Release Win32 ------
4>------ Rebuild All started: Project: map-server, Configuration: Release Win32 ------
1> Microsoft ® 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
1> Copyright © Microsoft Corp 1984-1998. All rights reserved.
1>
1> cl ■/
1>
1> c
2> Microsoft ® 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
1>
2> Copyright © Microsoft Corp 1984-1998. All rights reserved.
1>CL : Command line warning D4024: unrecognized source file type ' ■/', object file assumed
2>
4> Microsoft ® 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
1>CL : Command line warning D4024: unrecognized source file type 'c', object file assumed
1> Microsoft ® Incremental Linker Version 11.00.50727.1
1> Copyright © Microsoft Corporation. All rights reserved.
4> Copyright © Microsoft Corp 1984-1998. All rights reserved.
4>
4> cl ■/
2> cl ■/
2>
2> c
2>
1>
4>
2>CL : Command line warning D4024: unrecognized source file type ' ■/', object file assumed
1> /out:.exe
4> \
2>CL : Command line warning D4024: unrecognized source file type 'c', object file assumed
2> Microsoft ® Incremental Linker Version 11.00.50727.1
2> Copyright © Microsoft Corporation. All rights reserved.
4>
4> p
4>
4>CL : Command line warning D4024: unrecognized source file type ' ■/', object file assumed
4>CL : Command line warning D4024: unrecognized source file type '\', object file assumed
2>
4>CL : Command line warning D4024: unrecognized source file type 'p', object file assumed
4> Microsoft ® Incremental Linker Version 11.00.50727.1
4> Copyright © Microsoft Corporation. All rights reserved.
4>
4> /out:.exe
4> ÿþ/
4> \
4> p
4>LINK : fatal error LNK1181: cannot open input file 'ÿþ/.obj'
3> Microsoft ® 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
3> Copyright © Microsoft Corp 1984-1998. All rights reserved.
3>
3> cl ■/
3>
3>
3>CL : Command line warning D4024: unrecognized source file type ' ■/', object file assumed
2> /out:.exe
2> ÿþ/
2> c
2>LINK : fatal error LNK1181: cannot open input file 'ÿþ/.obj'
3> Microsoft ® Incremental Linker Version 11.00.50727.1
1> ÿþ/
1> c
1>LINK : fatal error LNK1181: cannot open input file 'ÿþ/.obj'
3> Copyright © Microsoft Corporation. All rights reserved.
3>
3> /out:.exe
3> ÿþ/
3>LINK : fatal error LNK1181: cannot open input file 'ÿþ/.obj'
========== Rebuild All: 0 succeeded, 4 failed, 0 skipped ==========
I have tried searching for a solution for warning D4024 and error LNK1181 on google, but still, nothing fixes the issue.
Thank you
-
Hello! Thank you for the reply! I've done that many times but the issue still persist. Also, I've downloaded new server files from the repository using TortoiseGit (please see below screenshot), tried to compile it but I'm still encountering the errors.
-
Hi,
I've been searching for solutions for my problem for weeks already, but unfortunately, luck's not on my side.
So, my problem is that when I'm trying to compile my server, I get these errors (please see below screenshot)
If anyone here knows the solution, please please please help me because it has been buggin' me for weeks already!
Thank you so so so much in advance!
Note: I'm using VS2012 running on Windows 10 64bit.
Compiling Problem
in Server
Posted · Edited by MyKiel02
Hi @@Haru!
Good day!
My issue is now resolved.
I just deleted cl.exe from C:\Windows\SysWOW64 . Thank you for your help and patience!