When trying to compile qmaillog2mysql on OpenBSD 2.8
I get the following error.
\snip\
bash-2.04# make static
gcc -Wall -c qmaillog2mysql.c
qmaillog2mysql.c:231: warning: return-type defaults to
`int'
qmaillog2mysql.c: In function `show_help':
qmaillog2mysql.c:232: `VERSION' undeclared (first use
in this function)
qmaillog2mysql.c:232: (Each undeclared identifier is
reported only once
qmaillog2mysql.c:232: for each function it appears in.)
*** Error code 1
\snip\
Isuspect that this is because I don't have MySQL-devel,
but so far I've been unable to locate the source for this
package. I'm a little new to this - where can I find the
mysql-devel package source ?
thanks in advance,
- AJ.
(andrew.johnson@exasites.com.au)