lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] Building libxml++


From: Greg Chicares
Subject: Re: [lmi] Building libxml++
Date: Fri, 29 Sep 2006 01:20:58 +0000
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

[This is a message that <address@hidden> tried to send to
this list on September 28, 2006 10:32 -0400. It seems not to have
gotten through, so I'll copy it here manually.]

Evgeniy Tarassov wrote:
>
> > I'm trying to find the easiest way for us to build libxml++, but
> > so far I haven't come close to building it at all.
>
> I have compiled libxml++ on a fresh install of msys without using
> pkg-config. Below you can find the detailed instructions. I was not
> able to upload files into the download area of lmi page, therefore all
> files are included with the message. The total size of the atachments
> is around 30kb.
>
> 0) msys and mingw
> Install msys into c:/msys_clean
>     MSYS-1.0.10.exe
>     msysDTK-1.0.1.exe
> Unpack the following into c:/msys_clean/mingw
>     gcc-core-3.4.2-20040916-1
>     gcc-g++-3.4.2-20040916-1
>     mingw-runtime-3.9
>     w32api-3.6

I've made sure to have exactly these tools on my system, but I'm
already stuck here:

> 1) libxml2-2.6.26
> Do the configue-build in the root directory of the library distribution.
> To exclude some unwanted dependancies pass these options to configure.
> By default the library installs itself into /usr/local.
>     ./configure --enable-shared --disable-static --with-debug
> --without-iconv --with-schemas --without-schematron --without-modules
>     make
>     make install

Below is a snippet from my buildlog where things start going wrong.
Would you mind taking a look at it to see if you can tell why I might
be having problems at this early stage?

[buildlog snippet begins]

make[2]: Entering directory `/c/libraries/libxml2-2.6.26'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H \
-I. -I. -I. -I./include -I./include  -DHAVE_WIN32_THREADS -D_REENTRANT \
-DWIN32  -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type \
-Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized \
-Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings \
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs \
-Winline -Wredundant-decls -MT SAX.lo -MD -MP -MF ".deps/SAX.Tpo" \
-c -o SAX.lo SAX.c; \
then mv -f ".deps/SAX.Tpo" ".deps/SAX.Plo"; else rm -f
".deps/SAX.Tpo"; exit 1; fi
./libtool: cygpath: command not found
mkdir .libs

[buildlog snippet ends]

I'm trying to use your exact prescription, so I haven't yet tried
building any later steps.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]