I just tried compiling an external module and noticed that include/ pike/precompile.pike has as its primary line:
#include "../lib/modules/Tools.pmod/Standalone.pmod/precompile.pike"
which isn't correct when Pike is installed. I temporarily changed the line to add an extra "../" but I know that's not the correct long term solution. Any suggestions?
Bill
It doesn't appear that the makefiles shipped with pike have been converted to use it... it still uses "precompile.sh precompile.pike"
Bill
On Fri, 11 Jul 2008, Per Hedbor () @ Pike (-) developers forum wrote:
The precompile.sh script is supposed to use pike -x precompile.
pike-devel@lists.lysator.liu.se