View Single Post
  #1  
Old 06-06-2015, 10:12 PM
Takutoto's Avatar
Takutoto
Fire Beetle
 
Join Date: Jun 2015
Location: TX, USA
Posts: 4
Default Linker Mismatch errors during server compilation

Hello,

I recently discovered EQEmu and followed the steps outlined here: Server Setup Guide.

I feel like I've missed something obvious, as I've encountered errors during server compilation. Searching the forum for the error ("mismatch detected") yielded no results, so I probably did something extra dumb, but haven't been able to figure it out.

Here is a pastebin to the error output: http://pastebin.com/Xj9VGSdf

After a little digging, I'm lead to believe it's probably 32bit/64bit incompatibility somewhere, I'm just not sure where. I verified that I installed 32bit versions of this software:
  • ActivePerl
  • CMake
  • XAMPP

I've also verified that I installed Microsoft Visual Studio Express 2013 for Windows Desktop, although I realized that I installed that earlier than the guide suggested.

Is there anything else I'm missing? Feels like something very obvious.

Thanks.

EDIT:

In case anyone else is encountering the same issue after my pastebin link has expired, the error looks something like this:

Code:
Error   75      error LNK2038: mismatch detected for '_MSC_VER': value '1600' doesn't match value '1800' in main.obj
Reply With Quote