Hi,
Has anyone on this list managed to run AxKit with Cygwin (for the libxml
libraries). If so I'd really appreciated some tips. If not, what is a better
way to get AxKit running on a PC?

I'm have the following problem:

I've used cygwin's set up program to install 'libxml2' and 'libxslt', but it
doesn't have an option to install 'libxml'. When I come to install
XML::LibXML from CPAN I get the errors bellow, the first of interest is:

Cannot open include file: 'libxml/parser.h'

My \usr\include\ directory has the following sub directories:

06/02/2003  18:49       <DIR>          .
06/02/2003  18:49       <DIR>          ..
06/02/2003  14:17       <DIR>          arpa
06/02/2003  14:17       <DIR>          asm
06/02/2003  14:17       <DIR>          cygwin
06/02/2003  14:20       <DIR>          libexslt
06/02/2003  14:20       <DIR>          libxml2
06/02/2003  14:20       <DIR>          libxslt
06/02/2003  14:17       <DIR>          machine
06/02/2003  14:21       <DIR>          ncurses
06/02/2003  14:17       <DIR>          net
06/02/2003  14:17       <DIR>          netinet
06/02/2003  14:21       <DIR>          readline
06/02/2003  14:17       <DIR>          sys

So should I have a DIR libxml also? If so am I right in thinking XML::LibXML
requires libxml as well as libxml2. 

Many Thanks

Adam


looking for -lxml2... yes
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for '-llibxml2'
Note (probably harmless): No library found for '-lzlib'
Writing Makefile for XML::LibXML::Common

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cp Common.pm blib\lib\XML\LibXML\Common.pm
        C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib
C:\Perl\lib\ExtUtils/xsubpp  -typ
emap C:\Perl\lib\ExtUtils\typemap -typemap typemap Common.xs > Common.xsc &&
C:\Perl\bin\p
erl.exe -IC:\Perl\lib -IC:\Perl\lib -MExtUtils::Command -e mv Common.xsc
Common.c
        cl -c  -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FCRYPT -
DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -O1 -MD
-DNDEBUG    -DVER
SION=\"0.12\"  -DXS_VERSION=\"0.12\"  -IC:\Perl\lib\CORE -DHAVE_UTF8
-DHAVE_BLANK Common.c

Common.c
Common.xs(11) : fatal error C1083: Cannot open include file:
'libxml/parser.h': No such fi
le or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
  "D:\Program Files\Microsoft Visual Studio\VC98\bin\nmake.EXE"  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
XML::NamespaceSupport is up to date.
Running make for P/PH/PHISH/XML-LibXML-1.53.tar.gz
  Is already unwrapped into directory D:\.cpan\build\XML-LibXML-1.53

  CPAN.pm: Going to build P/PH/PHISH/XML-LibXML-1.53.tar.gz


Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cp lib/XML/LibXML/Namespace.pod blib\lib\XML\LibXML\Namespace.pod
cp lib/XML/LibXML/SAX.pod blib\lib\XML\LibXML\SAX.pod
cp lib/XML/LibXML/SAX.pm blib\lib\XML\LibXML\SAX.pm
cp lib/XML/LibXML/NodeList.pm blib\lib\XML\LibXML\NodeList.pm
cp lib/XML/LibXML/SAX/Generator.pm blib\lib\XML\LibXML\SAX\Generator.pm
cp lib/XML/LibXML/CDATASection.pod blib\lib\XML\LibXML\CDATASection.pod
cp lib/XML/LibXML/Attr.pod blib\lib\XML\LibXML\Attr.pod
cp lib/XML/LibXML/Dtd.pod blib\lib\XML\LibXML\Dtd.pod
cp lib/XML/LibXML/Iterator.pm blib\lib\XML\LibXML\Iterator.pm
cp lib/XML/LibXML/DocumentFragment.pod
blib\lib\XML\LibXML\DocumentFragment.pod
cp lib/XML/LibXML/Node.pod blib\lib\XML\LibXML\Node.pod
cp lib/XML/LibXML/SAX/Builder.pm blib\lib\XML\LibXML\SAX\Builder.pm
cp lib/XML/LibXML/Boolean.pm blib\lib\XML\LibXML\Boolean.pm
cp lib/XML/LibXML/Comment.pod blib\lib\XML\LibXML\Comment.pod
cp LibXML.pm blib\lib\XML\LibXML.pm
cp lib/XML/LibXML/SAX/Parser.pm blib\lib\XML\LibXML\SAX\Parser.pm
cp lib/XML/LibXML/Document.pod blib\lib\XML\LibXML\Document.pod
cp lib/XML/LibXML/DOM.pod blib\lib\XML\LibXML\DOM.pod
cp lib/XML/LibXML/Text.pod blib\lib\XML\LibXML\Text.pod
cp lib/XML/LibXML/Literal.pm blib\lib\XML\LibXML\Literal.pm
cp lib/XML/LibXML/Number.pm blib\lib\XML\LibXML\Number.pm
cp lib/XML/LibXML/Element.pod blib\lib\XML\LibXML\Element.pod
        C:\Perl\bin\perl.exe -IC:\Perl\lib -IC:\Perl\lib
C:\Perl\lib\ExtUtils/xsubpp  -typ
emap C:\Perl\lib\ExtUtils\typemap -typemap typemap LibXML.xs > LibXML.xsc &&
C:\Perl\bin\p
erl.exe -IC:\Perl\lib -IC:\Perl\lib -MExtUtils::Command -e mv LibXML.xsc
LibXML.c
        cl -c  -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FCRYPT -
DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -O1 -MD
-DNDEBUG    -DVER
SION=\"1.53\"  -DXS_VERSION=\"1.53\"  -IC:\Perl\lib\CORE -DHAVE_UTF8
-DHAVE_BLANK LibXML.c

LibXML.c
LibXML.xs(20) : fatal error C1083: Cannot open include file:
'libxml/xmlmemory.h': No such
 file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
  "D:\Program Files\Microsoft Visual Studio\VC98\bin\nmake.EXE"  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to