From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q3SIkG4G003267 for ; Sat, 28 Apr 2012 20:46:16 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkUBABM6nE/RVdS0kGdsb2JhbABEhWisKQgiAQEBAQkJDQcUBCOCCQEBAQMBEgIPHQEbHQEDAQsGAwILDQICJgICIQEBEQEFARwGEwgah1wBAwYFmmQKi1NQgnOEQAoZJw1XiHYBBQuBJIhdhX6BGASVfoERiEmBZYMjPYQn X-IronPort-AV: E=Sophos;i="4.75,497,1330902000"; d="scan'208";a="141967203" Received: from mail-wi0-f180.google.com ([209.85.212.180]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 28 Apr 2012 20:46:11 +0200 Received: by wibhm17 with SMTP id hm17so1451666wib.9 for ; Sat, 28 Apr 2012 11:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=x0amiWX9vw9fpjtOIMIqUOWkleujErN+Qgk1P+o+NcM=; b=JZlhkDX/NhVRtI7FTxkbXtkaPaKLaPAg1yDHkGufA30yuNXFA2d2cyLV8WamaWYLAZ aPhXG7yILGYxH1eSJJL35J78mKJg7k+ObR0fbJu/miKOMmDP6zHO7fminYdo6sgxszPV IHk+qLRGRBg9cPIoA0dNDNAGipifinHYlzzCgNjmcXIo3MV3QY5zwP2J6Q+DBiOdgPfr gva0WueewQHMGLcldK7QEpKtt+U/v8llMn1uzPAPc/lNSF9S8+9X2e8i2LwSKppZAZP8 vFO4pgJTpF9+q0O5P+p0cBPK6i/2YVg47C4lUrbyqzA9gkI15hJ2Y+z/WKwN2PZ37V0V RDtA== MIME-Version: 1.0 Received: by 10.180.102.3 with SMTP id fk3mr16398848wib.9.1335638770508; Sat, 28 Apr 2012 11:46:10 -0700 (PDT) Received: by 10.180.163.132 with HTTP; Sat, 28 Apr 2012 11:46:10 -0700 (PDT) In-Reply-To: <4F9C3326.6010900@gmail.com> References: <4F9AE39B.8010500@gmail.com> <4F9AE764.4060409@gmail.com> <4F9C3326.6010900@gmail.com> Date: Sat, 28 Apr 2012 14:46:10 -0400 Message-ID: From: Markus Mottl To: =?UTF-8?B?TWF0ZWogS2/FocOtaw==?= <5764c029b688c1c0d24a2e97cd764f@gmail.com> Cc: Caml List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by walapai.inria.fr id q3SIkG4G003267 Subject: Re: [Caml-list] ocamlfind + sexplib + bin_io On Sat, Apr 28, 2012 at 14:12, Matej Košík <5764c029b688c1c0d24a2e97cd764f@gmail.com> wrote: > On 04/27/2012 08:29 PM, Markus Mottl wrote: >> Hi, >> >> even the following should work if everything is installed correctly: >> >>   ocamlfind ocamlc -linkpkg -package sexplib.syntax,bin_prot.syntax >> -syntax camlp4o main.ml > > If I try this command, I get the same error: > >        Camlp4: Uncaught exception: Not_found > >        File "main.ml", line 1, characters 0-1: >        Error: Preprocessor error > > Now, I am not sure what should be the conclusion. Well, the conclusion would be that there is something wrong with the installation ;-) > I hesitate to claim that versions of (sexplib+bin_prot) libraries > published in GODI are faulty---if I do not use ocamlfind, I can use > those libraries just fine. It could be that there is more than one installation of these libraries on your system and that they are in conflict. E.g. if you ever installed type_conv outside of Godi. > Do not you think that camlp4 is never expected (for any kind of input) > throw an exception? Are we sure that the reported steps do not simply > trigger a camlp4 bug? There is surely a reason for this exception. It might indeed be due to incompatible preprocessing modules. To make sure that things compile, please delete any potential other installations of the above libraries from your system. One problem that seems to have happened for some people is that they previously installed type-conv and bin-prot. These packages have been renamed to type_conv and bin_prot (complex reason). If they have been previously installed, you may now have both packages on your system. It seems Godi cannot determine renamed packages and will leave old ones in place. Please make sure to manually delete all files and directories in your Godi installation that match "*type-conv*" or "*bin-prot*". If in doubt, just completely reinstall Godi. I've just tested the current release, and it works for me. Regards, Markus -- Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com