dimonk33 / cvblob

Automatically exported from code.google.com/p/cvblob
GNU Lesser General Public License v3.0
0 stars 0 forks source link

cant compile on fedora 12 with gcc 4.4.3 #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to compile cvBlob and it gave me error

In function ‘void cvb::cvWriteContourPolygonSVG(const
cvb::CvContourPolygon&, const std::string&, const CvScalar&, const 
CvScalar&)’:
/Development/cvblob/cvBlob/cvcontour.cpp:417: error: variable
‘std::stringstream buffer’ has initializer but incomplete type
make[2]: *** [lib/CMakeFiles/cvblob.dir/cvcontour.o] Error 1
make[1]: *** [lib/CMakeFiles/cvblob.dir/all] Error 2
make: *** [all] Error 2

I added '# include <sstream>' in file cvcontour.cpp located in cvBlob
directory and it just compiled well.

Just wanted to let you know of the error and the solution.

Thanks.

Original issue reported on code.google.com by amitpate...@gmail.com on 25 Feb 2010 at 1:08

GoogleCodeExporter commented 9 years ago
Thank you very much!

I've added the line to the repository.

Best regards,

Cristóbal

Original comment by grendel....@gmail.com on 25 Feb 2010 at 10:19