Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2019 08:17:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238489] java/eclipse: fix build on GCC architectures
Message-ID:  <bug-238489-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 238489
           Summary: java/eclipse: fix build on GCC architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: jonc@chen.org.nz
             Flags: maintainer-feedback?(jonc@chen.org.nz)
                CC: jonc@chen.org.nz

Created attachment 204979
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204979&action=
=3Dedit
patch

Eclipse now needs C11-capable compiler:
     [exec] /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:37: error:
redefinition of typedef 'JSCClass'
     [exec] /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:43: error: prev=
ious
declaration of 'JSCClass' was here
     [exec] /usr/local/include/webkitgtk-4.0/jsc/JSCClass.h:40: error:
redefinition of typedef 'JSCContext'
     [exec] /usr/local/include/webkitgtk-4.0/jsc/JSCValue.h:44: error: prev=
ious
declaration of 'JSCContext' was here

Also, remove setting CC=3Dgcc from files/patch-eclipse.platform.swt and add
CC=3D${CC} to MAVEN_ENV. This is to actually use the new GCC from ports.

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