immsd: version 3.1.0-rc5 ready...
emd: Unexpected error in findBasicVariables!
This typically happens when the EPSILON defined in
emd.h is not right for the scale of the problem.
I don't know if it's new to 3.1.0-rc5 vs rc4, but I haven't seen it
before upgrading.
--
Hans Fugal ; http://hans.fugal.net
There's nothing remarkable about it. All one has to do is hit the
right keys at the right time and the instrument plays itself.
-- Johann Sebastian Bach
Have fun,
Michael.
Thanks for finding this important bug.
Have fun,
Michael.
Looks like it worked. I see a message about updating the schema and no
crashes. Acoustic is cleared, which I suppose means it would be
profitable to run my find and analyze script again.
Speaking of which, any hints on working around this objcopy problem? Is
there maybe another way of getting the binary data (storing it in
~/.imms and loading it at runtime for example)?
Because of my environment I missed an important part of one of the
earlier patches. You can apply this to rc6:
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
Index: imms-3.1.0-rc6/configure.ac
===================================================================
--- imms-3.1.0-rc6.orig/configure.ac 2008-10-05 22:55:06.000000000 -0600
+++ imms-3.1.0-rc6/configure.ac 2008-10-06 06:59:29.000000000 -0600
@@ -101,6 +101,7 @@ if test "$with_pcre" = "no"; then
AC_MSG_ERROR([PCRE required and missing.])
else
LIBS="$LIBS $pcre_LIBS"
+ CPPFLAGS="$CPPFLAGS $pcre_CFLAGS"
fi
if test "$enable_analyzer" != "no"; then
Thanks
Thanks, applied.
Have fun,
Michael.