Ah! This is the culprit then! Here is what I have:

package "quotations" (
  version = "[distributed with Ocaml]"
  description = "Syntax extension: Quotations to create AST nodes"
  requires = "camlp4.quotations.r"  # backward compat
  archive(syntax,preprocessor) = "-ignore foo"
  package "o" (
    requires = "camlp4"
    version = "[distributed with Ocaml]"
    description = "Syntax extension: Quotations to create AST nodes
(original syntax)"
    archive(syntax,preprocessor) = "-parser Camlp4QuotationCommon -parser
Camlp4OCamlOriginalQuotationExpander"
    archive(syntax,toploop) = "Camlp4Parsers/Camlp4QuotationCommon.cmo
Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo"
  )
  package "r" (
    requires = "camlp4"
    version = "[distributed with Ocaml]"
    description = "Syntax extension: Quotations to create AST nodes (revised
syntax)"
    archive(syntax,preprocessor) = "-parser Camlp4QuotationCommon -parser
Camlp4OCamlRevisedQuotationExpander"
    archive(syntax,toploop) = "Camlp4Parsers/Camlp4QuotationCommon.cmo
Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo"
  )
)

I guess that your version of findlib is too old. The best would be to update
it. Otherwise you can try to replace your declaration of the quotation
package with mine (I have attached my META for camlp4). Or as Romain says,
you could disable the use of camlp4...

++

Sam.


On Thu, Jan 27, 2011 at 8:40 PM, Stanly D. <xne...@gmail.com> wrote:

> I've found the file.
> It is located at camlp4/META:
>
> package "quotations" (
>   requires = "camlp4"
>   version = "[distributed with Ocaml]"
>   description = "Syntax extension: Quotations to create AST nodes"
>   archive(syntax,preprocessor) = "q_MLast.cmo"
>   archive(syntax,toploop) = "q_MLast.cmo"
> )
>
> Is there something wrong with it?
>

Attachment: META.camlp4
Description: Binary data

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to