tags 436356 +patch thanks Please find attached a patch to fix this bug. It's just that cstdlib wasn't included, so the abort function wasn't found.
HTH. Thanks. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -urN openmovieeditor-0.0.20061221/src/helper.cxx openmovieeditor-0.0.20061221.new/src/helper.cxx --- openmovieeditor-0.0.20061221/src/helper.cxx 2006-12-17 21:14:05.000000000 +0530 +++ openmovieeditor-0.0.20061221.new/src/helper.cxx 2007-08-22 14:32:04.000000000 +0530 @@ -20,6 +20,7 @@ #include "config.h" #include <cstdio> +#include <cstdlib> #include <cstring> #include <cerrno> #include <sys/types.h>