Hi,
I have OSRM-ROUTED working fine, however, looking for more speed from the command line. Tried to compile the simplclient.cpp in the tools sub directory but it keeps erroring.
The command I use is : g++ -c -std=c++11 -I/osrm/osrm-backend/library/ simpleclient.cpp
And I get the error :
In file included from simpleclient.cpp:29:0:
../util/json_renderer.hpp:37:35: fatal error: osrm/json_container.hpp: No such file or directory
#include <osrm/json_container.hpp>
^
compilation terminated.
Any help would be gratefully received.
Cheers
Hi,
I have OSRM-ROUTED working fine, however, looking for more speed from the command line. Tried to compile the simplclient.cpp in the tools sub directory but it keeps erroring.
The command I use is : g++ -c -std=c++11 -I/osrm/osrm-backend/library/ simpleclient.cpp
And I get the error :
In file included from simpleclient.cpp:29:0:
../util/json_renderer.hpp:37:35: fatal error: osrm/json_container.hpp: No such file or directory
#include <osrm/json_container.hpp>
^
compilation terminated.
Any help would be gratefully received.
Cheers