Compilation error

On RedHat 9, or at least on some of its variants, the combination of

#include <my_global.h>
#include <my_semaphore.h>

will confuse gcc, which give an error while compiling my_semaphore.c

reversing the order of includes "fixes" the problem with the side effect of not
using LinuxThreads semaphores at all, which perhaps is not that big of a deal
anyway.


--
Sasha Pachev
Create online surveys at http://www.surveyz.com/

--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs [at] m.gmane.org
Sasha Pachev [ Mo, 08 März 2004 21:53 ] [ ID #83095 ]
Datenbanken » gmane.comp.db.mysql.bugs » Compilation error

Vorheriges Thema: REMOVE ME FROM YOUR EMAIL LIST!!!
Nächstes Thema: [PATCH] mysqlhotcopy: utf8 I/O layer