ankur6ue / gsoc2011sfm

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

Configuration error with libmv #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out source from repository.
2. Open CMake and attempt to configure.

What is the expected output? What do you see instead?

Ideally the configuration should complete without errors. Instead, an error 
occurs because it cannot find LIBMV_HEADER_DIR, although it does find 
LIBMV_LIB_DIR correctly. I think I was able to manually correct this in Cmake 
by putting in the address: /libmv/libmv-0.1.1104-dev/src, but I'm not sure how 
to get CMake to locate this automatically..

Please use labels and text to provide additional information.

Looking for pthread_create in pthread
Looking for pthread_create in pthread - found
Found Threads: TRUE
Found wxWidgets: TRUE
CMake Error: The following variables are used in this project, but they are set 
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake 
files:
LIBMV_HEADER_DIR
   used as include directory in directory /home/steve/OpenCV/gsoc2011sfm
   used as include directory in directory /home/steve/OpenCV/gsoc2011sfm/src
   used as include directory in directory /home/steve/OpenCV/gsoc2011sfm/tutorials

Configuring incomplete, errors occurred!

Original issue reported on code.google.com by stephen....@gmail.com on 31 Jul 2011 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 31 Jul 2011 at 4:10

GoogleCodeExporter commented 9 years ago
I see indeed this error but I don't know how solve this.

LibMV team don't seem to have think about it by giving a libmvFind.cmake... I 
will contact them!

Original comment by thibault...@gmail.com on 31 Jul 2011 at 4:30

GoogleCodeExporter commented 9 years ago
I found a *FindLibmv.cmake* file in *libmv-0.1.1104-dev/src/CMake/modules* or 
alternatively in *libmv-0.1.1104_Linux-i686/share/libmv/CMake* - does that help?

Original comment by stephen....@gmail.com on 1 Aug 2011 at 12:48

GoogleCodeExporter commented 9 years ago
Yes this help a lot!
I will take a look soon!

Original comment by thibault...@gmail.com on 1 Aug 2011 at 9:14

GoogleCodeExporter commented 9 years ago
Libmv is now completely integrated!

Original comment by thibault...@gmail.com on 16 Aug 2011 at 12:19