Hello,
I am trying to compile mythtv fixes/0.28 in a jail and getting
the following error. I also compiled exiv2 from ports. Any idea how to
fix this?
Thanks
I am trying to compile mythtv fixes/0.28 in a jail and getting
the following error. I also compiled exiv2 from ports. Any idea how to
fix this?
Code:
../../libs/libmythmetadata/libmythmetadata-0.28.so: undefined reference to `Exiv2::ImageFactory::open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'
../../libs/libmythmetadata/libmythmetadata-0.28.so: undefined reference to `Exiv2::CommentValue::comment[abi:cxx11](char const*) const'
../../libs/libmythmetadata/libmythmetadata-0.28.so: undefined reference to `Exiv2::CommentValue::CommentValue(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
../../libs/libmythmetadata/libmythmetadata-0.28.so: undefined reference to `Exiv2::Metadatum::print[abi:cxx11](Exiv2::ExifData const*) const'
../../libs/libmythmetadata/libmythmetadata-0.28.so: undefined reference to `Exiv2::Value::toString[abi:cxx11]() const'
../../libs/libmythmetadata/libmythmetadata-0.28.so: undefined reference to `Exiv2::ExifKey::ExifKey(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:541: mythfrontend] Error 1
gmake[2]: Leaving directory '/home/mythtv/src/mythtv/mythtv/programs/mythfrontend'
gmake[1]: *** [Makefile:87: sub-mythfrontend-make_first] Error 2
gmake[1]: Leaving directory '/home/mythtv/src/mythtv/mythtv/programs'
gmake: *** [Makefile:67: programs] Error 2
Thanks