compilation of objective-c code on MacOSx when using gcc compiler (Bug #3546)
Description
Hi,
On MacOsX platforms, the only check that's done for some files (e.g cap_qt.mm or window_cocoa.mm) is if APPLE is defined in CMakeLists.txt.
However, if the compiler is not clang, these files will fail to compile.
The compiler should also be checked.
Associated revisions
Merge pull request #3546 from jet47:cuda-imgproc-fixes
History
Updated by Kirill Kornyakov about 11 years ago
Nicolas, is it possible to get a pull request from you?
Roman, do you think you're the right person to review it (or work on it)?
- Assignee set to nicolas martin
- Priority changed from High to Normal
- Category set to build/install
Updated by Kirill Kornyakov about 11 years ago
- Status changed from New to Open
Updated by nicolas martin about 11 years ago
Hi,
I pulled a request for this.
Thanks
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4700