| | [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]
STR #2403
| Application: | FLTK Library |
| Status: | 5 - New |
| Priority: | 3 - Moderate, e.g. unable to compile the software |
| Scope: | 2 - Specific to an operating system |
| Subsystem: | Unassigned |
| Summary: | FLTK assumes support for Xinerama |
| Version: | 2.0-current |
| Created By: | figgles |
| Assigned To: | Unassigned |
| Fix Version: | Unassigned |
| Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
| |
| #1 | figgles 07:52 Jul 22, 2010 |
| When compiling on SGI IRIX 6.5.28 using MIPSpro compilers, I get this error:
cc-1020 CC: ERROR File = x11/run.cxx, Line = 794 The identifier "XineramaScreenInfo" is undefined.
IRIX's Xinerama support is quite old, and the functions do not exist in the system's Xinerama.h. Using configure --disable-xinerama fixes the issue -- can configure detect IRIX systems and disable Xinerama in that case? (IRIX can be detected by #ifdef __sgi) | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |