SA-MP Forums Archive
error compiling - 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: error compiling (/showthread.php?tid=332175)



error compiling - TheArcher - 07.04.2012

I've tried to update the includes and going with 0.3e i've also updated sscanf, mysql(BlueG),streamer includes and plugin to the last version but i got this errors:

pawn Код:
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(721) : error 017: undefined symbol "HTTP"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(815) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(822) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1048) : error 017: undefined symbol "HTTP"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1476) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1494) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1504) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1524) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1534) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1554) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(1564) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2141) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2143) : error 017: undefined symbol "mysql_fetch_int"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2151) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2165) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2177) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2188) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2198) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2209) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2221) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2232) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2242) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2253) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2265) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2277) : error 017: undefined symbol "mysql_query"
C:\Users\Tibe\Desktop\samp03e_svr_RC6_win32\gamemodes\Volcano.pwn(2287) : error 017: undefined symbol "mysql_query"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
PAWNO opened with the correct includes. Tried to open with 3 different pawno.exe


Re: error compiling - MP2 - 07.04.2012

Have you included a_mysql?


Re: error compiling - TheArcher - 07.04.2012

@MP2 yes after 30 mins of work i found the problem. I'm using non-thread script on the GM which R7 doesn't support so i back up to R6-2 and its working aswell, thanks anyway for your reply.