You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Yeah I have broken de build for this. Somebody already fixed it for Arch (and probably also for FreeBSD) with this PR #552.
The offending error during build is:
/usr/bin/ld: cannot find -lstlink
I have "reworked" the static/dynamic library thing, which broke the *NIX builds. I'm still not happy with static/dynamic libs. But I will solve this in a better way for MacOSX and Windows builds.
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: