found 417768 xmds_1.6-1 reopen 417768 ! thanks I don't know if I missed this or if this is a new issue with 1.6, but 1.6-1 doesn't compile with GCC 4.3. A patch is below:
--- source/xmdsintegrateark89.cc~ 2007-04-10 15:19:24.000000000 +0000 +++ source/xmdsintegrateark89.cc 2007-04-10 15:19:33.000000000 +0000 @@ -34,6 +34,7 @@ #include<dom3.h> #include<xmdsutils.h> #include<xmdsclasses.h> +#include<cstdlib> // ************************************************************************** // ************************************************************************** -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

