Compiling freeopcua c++ on openwrt

Hello,

I’am trying to build a C++ program using this library:

https://github.com/FreeOpcUa/freeopcua

When i’am compiling i get errors about the boost library.

fatal error: boost/any.hpp: No such file or directory.

How can i get this library work on OpenWRT?

Have a look at the makefile of other packages using boost. Like domoticz or i2pd

1 Like

Okay, i first have to set up a build system i think