David Bateman wrote: > Benjamin Lindner wrote: >> It seems I'm not being very successful in installing forge packages >> for the octave 3.2.0/mingw32 build ... >> >> Here's another failure, the error being same as for optim-1.0.5 >> >> > pkg install -verbose combinatorics-1.0.8.tar.gz >> partint.cc: In function 'octave_value_list Fpartcnt(const >> octave_value_list&, int)': >> partint.cc:110: error: 'lo_ieee_nan_value' was not declared in this scope >> mingw32-g++-4.3.0-dw2: partint.o: No such file or directory >> strip: 'partint.oct': No such file >> make: *** [partint.oct] Error 1 >> >> Again, explicitly including lo-ieee.h allows a clean installation >> >> diff -urN combinatorics-1.0.8/src/partint.cc >> combinatorics-1.0.8b/src/partint.cc >> --- combinatorics-1.0.8/src/partint.cc 2009-05-08 15:17:56 +0200 >> +++ combinatorics-1.0.8b/src/partint.cc 2009-06-06 22:29:04 +0200 >> @@ -22,6 +22,7 @@ >> >> >> #include <octave/oct.h> >> +#include <octave/lo-ieee.h> >> >> #include "partint.h" >> > This is already fixed in the SVN > > D. >
True, version 1.0.9 installs just 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
