Hello, Next error :) When installing communications 1.0.9, compilation fails with the error:
cyclgen.cc: In function 'octave_value_list Fcyclgen(const octave_value_list&, int)': cyclgen.cc:189: warning: suggest explicit braces to avoid ambiguous 'else' __gfweight__.cc: In function 'octave_value_list F__gfweight__(const octave_value_list&, int)': __gfweight__.cc:75: warning: unused variable 'nsym' In file included from galois.cc:27: galois.h:134: error: wrong number of template arguments (4, should be 1) c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/base-lu.h:32: erro r: provided for 'template<class lu_type> class base_lu' galois.h: In constructor 'LU::LU()': galois.h:144: error: wrong number of template arguments (4, should be 1) c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/base-lu.h:32: erro r: provided for 'template<class lu_type> class base_lu' galois.h: In copy constructor 'LU::LU(const LU&)': galois.h:150: error: wrong number of template arguments (4, should be 1) c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/base-lu.h:32: erro r: provided for 'template<class lu_type> class base_lu' galois.h: In member function 'LU& LU::operator=(const LU&)': galois.h:155: error: wrong number of template arguments (4, should be 1) c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/base-lu.h:32: erro r: provided for 'template<class lu_type> class base_lu' galois.cc: In member function 'boolMatrix galois::all(int) const': galois.cc:712: error: 'MX_ALL_OP' was not declared in this scope galois.cc: In member function 'boolMatrix galois::any(int) const': galois.cc:718: error: 'MX_ANY_OP' was not declared in this scope galois.cc: At global scope: galois.cc:880: error: wrong number of template arguments (4, should be 1) c:\Programs\msys\1.0.11-tdm430-2\opt\octave_mingw32_gcc-4.3.0-dw2\3.2.0-3\include\octave-3.2.0/octave/base-lu.h:32: erro r: provided for 'template<class lu_type> class base_lu' galois.cc: In member function 'void LU::factor(const galois&, const LU::pivot_type&)': galois.cc:891: error: 'ipvt' was not declared in this scope galois.cc:893: error: 'a_fact' was not declared in this scope galois.cc: In member function 'galois LU::L() const': galois.cc:965: error: 'a_fact' was not declared in this scope galois.cc: In member function 'galois LU::U() const': galois.cc:984: error: 'a_fact' was not declared in this scope galois.cc: In member function 'Matrix LU::P() const': galois.cc:999: error: 'a_fact' was not declared in this scope galois.cc:1008: error: 'ipvt' was not declared in this scope galois.cc: In member function 'Array<int> LU::IP() const': galois.cc:1031: error: 'ipvt' was not declared in this scope galois.cc: In member function 'galois LU::A() const': galois.cc:1037: error: 'a_fact' was not declared in this scope make: *** [galois.o] Error 1 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
