CESNET / Netopeer-GUI

Graphical user interface for NETCONF client
MIT License
37 stars 9 forks source link

Not compiling with recent libnetconf and libwebsockets #91

Closed lpenz closed 8 years ago

lpenz commented 8 years ago

I tried to create a docker for netopeer-gui, but I was unable to compile it with the current libnetconf and libwebsockets. The results can be seen at: https://travis-ci.org/lpenz/Netopeer-GUI/builds/111364445 The code itself is in the Dockerfile present at: https://github.com/lpenz/Netopeer-GUI/tree/docker Am I doing something wrong?

alexadavid commented 8 years ago

Hello, what version of centos are you using?

cejkato2 commented 8 years ago

Hello, can you try to change https://github.com/lpenz/Netopeer-GUI/blob/docker/Dockerfile#L46 to

./configure --without-notifications

This will disable notifications and therefore avoid the issue with different api.

Other solution (that supports notifications) can be to clone specific older version of libwebsockets: https://github.com/cejkato2/libwebsockets