Thread: [Solved] amtl-autoptr include error
View Single Post
Author Message
fakuivan
Senior Member
Join Date: Nov 2015
Old 01-11-2017 , 11:34   amtl-autoptr include error
Reply With Quote #1

I wrote a small extension that exposes hooks to IServerGameDLL::Think for plugins to use, it's pretty much a copy paste from this pr. I can't get it to compile, strange enougth, the pr compiles and smn_functions.cpp initializes it the same way.

Here's the output from ambuild:


And
Code:
LIBS_DIR="~/projects/sourcemod/libs"
git clone https://github.com/alliedmodders/ambuild.git $LIBS_DIR/ambuild && cd $LIBS_DIR/ambuild && python setup.py build && sudo python setup.py install
git clone https://github.com/alliedmodders/metamod-source.git -b 1.10-dev $LIBS_DIR/metamod-source
git clone https://github.com/alliedmodders/hl2sdk.git -b tf2 $LIBS_DIR/hl2sdk-tf2
git clone https://github.com/alliedmodders/sourcemod.git --recursive -b 1.8-dev $LIBS_DIR/sourcemod
git clone https://github.com/alliedmodders/amtl.git $LIBS_DIR/amtl
I'll leave the source on the attachments section, I hope you can help me solve this. Thanks for reading and have a nice day

Last edited by fakuivan; 01-11-2017 at 11:44.
fakuivan is offline