Re: How to PROVIDE boost-python
Laurent Gauthier
Hi again Emily,
toggle quoted messageShow quoted text
You have put your finger on the core issue there. The name of the boost python library which is linked in your "opc-ua-server-gfex" recipe is "boost_python-mt" where it seems that it should be "boost_python3-mt". I guess you should have a look at the CMakeLists.txt of the "opc-ua-server-gfex" software package to see how to switch to linking with "boost_python3-mt" instead as a quick review of the boost recipe seems to reveal no python2 support. Kind Regards, Laurent.
On Tue, Mar 17, 2020 at 7:19 PM Emily S <easmith5555@...> wrote:
|
|