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

problems in installing camlidl-1.02 #2987

Closed
vicuna opened this issue Oct 10, 2001 · 2 comments
Closed

problems in installing camlidl-1.02 #2987

vicuna opened this issue Oct 10, 2001 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Oct 10, 2001

Original bug ID: 568
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: -for CamlIDL use https://github.com/xavierleroy/camlidl/issues

Bug description

Full_Name: erwan jahier
Version: 3.01
OS: SunOS cougourde 5.7 Generic_106541-04 sun4u sparc SUNW,Ultra-5_10
Submission from: arpont.imag.fr (129.88.43.46)

Hi,

I try to install camlidl v1.02 withcaml 3.01 and I run into the following pb:

[Well, I have just realized that the problem disappear with ocaml 3.02 instead
of
3.01. I still submit the bug report just in case. If it is noise, sorry about
that.]

$ make all
make[1]: Entering directory /home/incoming/jahier/camlidl-1.02/compiler' ocamlc -g -c funct.ml File "funct.ml", line 195, characters 70-76: This variable is bound several times in this matching make[1]: *** [funct.cmo] Error 2 make[1]: Leaving directory /home/incoming/jahier/camlidl-1.02/compiler'
make: *** [all] Error 2

Indeed, in File "funct.ml", line 195, characters 70-76, we have:

(* Initialize dependent parameters that are pointers so that they
point to suitable storage *)
List.iter
(function (name, (In|InOut),
(Type_pointer(, ty_arg) | Type_const(Type_pointer(, ty_arg))
^^^^^^ ^^^^^^
))
when is_dependent_parameter name fundecl.fun_params ->
let c = new_c_variable ty_arg in
iprintf pc "%s = &%s;\n" name c
| _ -> ())
fundecl.fun_params;

@vicuna
Copy link
Author

vicuna commented Oct 12, 2001

Comment author: administrator

Bonjour Erwan,

I try to install camlidl v1.02 withcaml 3.01 and I run into the
following pb: [Well, I have just realized that the problem disappear
with ocaml 3.02 instead of 3.01. I still submit the bug report just
in case. If it is noise, sorry about that.]

En effet, camlidl 1.02 a besoin d'OCaml 3.02. Le "README" de camlidl
devrait le dire. Je vais corriger cela de ce pas.

Cordialement,

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Oct 12, 2001

Comment author: administrator

README updated 2001-10-12 by XL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant