View Single Post
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 06-06-2022 , 21:45   Re: [ANY] Sourcebridge (BETA)
Reply With Quote #27

Quote:
Originally Posted by ObiWan23 View Post
I'm able to actually compile every plugin now except for yours. Still receiving the same errors that Ive shown in the screenshot.
I'm unable to replicate your issue. I just got a freshly downloaded Sourcemod environment to test. Installed all the include files (ripext and multicolors) and I am able to compile the plugin.

Code:
$ ./spcomp64 sourcebridge.sp 
SourcePawn Compiler 1.10.0.6540
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

Code size:            28000 bytes
Data size:            49184 bytes
Stack/heap size:      16384 bytes
Total requirements:   93568 bytes
Code:
$ ./spcomp sourcebridge.sp 
SourcePawn Compiler 1.10.0.6540
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

Code size:            28000 bytes
Data size:            49184 bytes
Stack/heap size:      16384 bytes
Total requirements:   93568 bytes
Code:
$ ./compile.sh sourcebridge.sp

Compiling sourcebridge.sp...
SourcePawn Compiler 1.10.0.6540
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2018 AlliedModders LLC

Code size:            28000 bytes
Data size:            49184 bytes
Stack/heap size:      16384 bytes
Total requirements:   93568 bytes
__________________

Last edited by gabuch2; 06-06-2022 at 21:46.
gabuch2 is offline