I got the following error installing fixed 0.7.9 under octave 3.2.0  
on Mac OS X:

fixedMatrix.cc: In member function 'boolMatrix FixedMatrix::all(int)  
const':
fixedMatrix.cc:808: error: expected primary-expression before ',' token
fixedMatrix.cc:808: error: expected primary-expression before 'if'
fixedMatrix.cc:808: error: expected primary-expression before 'if'
fixedMatrix.cc:808: error: 'MX_BASE_REDUCTION_OP' was not declared in  
this scope
fixedMatrix.cc: In member function 'boolMatrix FixedMatrix::any(int)  
const':
fixedMatrix.cc:830: error: expected primary-expression before ',' token
fixedMatrix.cc:830: error: expected primary-expression before 'if'
fixedMatrix.cc:830: error: expected primary-expression before 'if'
fixedMatrix.cc:830: error: 'MX_BASE_REDUCTION_OP' was not declared in  
this scope
fixedMatrix.cc: In member function 'FixedMatrix FixedMatrix::cumprod 
(int) const':
fixedMatrix.cc:839: error: expected primary-expression before ',' token
fixedMatrix.cc:839: error: expected primary-expression before ',' token
fixedMatrix.cc:839: error: expected primary-expression before '*=' token
fixedMatrix.cc:839: error: expected primary-expression before ')' token
fixedMatrix.cc:839: error: 'MX_CUMULATIVE_OP' was not declared in  
this scope
fixedMatrix.cc: In member function 'FixedMatrix FixedMatrix::cumsum 
(int) const':
fixedMatrix.cc:845: error: expected primary-expression before ',' token
fixedMatrix.cc:845: error: expected primary-expression before ',' token
fixedMatrix.cc:845: error: expected primary-expression before '+=' token
fixedMatrix.cc:845: error: expected primary-expression before ')' token
fixedMatrix.cc:845: error: 'MX_CUMULATIVE_OP' was not declared in  
this scope
fixedMatrix.cc: In member function 'FixedMatrix FixedMatrix::prod 
(int) const':
fixedMatrix.cc:852: error: expected primary-expression before ',' token
fixedMatrix.cc:852: error: expected primary-expression before '*=' token
fixedMatrix.cc:852: error: expected primary-expression before ',' token
fixedMatrix.cc:852: error: 'MX_REDUCTION_OP' was not declared in this  
scope
fixedMatrix.cc: In member function 'FixedMatrix FixedMatrix::sum(int)  
const':
fixedMatrix.cc:859: error: expected primary-expression before ',' token
fixedMatrix.cc:859: error: expected primary-expression before '+=' token
fixedMatrix.cc:859: error: expected primary-expression before ',' token
fixedMatrix.cc:859: error: 'MX_REDUCTION_OP' was not declared in this  
scope
fixedMatrix.cc: In member function 'FixedMatrix FixedMatrix::sumsq 
(int) const':
fixedMatrix.cc:874: error: expected primary-expression before ',' token
fixedMatrix.cc:874: error: expected primary-expression before 'd'
fixedMatrix.cc:874: error: 'retval' was not declared in this scope
fixedMatrix.cc:874: error: 'i' was not declared in this scope
fixedMatrix.cc:874: error: 'd' was not declared in this scope
fixedMatrix.cc:874: error: expected primary-expression before 'd'
fixedMatrix.cc:874: error: expected `;' before 'd'
fixedMatrix.cc:874: error: 'j' was not declared in this scope
fixedMatrix.cc:874: error: expected `;' before ')' token


Marius
--
Marius Schamschula




------------------------------------------------------------------------------
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
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to