Thread: SOF bug
View Single Post
  #6  
Old 03-29-2011, 12:28 AM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

I'm assuming it's this line

Code:
undefined reference to `Bot::ProcessClientZoneChange(Client*)'
Could it be something of an issue where it's been in the past "Case Sensative Issues" where one thing will say maybe `bot::rocessClientZoneChange` instead of Bot::ProcessCLientZoneChange` , Linux is very touchy about Case Sensative letters..

Not sure , any thoughts ?
Reply With Quote