Søren Hauberg wrote: > lør, 06 06 2009 kl. 22:07 +0200, skrev Benjamin Lindner: >> the function lo_ieee_isnan() is still in octave 3.2.0, declared in >> lo-ieee.h. Apparently this header is no longer included automatically. >> So manually including it as in >> >> diff -urN optim-1.0.5/src/__bfgsmin.cc optim-1.0.5b/src/__bfgsmin.cc >> --- optim-1.0.5/src/__bfgsmin.cc 2009-05-08 15:17:19 +0200 >> +++ optim-1.0.5b/src/__bfgsmin.cc 2009-06-06 15:33:46 +0200 >> @@ -26,6 +26,7 @@ >> #include <oct.h> >> #include <octave/parse.h> >> #include <octave/Cell.h> >> +#include <octave/lo-ieee.h> >> #include <float.h> >> #include "error.h" >> >> >> allows installation to complete. > > This seems to be fixed in SVN. >
True, version 1.0.6 installs fine. thanks, benjamin ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
