Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2020 20:43:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 243525] graphics/poppler-glib: c++: error: linker command failed
Message-ID:  <bug-243525-39348-tGscVdu4Jy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243525-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243525-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243525

--- Comment #2 from Tobias C. Berner <tcberner@freebsd.org> ---
The underlying issue is that in an unclean environment it finds gtk and bui=
lds
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243525-39348-tGscVdu4Jy>