[Bug 243525] graphics/poppler-glib: c++: error: linker command failed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 22 20:43:43 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243525

--- Comment #2 from Tobias C. Berner <tcberner at freebsd.org> ---
The underlying issue is that in an unclean environment it finds gtk and builds
the demo-application.

if (GTK_FOUND AND BUILD_GTK_TESTS)
  add_subdirectory(demo)
endif ()


So we can just toggle the option BUILD_GTK_TESTS to off, and it should work
again, and revert the temporary fix of r523840.

mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-desktop mailing list