20.01.2013, 15:09
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.
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.