caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Sylvain LE GALL" <sylvain.le-gall@polytechnique.org>
To: Nicola Onose <nicola.onose@polytechnique.org>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] compiling ocaml soap
Date: Fri, 1 Aug 2003 22:24:46 +0200	[thread overview]
Message-ID: <20030801202446.GA4572@gallu> (raw)
In-Reply-To: <200308012255.22717.nicola.onose@polytechnique.org>

On Fri, Aug 01, 2003 at 10:55:22PM +0300, Nicola Onose wrote:
> Hello
> 
> I'm trying to compile ocaml-soap under Debian using  packages libpxp-ocaml-dev 
> version 1.1.94 et libocamlnet-ocaml-dev version 0.96 and I get an (linking) 
> error.
> I tried to contact the author of the ocaml soap library, but its email seems 
> to have changed.
> Here's the error I get:
> 
> /usr/bin/ocamlc -custom -o soap_prim -I +threads -I 
> /usr/lib/ocaml/3.06/pxp-engine -I /usr/lib/ocaml/3.06/pxp-lex-iso88591  -I 
> /usr/lib/ocaml/3.06/netstring -I /usr/lib/ocaml/3.06/pcre -I Types -cclib 
> -L/usr/lib/ocaml/3.06/pcre -cclib -L/usr/lib/ocaml/3.06/pxp-lex-iso88591  
> unix.cma str.cma threads.cma pcre.cma netstring.cma pxp_engine.cma 
> pxp_lex_iso88591.cma pxp_lex_link_iso88591.cmo  Types/utils.cmo 
> Types/base64Binary_s.cmo Types/boolean_s.cmo Types/date_s.cmo 
> Types/dateTime_s.cmo Types/decimal_s.cmo Types/double_s.cmo 
> Types/duration_s.cmo Types/float_s.cmo Types/gDay_s.cmo Types/gMonthDay_s.cmo 
> Types/gMonth_s.cmo Types/gYearMonth_s.cmo Types/gYear_s.cmo 
> Types/hexBinary_s.cmo Types/notation_s.cmo Types/qname_s.cmo 
> Types/string_s.cmo Types/time_s.cmo Types/uri_s.cmo soapTypes.cmo 
> soapStructure.cmo  soap_prim.cmo
> Files /usr/lib/ocaml/3.06/pxp-engine/pxp_engine.cma(Pxp_core_types)
> and /usr/lib/ocaml/3.06/netstring/netstring.cma(Netconversion)
> make inconsistent assumptions over interface Netconversion
> make: *** [soap_prim] Error 2
> 
> Should I get other versions of these libraries?
> 
> 
> Regards
> 
> Nicola Onose
> 

Hello,

Seems, you have a problem with version of library ( ie two lib that are
constructed on another which has changed ).
To be more precise pxp_engine.cma depends on netconversion.cmi and 
time(pxp_engine.cma) < time(netconversion.cmi).

It seems to be a debian problem. Try to contact the debian-ocaml-maint
mailing list. I think they will be more accurate on this problem.

Regard
Sylvain LE GALL

-------------------
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


      reply	other threads:[~2003-08-01 20:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-01 19:55 Nicola Onose
2003-08-01 20:24 ` Sylvain LE GALL [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030801202446.GA4572@gallu \
    --to=sylvain.le-gall@polytechnique.org \
    --cc=caml-list@inria.fr \
    --cc=nicola.onose@polytechnique.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).