Hello, first, sorry for my bad english. I read the document http://www.opensource.apple.com/darwinsource/Current/libxml2-16/libxml2/win32/Readme.txt For Windows port of libxml2. I use Borland C++ 5.02
and try to do this withs BCB 5.5 free command-line tools. All is ok except that
when I tried to compiled with “make –fMakefile.bcb”, I have
the next errors : C:\libxml2-2.6.27\win32>c:\Borland\BCC55\Bin\make.exe
-fMakefile.bcb MAKE Version 5.2 Copyright (c) 1987, 2000 Borland bcc32.exe -q -DWIN32 -D_NO_VCL -D_WINDOWS
-D_MBCS -DEILSEQ=2 -w- -I".." -I"..\include"
-I"c:\opt\include" -I"c:\opt\include" -D_REENTRANT -tWM
-DHAVE_ WIN32_THREADS -D_DEBUG -Od -v -nint.bcb -c ..\xpath.c Borland C++ 5.2 for Win32 Copyright (c) 1993, 1997
Borland International Error: Incorrect command line option: -q ** error 1 ** deleting int.bcb\xpath.obj If I delete the command ‘-q’ for the
Makefile.bcb, I have other error for de parameter ‘-twr’. If I delete the command ‘-twr’, I
have errors withs xmlIO.c Any help? Thanks |