On Wed, Mar 10, 2010 at 01:30:36PM +0000, Nick Fielding wrote:
> The first syntax error the compiler complains about I think is the main
> problem:
> /tmp/OpenCV-2.0.0/src/cxcore/cxmatmul.cpp:673: error: expected ',' or '...'
> before numeric constant
>
> However, when I look at the line of code it's complaining about I can see
> absolutely nothing wrong with it:
>
> ...
> 673 void gemm( const Mat& _A, const Mat& _B double alpha,
^^^^^Looks like a missing comma. -Nathan
