Bug 1174 - Use gluegen/jogl stub includes instead of duplicating them
Summary: Use gluegen/jogl stub includes instead of duplicating them
Status: RESOLVED FIXED
Alias: None
Product: Jocl
Classification: JogAmp
Component: opencl (show other bugs)
Version: 2.3.2
Hardware: All all
: --- normal
Assignee: Wade Walker
URL:
Depends on:
Blocks:
 
Reported: 2015-07-11 21:12 CEST by Wade Walker
Modified: 2015-09-27 01:33 CEST (History)
2 users (show)

See Also:
Type: ---
SCM Refs:
02ef8884a2ca07de510bbc3fb17ff2a68083ad14
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wade Walker 2015-07-11 21:12:42 CEST
JOCL creates some of its own stub includes for use with gluegen, like stddef.h and gltypes.h, that already exist elsewhere in the build tree. Refer to those files elsewhere in the tree when possible instead of duplicating them in JOCL.
Comment 1 Wade Walker 2015-07-12 22:03:32 CEST
Removed the common, gl, GL3, and jvm stub includes directories and changed the build to use the equivalent files in the gluegen and jogl projects.