Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not a bug ? strange error message #3271

Closed
vicuna opened this issue Mar 23, 2002 · 2 comments
Closed

not a bug ? strange error message #3271

vicuna opened this issue Mar 23, 2002 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 23, 2002

Original bug ID: 1020
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Rémi Vanicat
Version: ocaml 3.04
OS: Linux
Submission from: ca-ol-bordeaux-28-110.abo.wanadoo.fr (80.8.76.110)

Bonjour,

j'ai vien d'avoir un message d'erreur assez bizard dans ocaml :
moi@debian:~/lang/ocaml/glib_unix$ ocaml -I +lablgtk
Objective Caml version 3.04

#load "lablgtk.cma";;

#load "glibIO.cma";;

Files glibIO.cma and glibIO.cma
make inconsistent assumptions over interface GlibIO

L'origine de ce probleme proviens d'un oublie d'une dépendance dans un
makefile,
qui n'a donc pas recompiler certain fichier comme il aurais dut, mais cela n'a
pas
été detecter par ocamlmklib lors de la creation de glibIO.cma

Je ne suis pas sur que cela soit un bug (dans la mesure où mon erreur est
évidente),
mais c'est tout de même très surprenant.

@vicuna
Copy link
Author

vicuna commented Apr 4, 2002

Comment author: administrator

j'ai vien d'avoir un message d'erreur assez bizard dans ocaml :
moi@debian:~/lang/ocaml/glib_unix$ ocaml -I +lablgtk
Objective Caml version 3.04

#load "lablgtk.cma";;

#load "glibIO.cma";;

Files glibIO.cma and glibIO.cma
make inconsistent assumptions over interface GlibIO

Effectivement ce n'est pas un bug a` proprement parler, mais la correction
etait
tellement evidente que je l'ai faite.
ocamlc -a cause maintenant une erreur (plus explicite que ca) quand on lui fait
creer une bibliotheque contenant des imports contradictoires.

Jacques Garrigue

@vicuna
Copy link
Author

vicuna commented Apr 4, 2002

Comment author: administrator

Fixed by Jacques on 2002-04-04.

@vicuna vicuna closed this as completed Apr 4, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant