omniORB2 - bug report
Report number 3Reported by Adrian Joubert
Date 21 May 1997
Platforms Linux
Version omniORB_2.2.0
Description Problem compiling thread package when Linux distribution does not contain pthread/mit/sys/timers.h
Workaround PATCH #2
-------------- cut here -------------------------- *** src/lib/omnithread/posix.cc Tue May 6 16:58:40 1997 --- ../latest/src/lib/omnithread/posix.cc Thu May 22 13:36:05 1997 *************** *** 50,56 **** #include#include "omnithread.h" ! #ifdef __linux__ #include #endif --- 50,56 ---- #include #include "omnithread.h" ! #if defined(__linux__) && defined(_MIT_POSIX_THREADS) #include #endif -------------- end -------------------------------
Action This patch will be incorporated in the next release.
Status
If you need more information, contact omniorb@uk.research.att.com. We'd like to hear from you.
Contact information
Copyright © 2002 AT&T Laboratories Cambridge