8000
GUI could not be built with cmake due to wrong order of actions (missing dependencies?) #551
Milestone
I'm trying to update FreeBSD port to post-1.3.0 version, commit 4f460ec. It works flawlessly without gtk-3.0 support, but with gtk-3 installed it try to build GUI and fails, because it try to link stlink-gui BEFORE it links libstlink (both static & dynamic).
I'm attaching two log files: one when gtk-3 is not installed (stlink-nogiu.txt), it is successful build. And one with gtk-3 installed (stlink-gui.txt), which fails.
I'm using
$ cmake --version
cmake version 3.7.2
$
BTW, is it possible to disable stlink-gui build in presence of gtk-3 in system? autoconf-based system allowed this.
The text was updated successfully, but these errors were encountered: