From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id FAA21246; Thu, 26 Dec 2002 05:12:11 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id FAA20631 for ; Thu, 26 Dec 2002 05:12:10 +0100 (MET) Received: from quux.msi.co.jp (quux.msi.co.jp [192.51.54.2]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id gBQ4C8n18659 for ; Thu, 26 Dec 2002 05:12:09 +0100 (MET) Received: from hide.msi.co.jp (hide.msi.co.jp [192.51.54.11]) by quux.msi.co.jp (8.9.3/3.7W01081412-msi-ms) with SMTP id NAA07516 for ; Thu, 26 Dec 2002 13:12:06 +0900 (JST) Received: from asuka.msi.co.jp ([192.51.53.132]) by hide.msi.co.jp (SAVSMTP 3.0.0.44) with SMTP id M2002122613120511366 for ; Thu, 26 Dec 2002 13:12:05 +0900 Received: from localhost (grover.msi.co.jp [192.51.53.141]) by asuka.msi.co.jp (8.8.8+Sun/8.8.8) with ESMTP id NAA28672 for ; Thu, 26 Dec 2002 13:10:21 +0900 (JST) To: caml-list@inria.fr Subject: [Caml-list] How to install PXP X-Mailer: Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20021226131204O.ikeda@msi.co.jp> Date: Thu, 26 Dec 2002 13:12:04 +0900 From: IKEDA Katsumi X-Dispatcher: imput version 990905(IM130) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk 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 ------------------- 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