<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/12/d8e6906dcdf57f1da094ffdf57d05c60"
  from="IKEDA Katsumi &lt;ikeda@m...&gt;"
  author="IKEDA Katsumi"
  date="2002-12-26T04:12:11"
  subject="[Caml-list] How to install PXP"
  prev="2002/12/c8805c0bb547349622f79196ca9e8b29"
  next="2002/12/4bc5a00ceaa8e803400232bed9b8b171"
  next-in-thread="2002/12/4c60252b35d6717312ae7d96ccb279d8"
  prev-thread="2002/12/d303c7aeaacaa1386ce7d6db56c6ef5c"
  next-thread="2002/12/955553377ddd7b841cae02e31027af85"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] How to install PXP">
<msg 
  url="2002/12/d8e6906dcdf57f1da094ffdf57d05c60"
  from="IKEDA Katsumi &lt;ikeda@m...&gt;"
  author="IKEDA Katsumi"
  date="2002-12-26T04:12:11"
  subject="[Caml-list] How to install PXP">
<msg 
  url="2002/12/4c60252b35d6717312ae7d96ccb279d8"
  from="Matt Gushee &lt;mgushee@h...&gt;"
  author="Matt Gushee"
  date="2002-12-26T06:43:51"
  subject="Re: [Caml-list] How to install PXP">
<msg 
  url="2002/12/0763ea0977ac7155c8b4eea75ee0f625"
  from="IKEDA Katsumi &lt;ikeda@m...&gt;"
  author="IKEDA Katsumi"
  date="2002-12-26T07:13:31"
  subject="[Caml-list] Re: How to install PXP">
</msg>
</msg>
</msg>
</thread>

<contents>
Hi,

I want to install PXP (Polymorphic XML parser).

It requires findlib (ocamlfind) and ocamlnet. ocamlnet requires pcre-ocaml.


First, I install findlib. ocamlfind is installed in /usr/bin.


Second, I install pcre-ocaml. pcre libraries are installed
in /usr/lib/ocaml/contrib


Third, I try to install ocamlnet.

'configure' works well, however 'make all' makes the following error.

--------
  ocamlfind ocamlc -g  -package "unix pcre" -thread -c netstring_top.mli
  ocamlfind: package 'pcre' not found
--------

I try './configure -I +contrib -disable-findlib'
then I can install ocamlnet.
It is installed in /usr/lib/ocaml/ocamlnet.


But 'configure' of PXP says:

--------
  $ ./configure 
  Checking for ocamlfind... found
  Checking for netstring... not found
  Sorry, installation is not possible without netstring!
  Please download netstring from www.ocaml-programming.de
--------

Please tell me the better way to install PXP.

Thanks.

-- 
IKEDA Katsumi  &lt;ikeda@msi.co.jp&gt;
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

