anb0s / eclox

Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
http://anb0s.github.io/eclox
Eclipse Public License 2.0
34 stars 2 forks source link

eclox does not compile with target platform Eclipse-2018-12 and greater #229

Closed anb0s closed 5 years ago

anb0s commented 5 years ago

Expected Behavior

eclox should compile with target platform Eclipse-2018-12 and greater

Actual Behavior

see: https://travis-ci.org/anb0s/eclox/jobs/494164856 error: "The type org.eclipse.swt.widgets.Shell cannot be resolved. It is indirectly referenced from required .class files".

see too: https://bugs.eclipse.org/bugs/show_bug.cgi?id=539656

Reason: Eclipse 2018-12 and greater dropped support of 32bit (x86)

anb0s commented 5 years ago

see too: "Drop 32 bit support in 4.10" https://bugs.eclipse.org/bugs/show_bug.cgi?id=536766