Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV 3 and Lazarus ... Linker message #3

Open
LJGutierrez opened this issue Aug 30, 2017 · 1 comment
Open

OpenCV 3 and Lazarus ... Linker message #3

LJGutierrez opened this issue Aug 30, 2017 · 1 comment

Comments

@LJGutierrez
Copy link

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

@zbyna
Copy link
Owner

zbyna commented Aug 30, 2017

These lines should contain libraries names:
https://github.com/zbyna/opencv-lazarus/blob/master/OpenCV.pas#L122-L137
And this:
https://github.com/zbyna/opencv-lazarus/blob/master/OpenCV.pas#L60
should determine opencv version.
Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants