Ask Your Question
0

Where are module libs in prebuilt version?

asked 2017-03-13 03:58:08 -0600

gordano gravatar image

updated 2017-03-13 04:05:58 -0600

berak gravatar image

I am trying to run my first example program, but I am getting undefined reference errors.

Im am using the prebuilt "vc14" folder with mingw32 and netbeans. I added the headers, lib and bin directories to the project, but the only .lib files to to link to were opencv_world320.lib or opencv_world320d.lib. There are Cmake files in the folder, but no other .lib files for the modules.

How am I supposed to get the modules?

Thanks for your help.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-03-13 04:03:53 -0600

berak gravatar image

there are no prebuild mingw libs, and you cannot use the vc14 ones.

you'll have to get cmake, and build from src, look here for instructions

edit flag offensive delete link more

Comments

Ok, I must have misunderstood. Thanks for clarifying. Just to clarify: In the Windows installation tutorial, where it refers to pre-built libraries, what is it referring to, are they precompiled binaries for the visual studio compiler? Edit: yes.

gordano gravatar imagegordano ( 2017-03-13 04:25:04 -0600 )edit

yes, currently there are only prebuilt libs for VS

berak gravatar imageberak ( 2017-03-13 04:47:17 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-03-13 03:57:08 -0600

Seen: 241 times

Last updated: Mar 13 '17