I keep hearing about that new module style. I guess there is no documentation available?! I assume that those cmods belonging to the distribution are already in the new style, so I will have a look there.
arne
On Sun, 10 Aug 2008, H. William Welliver III wrote:
Arne is actually describing a problem that I've been having ever since this "old/new" module thing was created.
- on the systems I've been using, precompile.sh isn't installed with
executable permission. 2) precompile.pike inherits a relative path to the precompile.pike script in Tools.Standalone that is valid in the source tree but not when installed. Thus, an error is generated with any cmod.
Bill
On Aug 10, 2008, at 9:40 AM, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
tinstall creates a installation for the purpose of running the testsuite (and benchmark). Doing anything else with it isn't really supported.
Either use your uninstalled pike to build the module, or install it with "make install".