SA-MP Forums Archive
Compile Errors - What's wrong? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Compile Errors - What's wrong? (/showthread.php?tid=408835)



Compile Errors - What's wrong? - HiddenConn - 19.01.2013

Код:
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(236) : error 017: undefined symbol "MAPICON_LOCAL"
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2531) : error 017: undefined symbol "Object_Object"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2558) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2645) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2646) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2767) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2768) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2816) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2956) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3252) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3681) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3682) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3763) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3767) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3771) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3775) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3822) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3955) : error 017: undefined symbol "AddAllToPlayer"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4017) : error 017: undefined symbol "gpci"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4017) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4019) : error 017: undefined symbol "IsPlayerNPC"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4090) : error 017: undefined symbol "Object_OnPlayerDisconnect"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4263) : error 017: undefined symbol "IsPlayerNPC"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4279) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4281) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4510) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4515) : error 017: undefined symbol "SetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4586) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4588) : error 017: undefined symbol "SetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4589) : error 017: undefined symbol "SetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4592) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4595) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4725) : error 017: undefined symbol "file_write"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4851) : error 017: undefined symbol "SetPlayerChatBubble"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4910) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5350) : error 017: undefined symbol "SPECIAL_ACTION_DRINK_SPRUNK"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5371) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5449) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5613) : error 017: undefined symbol "ShowPlayerDialog"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
I am running the latest server version on Linux CentOS. Could I get help with this please?


Re: Compile Errors - What's wrong? - Infinity90 - 19.01.2013

Have you got the latest a_samp.inc ?


Re: Compile Errors - What's wrong? - HiddenConn - 19.01.2013

I've updated the a_samp.inc file, but still the errors remain.


Re: Compile Errors - What's wrong? - HiddenConn - 21.01.2013

Bump

Can anyone help with this please??


Re: Compile Errors - What's wrong? - SilverKiller - 21.01.2013

download the server from sa-mp.com and then replace your includes in the pawno folder with the server one's


Re: Compile Errors - What's wrong? - DaRk_RaiN - 21.01.2013

Missing brace.


Re: Compile Errors - What's wrong? - HiddenConn - 21.01.2013

Quote:
Originally Posted by SilverKiller
Посмотреть сообщение
download the server from sa-mp.com and then replace your includes in the pawno folder with the server one's
Done that several times, that's not the problem..
Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
Missing brace.
Where? What should I do to fix it?


AW: Compile Errors - What's wrong? - Blackazur - 21.01.2013

Looks like a Bracketerror, like DaRk_RaiN said.


Re: Compile Errors - What's wrong? - DaRk_RaiN - 21.01.2013

Well i never tested it but try using This tool


Re: Compile Errors - What's wrong? - SilverKiller - 21.01.2013

Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
Well i never tested it but try using This tool
Anonymous555? what is that lol

EDIT: It is now the Bracket Fix thread, but what was that Anonymous555?