You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed OpenCV3 and I am running Lazarus 1.7, FPC3 in Jessie. I took your demo from the network to learn about how to use pascal and OpenCV. After fix some problems and pass the compilation, the linker send me this errors:
Seems to be that OpenCV 3 do not install these libraries (Libcxcore, libcv, libhighgui) and/or Lazarus IDe can not find them. Can you help me to solve this. Regards
The text was updated successfully, but these errors were encountered:
Dear Sirs,
I installed OpenCV3 and I am running Lazarus 1.7, FPC3 in Jessie. I took your demo from the network to learn about how to use pascal and OpenCV. After fix some problems and pass the compilation, the linker send me this errors:
/usr/bin/ld: cannot find -lcxcore
/usr/bin/ld: cannot find -lcv
/usr/bin/ld: cannot find -lhighgui
Seems to be that OpenCV 3 do not install these libraries (Libcxcore, libcv, libhighgui) and/or Lazarus IDe can not find them. Can you help me to solve this. Regards
The text was updated successfully, but these errors were encountered: