Compile problem with an include - 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 problem with an include (
/showthread.php?tid=409144)
Compile problem with an include -
CBFASI - 20.01.2013
Ok its been a while since I was scripting and I have no idea how to resolve a problem that is causing some grief.
I am trying to compile a file, that others in the team can compile fine.
When I run the compile I get the following errors.
f:\Rockstar Games\GTA San Andreas\SAMP\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
f:\Rockstar Games\GTA San Andreas\SAMP\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
f:\Rockstar Games\GTA San Andreas\SAMP\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
f:\Rockstar Games\GTA San Andreas\SAMP\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
This streamer.inc is the same the rest of the team uses and is in the right folder.
In fact all the includes and plugins are identical to our game server.
I have reason to suspect its something to with the setup, but I have no idea where to look.
Re: Compile problem with an include -
CBFASI - 20.01.2013
Ok not so good to answer own problem...
Did not find cause but...
Grabbed ftp files... THEN installed SAMP over it, it works...