Hello,

On Fri, Feb 11, 2005 at 07:21:50PM +0100, Remi Vanicat wrote:
> Package: libocamlgraph-ocaml-dev
> Version: 0.90-1
> Severity: normal
> 
> Hello,
> 
> The META file included in libocamlgraph-ocaml-dev failed to load file
> into the toplevel :
> # #require "ocamlgraph";;
> /usr/lib/ocaml/3.08/ocamlgraph: added to search path
> /usr/lib/ocaml/3.08/ocamlgraph/graph.cmo: loaded
> Cannot find file /usr/lib/ocaml/3.08/ocamlgraph/graph.cmo.
> 
> The raison is that the META file contain :
> version = "0.90"
> description = "Generic Graph Library"
> requires=""
> archive(byte) = "graph.cmo"
> archive(native) = "graph.cmx"
> 
> when it should contain
> version = "0.90"
> description = "Generic Graph Library"
> requires=""
> archive(byte) = "graph.cma"
> archive(native) = "graph.cmx"
> 
> as the cmo file doesn't exist when the cma does exist.
> 

Ok, well.

Thanks
Regard
Sylvain Le Gall


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to