open62541-python-deprecated icon indicating copy to clipboard operation
open62541-python-deprecated copied to clipboard

ua_connection.h No such file or directory

Open fernwerker opened this issue 7 years ago • 3 comments

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.

fernwerker avatar Mar 07 '18 11:03 fernwerker

Probably small api change....

oroulet avatar Mar 07 '18 16:03 oroulet

it was a big API change.... updated it now...it works. I just tested... but this is a very minimal wrapper

oroulet avatar Mar 07 '18 20:03 oroulet

@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...

Pro avatar Mar 07 '18 20:03 Pro