PDA

View Full Version : Help Compiling


Bloody Toaster
01-31-2012, 06:34
Hey, sorry if I am posting in the wrong place or if there is a thread about this but I need help compiling my plugin. I know there is a compiler on sourcemod.net but it doesn't work if there's MySQL stuff in it. I got the plugin for notepad++ that adds syntax highlighting and I was wondering if there was a compiler thing, if not that's just what I need. Is there a full on IDE for source pawn for sourcemod?

Here's some bacon for your troubles :bacon!:

Impact123
01-31-2012, 06:55
Why shouln't it work if there is mysqlstuff in it?
If you post the errormessage it could also help :)

An compiler can be found in every official build under ../sourcemod/scripting.
Here (http://wiki.alliedmods.net/Compiling_SourceMod_Plugins) is an really short explanation about it.
Here (http://sourceforge.net/projects/pawnstudio/)'s an link to an ide for SourcePawn

Yours sincerely
Impact

Jasonbourne
01-31-2012, 07:02
or you can drag your programs into compile.exe if your on win

Bloody Toaster
01-31-2012, 11:08
or you can drag your programs into compile.exe if your on win
But where do I get compile.exe?

Bloody Toaster
01-31-2012, 11:09
Why shouln't it work if there is mysqlstuff in it?
If you post the errormessage it could also help :)

An compiler can be found in every official build under ../sourcemod/scripting.
Here (http://wiki.alliedmods.net/Compiling_SourceMod_Plugins) is an really short explanation about it.
Here (http://sourceforge.net/projects/pawnstudio/)'s an link to an ide for SourcePawn

Yours sincerely
Impact
Thanks very much, you are very helpful! I have to ask if you know where to get "compile.exe" that this other guy is talking about.

Bloody Toaster
01-31-2012, 11:30
Thanks very much, you are very helpful! I have to ask if you know where to get "compile.exe" that this other guy is talking about.

But where do I get compile.exe?

Nevermind, found it. Thanks for all your help guys!

Jasonbourne
01-31-2012, 18:02
For anyone else trying to find compile.exe

http://www.sourcemod.net/downloads.php
download widows zip full package
in the scripting folder there is compile.exe

make sure to have any includes that the sp needs to compile