View Single Post
Inopt
Junior Member
Join Date: Jul 2017
Location: ¯\_(ツ)_/¯
Old 02-05-2019 , 01:44   Re: SendProxy Manager
Reply With Quote #351

Quote:
Originally Posted by Dragokas View Post
Hi, Inopt!
Many thanks for the update.

What is a minimal requirements?

Builder log:
Spoiler


Configuration:
PHP Code:
#!/usr/bin/env bash

export CC=clang
export CXX
=clang++

rm -rf build
mkdir build
cd build
python 
../configure.py --hl2sdk-root=/home/alex/dev/sm/ --mms-path=/home/alex/dev/meta/ --sm-path=/home/alex/dev/sm/sourcemod/ --sdks=tf2 --enable-optimize

ambuild 
meta 1.10, sm 1.9
I'm not supporting this extension anymore, more info in "Last commit" on github.
> /home/alex/dev/sendproxy-1.3/extension/extension.h:134:9: error: unknown class name 'SDKExtension'; did you mean 'IExtension'?
Seems like you including wrong smsdk_ext.h or smth else. Try rename interface.h and interface.cpp (and replace include in all source files) and compile again.
Btw you can download already compiled binaries from Kotik's github.
__________________

Last edited by Inopt; 12-14-2019 at 00:19.
Inopt is offline