Page MenuHomeFreeBSD

java/eclipse: fix build
ClosedPublic

Authored by pkubaj on Jun 16 2019, 9:24 PM.
Tags
None
Referenced Files
F82098397: D20667.diff
Thu, Apr 25, 12:06 PM
F82093025: D20667.id58719.diff
Thu, Apr 25, 10:36 AM
Unknown Object (File)
Sat, Apr 20, 3:25 PM
Unknown Object (File)
Fri, Apr 19, 5:45 PM
Unknown Object (File)
Mar 22 2024, 2:48 PM
Unknown Object (File)
Mar 22 2024, 2:47 PM
Unknown Object (File)
Mar 22 2024, 9:57 AM
Unknown Object (File)
Mar 9 2024, 2:15 PM
Subscribers
None

Details

Summary

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.

PR: 238489

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 16 2019, 10:40 PM
This revision was automatically updated to reflect the committed changes.