http://pike.ida.liu.se/pub/pike/beta/7.6.112/Pike-v7.6.112.tar.gz http://pike.ida.liu.se/pub/pike/beta/7.6.112/Pike-v7.6.112.2-win32.exe
Changes since last beta: o The Postfix callback crash fix. o Fixed icon in Windows start menu...
Doesn't build cleanly; the newly compiled pike does not work when building post modules:
Compiling /home/marcus/Pike-v7.6.112/src/post_modules/GL/top.c /home/marcus/Pike-v7.6.112/build/sunos-5.10-sun4u/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/home/marcus/Pike-v7.6.112/build/sunos-5.10-sun4u/master.pike /home/marcus/Pike-v7.6.112/src/post_modules/GL/gen.pike < /home/marcus/Pike-v7.6.112/src/post_modules/GL/auto.c.in > auto.c Could not resolv Getopt. (Perhaps the installed pike tree has been moved.) /home/marcus/Pike-v7.6.112/build/sunos-5.10-sun4u/master.pike:2338: master()->__lambda_65598_1_line_2335("Getopt",UNDEFINED) gmake[5]: *** [auto.c] Error 10
And that worked in the last beta?
Yes, although on closer inspection the difference is not in the dists, but in my environment. I happened to have an UTF-8 locale set during this build, and that caused the sed expressions that creates master.pike to fail, since the "¤" used in the match pattern is encoded as ISO-8859-1 (which gives an invalid UTF-8 sequence). Thus lib_prefix et al were not correctly inserted. It would probably be a good idea to fix this, although it probably isn't a showstopper for this release as the bug has probably existed for a very very long time... :-)
pike-devel@lists.lysator.liu.se