tags:

views:

13

answers:

1

Opencv Error:

I got the following error while installing OpenCV on Lucid.

81% .... "cvboost.cpp:1439: error: expected ';' before cvReleaseMat"

SOLUTION:

edit cvboost.cpp and add semicolon on line:1438

A: 

SOLUTION:

edit cvboost.cpp and add semicolon on line:1438

reddy