machinekit/machinekit-hal

protobuf headers placed in the wrong path in machinekit-hal.dev

the-snowwhite opened this issue · 0 comments

Due to some mishap in the deb package system the protobuf and nano_pb headers
where placed in: /usr/includemachinekit/ giving error messages like:

machinetalk/protobuf/nanopb.pb.h: No such file or directory

when attempting to build against the protobuf stuff (ie: Machinetalk)
The last commit in this pr changes the path to: /usr/include/machinekit/machinetalk/protobuf/

And all is well again :-)