Opened 11 years ago
Closed 4 years ago
#42508 closed defect (wontfix)
opencv @2.4.8 build fails
Reported by: | manand1982@… | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), sean@…, chrstphrchvz (Christopher Chavez) | |
Port: | opencv |
Description
I tried upgrading to opencv 2.4.8, but the build fails. I did a selfupdate and am using the latest release of macports. I've attached the logfile and am running osx 10.6.8. Please look into the issue and fix it as opencv is critical for my work. thanks!
Attachments (1)
Change History (11)
Changed 11 years ago by manand1982@…
comment:1 Changed 11 years ago by neverpanic (Clemens Lang)
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; stromnov@… removed |
---|---|
Owner: | changed from macports-tickets@… to stromnov@… |
comment:4 Changed 11 years ago by sean@…
Just successfully compiled this using g++ 4.2 on 10.8, installed using MacPorts' apple-gcc42 port. May not necessarily be a problem with g++ 4.2, it least as far as the code itself is concerned.
comment:5 Changed 11 years ago by manand1982@…
I just upgraded to OS X 10.9 and this problem went away. thanks for your help.
comment:6 Changed 5 years ago by chrstphrchvz (Christopher Chavez)
This issue is very old, but should no longer be applicable since g++ 4.2 is blacklisted as of [3120e9aeff/macports-ports]. Can this now be closed?
comment:7 Changed 5 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:8 Changed 4 years ago by mascguy (Christopher Nielsen)
Given that we don't support opencv 2.x, can this be closed?
comment:9 Changed 4 years ago by mascguy (Christopher Nielsen)
This ticket is no longer relevant, as we don't have an OpenCV 2 port. Can someone close?
comment:10 Changed 4 years ago by mf2k (Frank Schima)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The definition is in
modules/core/include/opencv2/core/core.hpp
, included frommodules/core/src/precomp.hpp
, included asprecomp.hpp
from the file that fails to compile, so I'm not sure why it fails in the first place. Seems like there might be something g++ 4.2 doesn't support.