| [ Return to Bugs & Features | Post Text | Post File | Prev | Next ]
STR #3419
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 3 - Moderate, e.g. unable to compile the software |
Scope: | 3 - Applies to all machines and operating systems |
Subsystem: | Build Files |
Summary: | examples/OpenGL*.cxx needs Makefile entries |
Version: | 1.4-current |
Created By: | greg.ercolano |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]
Trouble Report Comments:
[ Post Text ]
|
#1 | greg.ercolano 15:47 Oct 25, 2017 |
| The examples/OpenGL* examples don't have a Makefile target, so they can't be built using 'make'.
Attaching an experimental patch for testing that will build the tools *if* the user explicitly specifies building them with make.
I purposefully /excluded them from the default build/, since the demos as currently written would fail to build if either GLEW or GLUT aren't present.
The demos should probably be adjusted to test for e.g. HAVE_GL, and whatever the equivalent is for GLEW and GLUT, so that it can successfully build without them, posting a dialog similar to what we currently have in the test/cube program. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |