Plugin loading problem

NOTE: this is an informal bug post place ONLY. Real bugs should be posted on GitHub
Post Reply
temporal distraction
Sergeant
Sergeant
Posts: 250
Joined: Wed Jan 05, 2005 3:12 pm

Plugin loading problem

Post by temporal distraction »

I've grabbed the 2.05 build for Mac OSX that JeffM built and released in this thread.
http://my.bzflag.org/bb/viewtopic.php?t=5628

I have my little Rabbit server running with it now, but I cannot get the plugins to load. This being my first server, I may be doing something entirely wrong.

Here's the error I see - not just with the playHistoryTracker, but with all that I've tried.

Code: Select all

Link (dyld) error:

Symbol not found: __Z15bz_debugMessageiPKc
  Referenced from: /users/grondin/documents/bzfiles/plugins/playHistoryTracker.so
  Expected in: flat namespace
Here's the code in the conf file that I'm using to try and load it:
-loadplugin /users/grondin/documents/bzfiles/plugins/playHistoryTracker.so


Symbol not found: kinda tells me that it's an issue a little deeper than just a bad path on my part.

I don't want to bother with building a new plugin, so if this is not an easy fix I'll just forget about them. I kinda wanted the "Rampage" message though.

TIA

EDIT NOT fixed by this:
http://my.bzflag.org/bb/viewtopic.php?t ... +api+links
Post Reply