• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling MSVC 15 Error

Webo

Otland 4ever
Joined
Oct 20, 2013
Messages
621
Solutions
10
Reaction score
229
Location
Warsaw
Hello Have this error im compiling 1.2/8.6 this: https://otland.net/threads/8-60-the-forgotten-server-1-2.236489/#post-2283533

ps:
Compiles TFS First Time I've never had this contact , however, wants to try their hand

Logs: http://wklej.co/paste/2799
SS
IJBuHS6.png


Setting:
qsh5eDI.png
 
IM have vc14:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros">
    <LUA_DIR>$(TFSSDKDir)\LuaJIT\</LUA_DIR>
    <GMP_DIR>$(TFSSDKDir)\mpir\</GMP_DIR>
    <MYSQLC_DIR>$(TFSSDKDir)\mysql-connector-c\</MYSQLC_DIR>
    <PREPROCESSOR_DEFS>_CRT_SECURE_NO_WARNINGS;</PREPROCESSOR_DEFS>
    <TFS_INCLUDES>$(BOOST_ROOT);$(LUA_DIR)\include;$(GMP_DIR)\include;$(MYSQLC_DIR)\include</TFS_INCLUDES>
    <TFS_LIBS>$(BOOST_ROOT)\lib32-msvc-14.0;$(LUA_DIR)\lib;$(GMP_DIR)\lib;$(MYSQLC_DIR)\lib</TFS_LIBS>
    <TFS_LIBS64>$(BOOST_ROOT)\lib64-msvc-14.0;$(LUA_DIR)\lib64;$(GMP_DIR)\lib64;$(MYSQLC_DIR)\lib64</TFS_LIBS64>
    <TFS_LIBDEPS>lua51.lib;mpir.lib;libmysql.lib</TFS_LIBDEPS>
    <TFS_LIBDEPS_D>lua51.lib;mpir_d.lib;libmysql.lib</TFS_LIBDEPS_D>
  </PropertyGroup>
edit this?
lib64-msvc-14.0
 
Sorry, the settings images didn't pop up on my phone. The boost library path you've set under 'Additional Library Directories' is pointed towards the wrong directory.

Change D:\boost to D:\boost\lib64-msvc-14.0
 
Back
Top