Hi Nathan,
i'm trying to compile and use libmv (even if it's still in progress), but as soon as I write a line as simple as :
ReadJpg(jpg_filename.c_str(), image_array);
I get :
libmv/lib/libimage.a(image_io.o) : In function libmv::ReadJpg(char const*, libmv::Array3D<unsigned char>*):
image_io.cc : undefined reference to google::LogMessage::LogMessage(char const,*, int, int)
And it's the same with any function that is using glog.
Although logging.cc is compiled in glog.a and well linked ...
Do you have any idea how to solve this ?
I'm on Ubuntu, 64 bits.
Thank you in advance,
Paul
--
You received this message because you are subscribed to the Google Groups "libmv-devel" group.
To post to this group, send email to libmv...@googlegroups.com.
To unsubscribe from this group, send email to libmv-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/libmv-devel?hl=en.