Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ua_connection.h No such file or directory #1

Open
fernwerker opened this issue Mar 7, 2018 · 3 comments
Open

ua_connection.h No such file or directory #1

fernwerker opened this issue Mar 7, 2018 · 3 comments

Comments

@fernwerker
Copy link

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.

@oroulet
Copy link
Collaborator

oroulet commented Mar 7, 2018

Probably small api change....

@oroulet
Copy link
Collaborator

oroulet commented Mar 7, 2018

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

@Pro
Copy link
Member

Pro commented Mar 7, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants