srrcboy / openfabmap

Automatically exported from code.google.com/p/openfabmap
Other
0 stars 0 forks source link

compiling in windows VS2012 #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.compiling with opencv 2.4.6

What is the expected output? What do you see instead?
I get link error i'm not sure why, see attached text file

What version of the product are you using? On what operating system?
i'm using latest version 2.02

Please provide any additional information below.
should i set openfabmapcali as start or openfabmap?

Original issue reported on code.google.com by ialh...@gmail.com on 14 Dec 2013 at 2:21

Attachments:

GoogleCodeExporter commented 9 years ago
This looks like you haven't properly linked the openCV libraries to your 
project. If you used Cmake there may have been an error in finding openCV 
properly. If you created a project without Cmake, or if there was a Cmake 
problem, you should be able to fix it by going into project properties and 
adding the openCV libs to the additional dependencies manually.

you need to set the project with openFABMAPcli as the default project to run 
(as opposed to ALL_BUILD).

 -HOWEVER-

the latest version of openCV has openFABMAP inherently included in the contrib 
section. You should be able to use it without compiling this project. You 
should still be able to grab openFABMAPcli and use it directly with openCV.

Original comment by arren.gl...@gmail.com on 15 Dec 2013 at 11:34