[Bug 226123] devel/cmake: linking ../bin/ccmake fails with undefined reference to Json::Value::Value()
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 23 09:40:42 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226123
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #1 from Adriaan de Groot <adridg at freebsd.org> ---
Have you got a sufficiently new devel/jsoncpp? This most recent commit:
r462353 | yuri | 2018-02-19 23:25:14 +0100 (Mon, 19 Feb 2018) | 10 lines
Added C++11 to the compile flags, which is needed for CMake. I know you've
already rebuilt jsoncpp, but it really needs to be very-very recent. Otherwise
all I can suggest is looking at what is getting compiled into libjsoncpp with `
nm -DC /usr/local/lib/libjsoncpp.so | grep ::Value::Value ` .. there may be
some trickery afoot.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list