On Thu, 7 Apr 2022 at 03:27, Danny Miller <dan...@austin.rr.com> wrote:

> And same prob.  It's looking for stuff in the libmodbus's modbus.h but
> it's not seeing it somehow.

You could try giving it a complete path:

#include "/usr/share/modbus/modbus.h"

(quotes rather than braces, I think, for an explicit path)

Or, maybe

#include <modbus/modbus.h>

As libmodbus installs into a directory.


-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to