Hey,
Having a parse error on OS X and can't figure out why. Anybody have a similar issue? This is 4.005.
awhq8231:~/DBD-mysql-4.005 root# make
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cc -c -I/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DBI -I/usr/local/mysql/include/mysql -fno-omit-frame-pointer -arch ppc -pipe -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"4.005\" -DXS_VERSION=\"4.005\" "-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE" dbdimp.c
dbdimp.c: In function `mysql_dr_connect':
dbdimp.c:1533: error: `ulong' undeclared (first use in this function)
dbdimp.c:1533: error: (Each undeclared identifier is reported only once
dbdimp.c:1533: error: for each function it appears in.)
dbdimp.c:1533: error: parse error before numeric constant
dbdimp.c:1535: error: parse error before numeric constant
dbdimp.c:1649: error: parse error before numeric constant
make: *** [dbdimp.o] Error 1
awhq8231:~/DBD-mysql-4.005 root#