mapnik / mapnik-support

Use the issues queue here to ask questions and offer help on using Mapnik (maybe if this works well we can retire the mailing list at http://mapnik.org/contact/?)
6 stars 6 forks source link

compile error on opensuse 15.4 #149

Open BjoernRuff opened 2 years ago

BjoernRuff commented 2 years ago

I always end up with following errors. Can someone help. sincerely Bjørn (br@forstware.de) :

/usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: src/libmapnik.so: undefined reference to boost::filesystem::path::find_root_directory( ) const' /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: src/libmapnik.so: undefined reference toboost::filesystem::detail::dir_itrimp::~dir itr_imp()' /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: src/libmapnik.so: undefined reference to boost::filesystem::path::find_parent_path_siz e() const' /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: src/libmapnik.so: undefined reference toboost::filesystem::path::find_root_name_size( ) const' /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: src/libmapnik.so: undefined reference to boost::filesystem::path::append_v3(boost::fil esystem::path const&)' /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: src/libmapnik.so: undefined reference toboost::filesystem::detail::dir_itr_imp::opera tor delete(void*)' /usr/lib64/gcc/x86_64-suse-linux/11/../../../../x86_64-suse-linux/bin/ld: src/libmapnik.so: undefined reference to `boost::filesystem::path::filename_v3() const' collect2: error: ld returned 1 exit status scons: *** [utils/mapnik-index/mapnik-index] Error 1 scons: building terminated because of errors.