I'm getting an error when precompiling a pmod on 7.8.8:
precompile: pike /usr/local/pike/7.8.8/include/pike/precompile.pike pcap.cmod /usr/local/pike/7.8.8/include/pike/precompile.pike:2007:Too many arguments to sprintf (expected 5 arguments). /usr/local/pike/7.8.8/include/pike/precompile.pike:2007:Got : string.
I noticed that the sprintf statement has a wrong number of arguments for the formatting string. Can someone who understands this take a quick look?
Bill
I'm getting an error when precompiling a pmod on 7.8.8:
precompile: pike /usr/local/pike/7.8.8/include/pike/precompile.pike pcap.cmod /usr/local/pike/7.8.8/include/pike/precompile.pike:2007:Too many arguments to sprintf (expected 5 arguments). /usr/local/pike/7.8.8/include/pike/precompile.pike:2007:Got : string.
That line number doesn't seem to match with either of the two precompile.pike files in recent Pike 7.8. Can you give an excerpt?
I noticed that the sprintf statement has a wrong number of arguments for the formatting string. Can someone who understands this take a quick look?
Bill
pike-devel@lists.lysator.liu.se