De: Raúl
[mailto:raulproyecto gmail com] Hello, first, sorry for my bad english. I want to programme for
DK40, a embebed system, but de memory is so little. I only need the fuctions for
read nodes xml. I try to reduced size of libxml2.dll, so I try to recompiled de
library with de minimium options But I have the next error
when I compile: ….
bcc32.exe -DWIN32 -D_NO_VCL -D_WINDOWS -D_MBCS -DEILSEQ=2 -w- -I".."
-I"..\include" -I".\include" -I"." -D_DEBUG -Od
-v -nint.bcb -c ..\xmlIO.c Borland C++ 5.2 for Win32
Copyright (c) 1993, 1997 Borland International ..\xmlIO.c: Error ..\xmlIO.c 724: Undefined structure
'_stat' in function xmlCheckFilename Error ..\xmlIO.c 724: Size of
'stat_buffer' is unknown or zero in function xmlCheckFilename Error ..\xmlIO.c 724: Undefined
structure '_stat' in function xmlCheckFilename Error ..\xmlIO.c 724: Undefined
structure '_stat' in function xmlCheckFilename Error ..\xmlIO.c 724: Size of
'stat_buffer' is unknown or zero in function xmlCheckFilename Error ..\xmlIO.c 738: Undefined
symbol 'st_mode' in function xmlCheckFilename *** 6 errors in Compile *** ** error 1 ** deleting
int.bcb\xmlIO.obj Any help? Thanks |