caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* pervasives.cmi is not a compiled interface
@ 2008-09-11 10:20 Joel Reymont
  2008-09-11 10:44 ` pervasives.cmi is not a compiled interface (solved) Joel Reymont
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Reymont @ 2008-09-11 10:20 UTC (permalink / raw)
  To: caml-list

This must be a simple issue but I can't figure it out.

I built ocaml from source using 'make world.opt'.

I'm using ocamlbuild as my build system.

cat build.sh
#!/bin/sh

ocamlbuild -classic-display $*

./build.sh src/test.byte

/usr/local/bin/ocamlopt.opt -I /usr/local/lib/ocaml/ocamlbuild  
unix.cmxa /usr/local/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa  
myocamlbuild.ml /usr/local/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o  
myocamlbuild
+ /usr/local/bin/ocamlopt.opt -I /usr/local/lib/ocaml/ocamlbuild  
unix.cmxa /usr/local/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa  
myocamlbuild.ml /usr/local/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o  
myocamlbuild
/usr/local/lib/ocaml/pervasives.cmi is not a compiled interface
Command exited with code 2.

What am I doing wrong?

	Thanks, Joel

--
wagerlabs.com






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

* Re: pervasives.cmi is not a compiled interface (solved)
  2008-09-11 10:20 pervasives.cmi is not a compiled interface Joel Reymont
@ 2008-09-11 10:44 ` Joel Reymont
  2008-09-11 13:02   ` [Caml-list] " Nicolas Pouillard
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Reymont @ 2008-09-11 10:44 UTC (permalink / raw)
  To: O'Caml Mailing List

Fixed by building with build/fastworld.sh

--
wagerlabs.com






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

* Re: [Caml-list] Re: pervasives.cmi is not a compiled interface (solved)
  2008-09-11 10:44 ` pervasives.cmi is not a compiled interface (solved) Joel Reymont
@ 2008-09-11 13:02   ` Nicolas Pouillard
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Pouillard @ 2008-09-11 13:02 UTC (permalink / raw)
  To: Joel Reymont; +Cc: Caml_mailing list

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

Excerpts from Joel Reymont's message of Thu Sep 11 12:44:59 +0200 2008:
> Fixed by building with build/fastworld.sh

I think that the "make clean && ./build/distclean.sh" have fixed it, not the
./build/fastworld.sh process.

All the best,

-- 
Nicolas Pouillard aka Ertai

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

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

end of thread, other threads:[~2008-09-11 13:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-11 10:20 pervasives.cmi is not a compiled interface Joel Reymont
2008-09-11 10:44 ` pervasives.cmi is not a compiled interface (solved) Joel Reymont
2008-09-11 13:02   ` [Caml-list] " Nicolas Pouillard

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