[Bug 238489] java/eclipse: fix build on GCC architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 11 08:17:46 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238489
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 at FreeBSD.org
Reporter: pkubaj at FreeBSD.org
CC: jonc at chen.org.nz
Flags: maintainer-feedback?(jonc at chen.org.nz)
CC: jonc at chen.org.nz
Created attachment 204979
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204979&action=edit
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: previous
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: previous
declaration of 'JSCContext' was here
Also, remove setting CC=gcc from files/patch-eclipse.platform.swt and add
CC=${CC} to MAVEN_ENV. This is to actually use the new GCC from ports.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list