I just built the latest version (thought it fixed the bug before I saw your changelog entry) and I found another problem. Here's a new patch:
--- src/dinifti.cc~ 2007-04-10 15:46:02.000000000 +0000 +++ src/dinifti.cc 2007-04-10 15:46:10.000000000 +0000 @@ -20,6 +20,7 @@ #include <dirent.h> #include <sstream> +#include <algorithm> #include "dinifti.h" #include "niftiout.h" --- src/dicomInfo.cc~ 2007-04-10 15:46:56.000000000 +0000 +++ src/dicomInfo.cc 2007-04-10 15:47:08.000000000 +0000 @@ -22,6 +22,7 @@ //**************************************************************************** #include "dicomInfo.h" +#include <cstdlib> #include <iostream> using namespace std; -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

