more typos fixed in the module loading code :-( Jorge Bastos wrote: > Paul, > With your last fix with svn 2940: > > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -W -Wall -Wpointer-arith -Wstrict-prototypes -MT libdbmail_la-dbmodule.lo -MD > -MP -MF .deps/libdbmail_la-dbmodule.Tpo -c dbmodule.c -fPIC -DPIC -o > ..libs/libdbmail_la-dbmodule.o > dbmodule.c: In function 'db_load_driver': > dbmodule.c:38: error: request for member 'driver' in something not a > structure or union > dbmodule.c:40: error: request for member 'driver' in something not a > structure or union > dbmodule.c:42: error: request for member 'driver' in something not a > structure or union > dbmodule.c:44: error: request for member 'driver' in something not a > structure or union > dbmodule.c:46: error: request for member 'driver' in something not a > structure or union > dbmodule.c:50: error: request for member 'driver' in something not a > structure or union > dbmodule.c: In function 'db_query': > dbmodule.c:155: error: request for member 'query_time_info' in something not > a structure or union > dbmodule.c:157: error: request for member 'query_time_message' in something > not a structure or union > dbmodule.c:159: error: request for member 'query_time_warning' in something > not a structure or union > make[3]: *** [libdbmail_la-dbmodule.lo] Error 1 > make[3]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail' > make: *** [all] Error 2 > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Bastos > Sent: sexta-feira, 15 de Fevereiro de 2008 12:11 > To: 'DBMail mailinglist' > Subject: RE: [Dbmail] compile error > > :P > > No problem Paul. > I'll check svn trunk to see when its fixed. > You didn't answered, libevent is now required correct? > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul J Stevens > Sent: sexta-feira, 15 de Fevereiro de 2008 12:08 > To: DBMail mailinglist > Subject: Re: [Dbmail] compile error > > > Ah, looks like a typo. > > That's what you get from moving to postgres as my main development platform > :-) > > Of course, testing and validating mysql and sqlite are part of the runup to > 2.3.3. > > thanks. > > Jorge Bastos wrote: >> Hi Paul/Aaron, >> >> >> >> Compiling the last trunk today, i get this: >> >> I also noted that now libevent is required, correct? >> >> I’m using MySQL 5.0.51a. >> >> >> >> >> >> >> >> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/usr/include/mysql >> -DBIG_JOINS=1 -fPIC -g -O2 -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 >> -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 >> -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes >> -MT dbmysql.lo -MD -MP -MF .deps/dbmysql.Tpo -c dbmysql.c -fPIC -DPIC >> -o ..libs/dbmysql.o >> >> dbmysql.c:88: error: expected '=', ',', ';', 'asm' or '__attribute__' >> before '->' token >> >> dbmysql.c: In function 'db_connect': >> >> dbmysql.c:162: error: '_db_params' undeclared (first use in this function) >> >> dbmysql.c:162: error: (Each undeclared identifier is reported only once >> >> dbmysql.c:162: error: for each function it appears in.) >> >> dbmysql.c:186: warning: implicit declaration of function >> 'db_mysql_check_collations' >> >> dbmysql.c: In function 'db_do_cleanup': >> >> dbmysql.c:346: error: '_db_params' undeclared (first use in this function) >> >> make[3]: *** [dbmysql.lo] Error 1 >> >> make[3]: Leaving directory >> `/usr/local/src/postfix/dbmail_svn/dbmail/src/modules' >> >> make[2]: *** [all-recursive] Error 1 >> >> make[2]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail/src' >> >> make[1]: *** [all-recursive] Error 1 >> >> make[1]: Leaving directory `/usr/local/src/postfix/dbmail_svn/dbmail' >> >> make: *** [all] Error 2 >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> DBmail mailing list >> [email protected] >> https://mailman.fastxs.nl/mailman/listinfo/dbmail > >
-- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
