Closed GoogleCodeExporter closed 8 years ago
As an update, I used NetBeans and copied the Demo program given on the javacv
project front page for the haarcascade, compiled it, and than ran it using
Opencv2.3.1, and the 10-01-11 javacv-bin jars. I get the same 'undefined
symbol' error as with clojure:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/tmp/libjniopencv_core5822925250382781760.so:
/opt/OpenCV-2.3.1/release/lib/libopencv_core.so.2.3: undefined symbol:
mx_ippsLn_32f_A21
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703) .....
So I don't think it is a Clojure issue.
Original comment by cabjh...@embarqmail.com
on 18 Oct 2011 at 1:27
The function "mx_ippsLn_32f_A21" is part of Intel's IPP. Either do not compile
OpenCV with IPP enabled, or please install IPP properly...
Original comment by samuel.a...@gmail.com
on 19 Oct 2011 at 3:05
Bingo! I disabled the IPP compilation, and the error went away. Thanks!
Original comment by cabjh...@embarqmail.com
on 19 Oct 2011 at 12:25
Original issue reported on code.google.com by
cabjh...@embarqmail.com
on 17 Oct 2011 at 4:17