Hey *,
I'm following the instructions on http://gotpike.org:8000/ to build Pike modules.
While i manage building and installing modules remotely using monger without any problem, i can't figure out how to build and install a module whose sources are local.
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?