| [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File ]
STR #1720
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: | missing function in_main_thread in src/x11/lock.cxx |
Version: | 2.0-current |
Created By: | indy2718 |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
|
#1 | indy2718 19:42 Jul 01, 2007 |
| From src/lock.cxx I'm using USE_X11_MULTITHREADING and in_main_thread does not get compiled into the library. Please add in_main_thread ------------------- #if USE_X11 && USE_X11_MULTITHREADING
// This is NOT normally done, instead the HAVE_PTHREAD case is done # include "x11/lock.cxx"
#elif HAVE_PTHREAD
// in_main_thread not compiled in because it only does the #include "x11/lock.cxx" | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |