roxen.lists.pike.general

Subject Author Date
probably a small bug Yvan Vander Sanden <yvan[at]youngmusic[dot]org> 28-10-2009
Hi. I'm using the latest pike snapshot, and think i found a small error.
While trying to install a module with:

sudo pike -x monger --install Public.Parser.JSON2

I stumbled across this error:

precompile: pike /usr/local/pike/7.8.359/include/pike/precompile.pike
json.cmod
/usr/local/pike/7.8.359/include/pike/precompile.pike:2:Couldn't read include
file
"/usr/local/pike/7.8.359/include/lib/modules/Tools.pmod/Standalone.pmod/precompile.pike".

obviously this precompile file includes an error:

#! /usr/bin/env pike
#include "../lib/modules/Tools.pmod/Standalone.pmod/precompile.pike"

and it should be like this:

#include "../../lib/modules/Tools.pmod/Standalone.pmod/precompile.pike"

Not exactly hard to figure out, but I tought I'd mention it anyway.

Regards,

yvan


-- 
Copyright only exists in the imagination of those who do not have any.