I can comfirm that I have the same propblems as reported by simon <simon<at>inspire.net.nz>. Nted 1.10.18 segfaults when trying to import a (larger) midi file.

The previous version I used (1.9.0) didn't have this problem, so I reverted to this one for now.

Slackware 14.0, amd, kernel 3.2.30-64, gcc 4.7.1

Regards,
Kees

BTW: to compile using gcc 4.7.1 I also had to hack dynarray.h and add :

#include <unistd.h>
#include <string.h>

Without this I had a complaint about an undeclared function memset inside a template :

  dynarray.h:299:3: error: 'memset' was not declared in this scope, and
  no declarations were found by argument-dependent lookup at the point
  of instantiation [-fpermissive]

However, I don't think this has anything to do with the bug above.


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to