| [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File ]
STR #2487
Application: | FLTK Library |
Status: | 3 - Active |
Priority: | 2 - Low, e.g. a documentation error or undocumented side-effect |
Scope: | 2 - Specific to an operating system |
Subsystem: | DLL/DSO |
Summary: | fltk2_glut.dll won't build |
Version: | 2.0-current |
Created By: | bgbnbigben |
Assigned To: | bgbnbigben |
Fix Version: | 2.0-current (SVN: v8312) |
Update Notification: | |
Trouble Report Files:
[ Post File ]
Trouble Report Comments:
[ Post Text ]
|
#1 | bgbnbigben 20:53 Dec 16, 2010 |
| When building FLTK2.0 on Win. XP using MinGW and compiling shared libraries, fltk2_glut.dll fails with undefined references to fltk::GlWindow (and multiple other fltk objects from within the fltk2_gl library).
This looks like it was nothing more than an oversight - glut/Makefile has been set up to correctly build the required .dll, but a typo seemingly caused it to link against LINKFLTK instead of LINKFLTKGL. The attached patch will take care of this! | |
|
#2 | bgbnbigben 16:23 Jan 24, 2011 |
| Fixed in Subversion repository.
Fixed the inability to build, however GCC now throws warnings. In an effort to not have one bug consume all my time, I'm now lowering the priority of this STR (rather than closing it); this way the warnings will be cleared up at some point but will allow me to tackle more serious bugs in the meantime. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |