I'm using xcode 4.2 with ios 5.0 sdk building iphone app. Also, I import opencv library, and write some *.cpp codes with opencv functions. However, I got a lots similar "apple mach-o linker waring"
For instance -
ld: warning: direct access in __ZN15CvBlobTrackerCCC2Ev to global weak symbol __ZTV9CvBlobSeq means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in __ZN18CvBlobTrackerAuto1C2EP23CvBlobTrackerAutoParam1 to global weak symbol __ZTV9CvBlobSeq means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
How do I solve this? Thanks!
edit: just find out- xcode with boost : linker(Id) Warning about visibility settings