ankur6ue / gsoc2011sfm

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

CMake error: libmv's -lglog -lgflags missing from SfMTutorials.dir/link.txt #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout r210
2. cmake-gui && make

What is the expected output? What do you see instead?
linking fails due to undefined refs contained in -lglog -lgflags, which are 
required by libmv libs used in tutorials
Adding "-lglog -lgflags" to SfMTutorials.dir/link.txt solves it

What version of the product are you using? On what operating system?
r210
Ubuntu 11.04 64bit

Original issue reported on code.google.com by neilca...@gmail.com on 10 Aug 2011 at 10:24

GoogleCodeExporter commented 9 years ago
thank you, I will add these!

Original comment by thibault...@gmail.com on 11 Aug 2011 at 10:21

GoogleCodeExporter commented 9 years ago
Added, problem resolved, thanks!

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