View Single Post
Zynda
Member
Join Date: Jul 2011
Old 05-13-2021 , 05:48   Re: [EXTENSION] Late Downloads
Reply With Quote #54

Quote:
Originally Posted by Sappykun View Post
I'm trying to compile this extension to see if I can't use it in my Resizable Sprays plugin.

Running the AMBuild script produces the following error on both GCC 7.5 and 10.3:

What do I need to do to get this to compile correctly?

I am hoping to build this on Ubuntu 18.04 for TF2 and L4D2.
Building against SM 1.11 requires -std=c++14 because of changes to amtl I believe.

Update AMBuildScript or build against SM 1.10.

Side note about GCC, I've had numerous problems building against hl2sdk-l4d2 with GCC (10.2) this extension being no exception. I use clang for anything sourcemod related (this is also the default on projects using the newer versions of the AMBuild API).

Last edited by Zynda; 05-13-2021 at 06:09. Reason: Note about compiler
Zynda is offline