problem with compiling bdbxml2.2.13 on MingW -
11-09-2006
, 09:21 AM
I tried to compile bdbxml 2.2.13 on WinXP using MinGW
following the instruction,
$ cd dbxml-2.2.13
$ sh buildall.sh
/bin/sh ./libtool --mode=compile gcc -c -I. -I../dist/.. -O2
.../dist/../os/os_open.c
gcc -c -I. -I../dist/.. -O2 ../dist/../os/os_open.c -DDLL_EXPORT
-DPIC -o .libs/os_open.o
.../os/os_open.c: In function `__os_mkdir':
.../os/os_open.c:404: too many arguments to function `mkdir'
make: *** [os_open.lo] Error 1
it failed when compiling berkeleydb, os_open.c
any suggestion?
thanks |