Date: Wed, 20 Jun 2012 10:54:07 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: "Andrew W. Nosenko" <andrew.w.nosenko@gmail.com> Cc: Boris Samorodov <bsam@passap.ru>, freebsd-ports@freebsd.org Subject: Re: clang, dbus, firefox+thunderbird Message-ID: <4FE18FAF.30403@FreeBSD.org> In-Reply-To: <CALa-7vwOaw5hwMGdDN497KCG=qn3NK_hPA8VYeDCDErE6oSmvQ@mail.gmail.com> References: <4FE097DA.30701@passap.ru> <CALa-7vwOaw5hwMGdDN497KCG=qn3NK_hPA8VYeDCDErE6oSmvQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-06-19 19:14, Andrew W. Nosenko wrote: > On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodov <bsam@passap.ru> wrote: ... >> /usr/local/include/dbus-1.0/dbus/dbus-protocol.h:459:126: error: invalid >> suffix on literal; C++11 requires a space between literal and identifier >> [-Wreserved-user-defined-literal] >> #define DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE "<!DOCTYPE node PUBLIC >> \""DBUS_INTROSPECT_1_0_XML_PUBLIC_IDENTIFIER"\"\n\""DBUS_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER"\">\n" ... > It's because of "User defined literals" (the new c++11 feature) and > your clang++ is in c++11 (or gnu++11?) mode by default. Note, the version of clang in base defaults to gnu++98, *not* c++11 or gnu++11. Maybe this is added by the configure script, after detection of c++11 support?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FE18FAF.30403>