Closed gmoccapy closed 7 years ago
You are confusing the build dependencies of LinuxCNC with the runtime dependencies of LinuxCNC. There are some dependencies that are required only at runtime, not when building the package. dpkg-checkbuilddeps
(and related programs such as mk-build-deps
) only install build-time dependencies. We can't change this, it's a part of how Debian works.
I see we do mention dpkg-checkbuilddeps
in the documentation, please feel free to offer pull requests that improve the documentation.
On current master and: MINT 18.2 'Sonja' Cinnamon 64-bit with Kernel: 4.10.0-28-generic
I did:
and installed the mentioned dependencies with:
went on with:
and got missing dependencies of: bwidget libtk-img tclx
after finishing with make and sudo make setuid and rip-environment I was not able to start hal_gremlin based GUI's as python-gtkglext1 was also missing.
I am not sure, where to add that dependencies or even if I am allowed to. Any help appreciated.
Norbert