Actually, I think that this should be filed as a MySQL bug. A fairly
generic function name list "list_reverse" should not be present in a
library because of the high likelihood of conflicting with user code.

If someone has an account with MySQL's Bugzilla, probably post a bug
suggesting that they define this function as "static" so that the symbol
isn't shared outside of their library.

Aaron


On Tue, 17 Jun 2003 [EMAIL PROTECTED] wrote:

> Don´t worry with MySQL 4.1x yet. Some users reported problems with the
> tables schemas. 4.0.12 is working very good.
>
> > Hello,
> >
> > I am trying to install dbmail-1.1 with MySQL 4.1-alpha and ran into
> > problem
> > during the make.. I used the build.sh script and got he following error
> > message.
> >
> > ----------------------------------------------------------------------------
> > ------------------------
> > rm -f *.o core mysql/*.o
> > cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE   -c -o list.o list.c
> > cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE   -c -o debug.o debug.c
> > cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE   -c -o pipe.o pipe.c
> > cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE   -c -o mime.o mime.c
> > cc -o mysql/dbmysql.o -c
> > mysql/dbmysql.c -L/usr/local/mysql/lib/mysql/
> > -I/usr/local/mysql/include/mys
> > ql/
> > In file included from /usr/local/mysql/include/mysql/mysql.h:64,
> >                  from mysql/dbmysql.c:9:
> > /usr/local/mysql/include/mysql/my_list.h:34: error: conflicting types for
> > `list_reverse'
> > list.h:39: error: previous declaration of `list_reverse'
> > make: *** [mysql/dbmysql.o] Error 1
> > Sorry, Make failed.
> > Please report any problems to the mailing list: [email protected]
> > You can find more information (including how to subscribe to the
> > mailinglist) on www.dbmail.org
> > ----------------------------------------------------------------------------
> > -----------------------------------
> >
> > I am running Debian Linux kernel 2.4.20… Any help would be greatly
> > appreciated.
> >
> > Patrick Choi
> >
> >
>
> _______________________________________________
> Dbmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>

Reply via email to