Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 18:20:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236061] devel/json-cpp: Fix build with libc++ 8.0
Message-ID:  <bug-236061-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 236061
           Summary: devel/json-cpp: Fix build with libc++ 8.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dim@FreeBSD.org

Created attachment 202389
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202389&action=
=3Dedit
Comment out line that produces "-I."

With libc++ 8.0, which is in the projects/clang800-import branch, and which
will soon be merged to head, compilation of devel/jsoncpp fails due to a
conflict between the new C++ <version> header, and a local file "version" w=
hich
is produced by jsoncpp during its configure phase.

This is due to the initial test runner being compiled with "-I.", even thou=
gh
it does not need any file from the port's working directory root.  Therefor=
e,
it seems to be easiest to comment out the line from the SConstruct script t=
hat
adds the "-I." option.

--=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-236061-7788>