Hi Unfortunately, the package still doesn't work, but please find the patch for the initialising error from the newer compiler below.
Cheers
Steffen
--- insight-6.7.1.dfsg.1.orig/gdb/eval.c
+++ insight-6.7.1.dfsg.1/gdb/eval.c
@@ -1627,6 +1627,8 @@
if (nargs != ndimensions)
error (_("Wrong number of subscripts"));
+ memset(&subscript_array, 0, sizeof(subscript_array));
+
/* Now that we know we have a legal array subscript expression
let us actually find out where this element exists in the array. */
only in patch2:
unchanged:
signature.asc
Description: This is a digitally signed message part.

