Hi,
I've hit a problem on AIX 4.3 with mysql client include files. My app needs 
to include <xcoff.h> which includes <dbug.h>. The problem is that I also 
need to access mysql. It turns out that the mysql include directory also has 
a dbug.h which get pulled in instead of the systems file.

The fix is simple, rename the mysql dbug.h to my_dbug.h and change the 
include in my_global.h to #include <my_dbug.h> instead.

Rather than my having to fix this with every new mysql release I download, 
could you please consider making this change in the master codelines? 
(ideally it would be nice if you prefixed all your header files with my_to 
avoid future clashes with system header files)

Thanks, muchly.

Jo

sql, query


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to