http://pike.ida.liu.se/pub/pike/beta/7.6.104/Pike-v7.6.104.tar.gz
Me, Grubba, Marcus and Nilsson spent the entire afternoon debugging win32 until we got it working. So this is what I hope is the final release candidate.
Ther are more changes than I would have liked since 7.6.102, but they are for real problems in SSL so I can't back them out. Shortlog for changes since: 7.6.102:
* All the recent fun time zone stuff. * A bunch of SSL fixes. * Double-free fixed in Shuffle. * Things work on win32 again.
Might release it as stable on sunday night unless I come up with a reason not to.
Doesn't work on my computer. I uninstalled a working Pike 7.6.66, but got this from the new 7.6.102:
GL DL: Symbol '_GL_add_auto_funcs' not found. C:/Program Files/Pike/lib/modules/GL.so:-: Warning: Failed to load library: Symb ol '_GL_add_auto_funcs' not found. [ ] GL
and
Mysql DL: Symbol '_strdup' not found. C:/Program Files/Pike/lib/modules/Mysql.so:-: Warning: Failed to load library: S ymbol '_strdup' not found. [ ] Mysql Indexing the NULL value with "MYSQL_NO_ADD_DROP_DB". C:/Program Files/Pike/lib/modules/Tools.pmod/Standalone.pmod/features.pike:178: Tools.Standalone.features()->main()
Ah, ok. Then the feature list is ok. Associations doesn't work, so you'll get hilfe when you click on Pike files. Aido crashes when loading.
Ah, ok. Then the feature list is ok.
Good.
Associations doesn't work, so you'll get hilfe when you click on Pike files.
Ok. That's just a packaging problem.
Aido crashes when loading.
Do you have an old Windows Pike it works with? Rumour has it it might be a problem in the GL setup that should crash old Pikes too. Would be nice to have that tested.
(Dang; late++ reply. Wonder what made me postpone it.)
Works on Darwin. make verify produces only two errors, in Image.SVG:
Doing tests in post_modules/_Image_SVG/testsuite (4 tests) test 1, line 13 (process:21276): GLib-GObject-CRITICAL **: gtype.c:2242: initialization assertion failed, use g_type_init() prior to this function
(process:21276): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Failed to parse subresult for testsuite "post_modules/_Image_SVG/testsuite" (exitcode:-1):
Thanks. It's still smashing memory in win32 though. Does someone have a working setup for compiling 7.6 with VC7? I'm tempted to blame the current troubles on the compiler.
pike-devel@lists.lysator.liu.se