-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer compiles, repo needs updating #11
Comments
libprotobuf-dev is already the newest version (3.6.1.3-2ubuntu5). |
I think I could remove that error by installing libprotozero-dev, but now it fails differently:
so now I have: |
A fork is maintained at https://github.com/OPTITOOL/morituri |
peter@peter-powermatemlxxx:
/morituri$ make -j2/morituri$g++ -std=c++11 -O0 -g -o comm2osm-debug comm2osm.cpp plugins/navteq/navteq_plugin.cpp plugins/dummy/dummy_plugin.cpp -I/home/peter/libs/libosmium/include -Iplugins -lbz2 -lgdal -lexpat -lgeos -lpthread -lz -lprotobuf-lite -lboost_system -lboost_filesystem -losmpbf
g++ -std=c++11 -o comm2osm comm2osm.cpp plugins/navteq/navteq_plugin.cpp plugins/dummy/dummy_plugin.cpp -I/home/peter/libs/libosmium/include -Iplugins -lbz2 -lgdal -lexpat -lgeos -lpthread -lz -lprotobuf-lite -lboost_system -lboost_filesystem -losmpbf
In file included from /home/peter/libs/libosmium/include/osmium/io/o5m_input.hpp:42,
from /home/peter/libs/libosmium/include/osmium/io/any_input.hpp:48,
from plugins/navteq/navteq_plugin.cpp:8:
/home/peter/libs/libosmium/include/osmium/io/detail/o5m_input_format.hpp:56:10: fatal error: protozero/exception.hpp: No such file or directory
56 | #include <protozero/exception.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/peter/libs/libosmium/include/osmium/io/o5m_input.hpp:42,
from /home/peter/libs/libosmium/include/osmium/io/any_input.hpp:48,
from plugins/navteq/navteq_plugin.cpp:8:
/home/peter/libs/libosmium/include/osmium/io/detail/o5m_input_format.hpp:56:10: fatal error: protozero/exception.hpp: No such file or directory
56 | #include <protozero/exception.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:63: comm2osm] Error 1
make: *** Waiting for unfinished jobs....
make: *** [Makefile:60: comm2osm-debug] Error 1
peter@peter-powermatemlxxx:
The text was updated successfully, but these errors were encountered: