Re: [find_orb] Problems compiling the github version

mkempfde Apr 11, 2017

Bill,

thank you for the tips. I did do the install commands. The problem is that a normal "sudo make install" installs everything to /root/include with insufficient permissions to read for other users and the makefile does not even set the search path to this place. The right command (after reading the makefile) is "sudo make install GLOBAL=Y". This installs everything under /usr/local and solves the problems I had.

Markus