First time here? Check out the FAQ!

Ask Your Question
1

unable to build ocv 3.0.0 due to undefined references

asked Jun 26 '15

ryanvade gravatar image

I am unable to build opencv 3 due to undefined reference errors. http://slexy.org/view/s2vF4tffVJ I am trying to build opencv into a package for Arch Linux. Here is my PKGUBILD http://slexy.org/view/s2Ota0AUIR

The issue also occurs when building normally without makepkg. (IE directly with cmake and make)

Preview: (hide)

Comments

It seems that there is a problem with IPP lib. May be you use an old IPP lib

LBerger gravatar imageLBerger (Jun 26 '15)edit

1 answer

Sort by » oldest newest most voted
1

answered Jun 26 '15

There could be two possibilities.

  1. You don't have IPP installed and trying to compile opencv with IPP.
  2. You don't have IPP installed properly ie, paths are not properly installed.

Possible solution.

  1. Make sure IPP is installed properly and run basis IPP tests if necessary.
  2. If it's not installed, you can add this flag -D BUILD_IPP=ON to build library with opencv compilation.

Hope it helps.

Preview: (hide)

Comments

I have IPP 2015.8.2.2.187-3 installed and linking properly. Apparently it is having licensing issues right now so I am going to try building with -D BUILD_IPP=ON

ryanvade gravatar imageryanvade (Jun 26 '15)edit

@ryanvade Let us know if it worked or not.

dastaan90 gravatar imagedastaan90 (Jun 27 '15)edit

Question Tools

1 follower

Stats

Asked: Jun 26 '15

Seen: 433 times

Last updated: Jun 26 '15