Changes between Initial Version and Version 1 of Ticket #36600


Ignore:
Timestamp:
Oct 15, 2012, 10:28:40 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36600

    • Property Status changed from new to closed
    • Property Priority changed from High to Normal
    • Property Resolution changed from to invalid
    • Property Keywords lib opencv removed
  • Ticket #36600 – Description

    initial v1  
    11I 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
    22
     3{{{
    34dyld: Library not loaded: /opt/local/lib/libopencv_core.2.2.dylib
    45  Referenced from: /Users/alexluleme/Desktop/Master_Visual_Homing/examples/find_obj_video
    56  Reason: image not found
    67Trace/BPT trap.
     8}}}
    79
    810What i must do?