Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 16:47:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225566] emulators/dosbox: Fix build with clang 6
Message-ID:  <bug-225566-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 225566
           Summary: emulators/dosbox: Fix build with clang 6
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jhb@FreeBSD.org
                CC: knyght@gmail.com
                CC: knyght@gmail.com
             Flags: maintainer-feedback?(knyght@gmail.com)

dosbox fails to build with the following error on clang 6 in HEAD:

int10_vesa.cpp:42:42: error: invalid suffix on literal; C++11 requires a sp=
ace
b
etween literal and identifier [-Wreserved-user-defined-literal]
static char string_productrev[]=3D"DOSBox "VERSION;
                                         ^


Patch at https://reviews.freebsd.org/D14132 fixes the build for me.

--=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-225566-13>