View Single Post
Sarabveer
Veteran Member
Join Date: Feb 2014
Old 01-18-2015 , 18:20   Re: [ANY] SteamWorks
Reply With Quote #253

Quote:
Originally Posted by KyleS View Post
It doesn't look like you have a C++ compiler.
Hmm, I need gcc, right?

EDIT: I needed g++, libc6-dev-i386, and gcc/g++-4.9-multilib

EDIT2: This error:
Code:
CDetour/detours.cpp: In member function ‘bool CDetour::CreateDetour()’:
CDetour/detours.cpp:156:25: error: array subscript is above array bounds [-Werror=array-bounds]
   detour_restore.patch[i] = ((unsigned char *)detour_address)[i];
EDIT3: I found out I have to compile using AMBuild2, but the configure.py is not working.

EDIT4: KyleS has an official builds page here
__________________

Last edited by Sarabveer; 01-18-2015 at 22:39.
Sarabveer is offline