zk00006 / OpenTLD

OpenTLD is an open source library for real-time 2D tracking of a single object in video. This repository is no longer under development. For latest version see: http://www.tldvision.com/tld2.html
GNU General Public License v3.0
2.09k stars 1.27k forks source link

no compilation, flann error with opencv 2.4.2 with mac 10.8 #33

Open stellamarie opened 11 years ago

stellamarie commented 11 years ago

I finally got opencv compiled and working with mountain lion. I can't get openTLD to compile in Matlab. I keep getting a flann error. and while I doubt this is the fault of openTLD, is there a workaround it?

/usr/local/include/opencv2/flann/params.h: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]':

stellamarie commented 11 years ago

this is not an opentld issue but a mac issue. change all compilation options everywhere to clang and clang++.