Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2018 09:40:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-powerpc@FreeBSD.org
Subject:   [Bug 226123] devel/cmake: linking ../bin/ccmake fails with undefined reference to Json::Value::Value()
Message-ID:  <bug-226123-25139-XvgKRJzwaU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226123-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226123-25139@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=3D226123

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg@freebsd.org

--- Comment #1 from Adriaan de Groot <adridg@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. Otherw=
ise
all I can suggest is looking at what is getting compiled into libjsoncpp wi=
th `
nm -DC  /usr/local/lib/libjsoncpp.so | grep ::Value::Value ` .. there may be
some trickery afoot.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226123-25139-XvgKRJzwaU>