Hi,
Thanks for the reply.
I've changed tactics tonight. I checked-out the CB source (r5456) and built it. It was pretty painless so I'm probably going to stick with that (rather than 8.02).
I checked-out the FileManager source using the svn link in your linked-to message. I put it under plugins/contrib, as you instructed.
Question: Do you have it integrated with the CB build yet or should I be using CB to build it?
I tried to integrate it with the CB build by hacking the AM files. Unfortunately, I don't know AM very well.

I used IncrementalSearch as a model for this and it seems okay. FM failed to build initially because it was missing the include path for gnome vfs. I hacked that by adding $(shell pkg-config --cflags gnome-vfs-2.0) to the Makefile. (I'm sure there's a better way to do that; got to get up to speed an AM one of these days...)
Anyway, I got it to build and install but CB won't load it (built for different version of SDK... ?). I know it built against the CB that I built because I uninstalled all RPMs before attempting to build. CB also won't load two other contrib/plugins for the same reason (two of the wxsmith plugins).
Any idea what I might be doing wrong?
Thanks again,
~ray
PS: There appears to be an error in the CB BUILD file; this:
./configure --enable-contrib
apparently should be this:
./configure --with-contrib-plugins=all