You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Bojan Smojver <bo...@rexursive.com> on 2009/08/01 07:33:00 UTC

Re: svn commit: r799780 - /apr/apr-util/branches/1.3.x/dbd/apr_dbd_mysql.c

On Sat, 2009-08-01 at 00:40 +0000, wrowe@apache.org wrote:
> Reorder the config into sanity, prefer include/mysql/ structure
> if found, and *be consistent*.

On Fedora 11, i686, I get this:
---------------------
In file included from dbd/apr_dbd_mysql.c:38:
/usr/include/mysql/my_global.h:648: error: redefinition of typedef
‘my_socket’
/usr/include/mysql/mysql.h:65: note: previous declaration of ‘my_socket’
was here
/usr/include/mysql/my_global.h:1019: error: redefinition of typedef
‘my_ulonglong’
/usr/include/mysql/mysql.h:128: note: previous declaration of
‘my_ulonglong’ was here
/usr/include/mysql/my_global.h:1084: error: redefinition of typedef
‘my_bool’
/usr/include/mysql/mysql.h:51: note: previous declaration of ‘my_bool’
was here
make[1]: *** [dbd/apr_dbd_mysql.lo] Error 1
make[1]: Leaving directory `/home/groups/devel/apr/run/apr-util'
make: *** [all-recursive] Error 1
---------------------

Can anyone confirm?

-- 
Bojan