open62541-python-deprecated
open62541-python-deprecated copied to clipboard
ua_connection.h No such file or directory
Just tried to build the python wrapper with following output:
building 'open62541' extension x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I../open62541/include -I../open62541/plugins -I../open62541/build/src_generated/ -I../open62541/deps -I/usr/include/python2.7 -c open62541.c -o build/temp.linux-x86_64-2.7/open62541.o open62541.c:264:27: fatal error: ua_connection.h: No such file or directory compilation terminated.
After I didn't find any ua_connection.h in the open62541 sources, I guess there is something wrong.
Probably small api change....
it was a big API change.... updated it now...it works. I just tested... but this is a very minimal wrapper
@oroulet thanks! can you try to include the main project as a git submodule and use the current (release candidate) 0.3 branch (and update the instructions accordingly)? Otherwise we may run into these problems all the time in the future...