I installed pike 7.8.337 from source and encountered a problem again. When compiling a cmod using pike -x module, pike is looking for precompile.pike in
/opt/pike/7.8.337/include/lib/modules/Tools.pmod/Standalone.pmod/precompile.pike
even though it is in
/opt/pike/7.8.337/lib/modules/Tools.pmod/Standalone.pmod/precompile.pike
I usually fix it by putting a symlink into the include dir, but maybe this is something that can be fixed in the build process itself...
arne