Opened 12 years ago

Closed 12 years ago

#36600 closed defect (invalid)

libopencv_core 2.2

Reported by: alexluleme@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have installed mac os x from the beggining next week with macports and opencv 2.4, but when i am going to run my programs i have done with opencv i take that message

dyld: Library not loaded: /opt/local/lib/libopencv_core.2.2.dylib
  Referenced from: /Users/alexluleme/Desktop/Master_Visual_Homing/examples/find_obj_video
  Reason: image not found
Trace/BPT trap.

What i must do? Its emergency

Change History (1)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: lib opencv removed
Priority: HighNormal
Resolution: invalid
Status: newclosed

Has duplicate #36601.

Your question doesn't appear to be a bug report about any MacPorts port, but rather a question about how to use MacPorts ports together with your own software in /Users/alexluleme/Desktop/Master_Visual_Homing/examples/find_obj_video. It looks like that program was compiled with an older version of opencv. Now that the opencv port has been updated to a newer version, it provides a newer version of the library. You'll need to recompile your program to link it with the new library. If that doesn't work or is not possible, then another option would be to downgrade the opencv port back to a previous version.

For further questions about how to use MacPorts with your own software, please write to the macports-users mailing list. The issue tracker is for bug reports and feature requests regarding MacPorts ports.

Note: See TracTickets for help on using tickets.