error on compiling opencv 2.4.4 .mac lion (Bug #2881)
Associated revisions
Merge pull request #2881 from mlyashko:moments_opt
History
Updated by Andrey Kamaev almost 13 years ago
This is a gcc bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53748
You probably can avoid it by passing -fno-if-conversion
flag to compiler.
Updated by Alexander Smorkalov almost 13 years ago
- Category set to infrastructure
- Target version set to 3.0
Updated by Ungacy Tao almost 12 years ago
Andrey Kamaev wrote:
This is a gcc bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53748
You probably can avoid it by passing
-fno-if-conversion
flag to compiler.
thx.I made it !
Updated by Daniil Osokin almost 12 years ago
- Assignee set to Andrey Kamaev
- Status changed from Open to Done