caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Compatibility between versions
@ 2004-07-30 13:48 Mary Fernandez
  2004-07-30 13:54 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Mary Fernandez @ 2004-07-30 13:48 UTC (permalink / raw)
  To: caml-list

Greetings,

I have a software package that contains .cmi files compiled with 3.07.
I am trying to compile a source .ml file, which refers
to the 3.07 compiled interfaces, using the 3.08 compiler.
For each of the 3.07 .cmi files, I get the error message:

"foo.cmi is not a compiled interface"

Is this error due to using two different compiler versions?

I'm recompiling my software package using 3.08 to answer
this question but hoped someone could give me a quick answer.
thanks!
Mary
-- 
Mary Fernandez <mff@research.att.com>
AT&T Labs - Research

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Compatibility between versions
  2004-07-30 13:48 [Caml-list] Compatibility between versions Mary Fernandez
@ 2004-07-30 13:54 ` Xavier Leroy
  0 siblings, 0 replies; 2+ messages in thread
From: Xavier Leroy @ 2004-07-30 13:54 UTC (permalink / raw)
  To: Mary Fernandez; +Cc: caml-list

> I have a software package that contains .cmi files compiled with 3.07.
> I am trying to compile a source .ml file, which refers
> to the 3.07 compiled interfaces, using the 3.08 compiler.
> For each of the 3.07 .cmi files, I get the error message:
> 
> "foo.cmi is not a compiled interface"
> 
> Is this error due to using two different compiler versions?

The quick answer is: yes.  The format of .cmi files changed between
3.07 and 3.08.

Best wishes,

- Xavier

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-30 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-30 13:48 [Caml-list] Compatibility between versions Mary Fernandez
2004-07-30 13:54 ` Xavier Leroy

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