whizard is hosted by Hepforge, IPPP Durham

Opened 8 years ago

Closed 8 years ago

#796 closed defect (fixed)

(At least) one more issue with OCaml 3.12.0

Reported by: Juergen Reuter Owned by: ohl
Priority: P0 Milestone: v2.3.0
Component: omega Version: 2.2.8
Severity: blocker Keywords:
Cc:

Description

/usr/bin/ocamlopt.opt  -inline 64  -o uFOx.cmx -c ../../../omega/src/uFOx.ml
File "../../../omega/src/uFOx.ml", line 214, characters 10-14:
Warning 26: unused variable free.
File "../../../omega/src/uFOx.ml", line 530, characters 8-19:
Error: The constructor F expects 0 argument(s),
       but is applied here to 1 argument(s)
make: *** [uFOx.cmx] Error 2

Change History (1)

comment:1 Changed 8 years ago by Juergen Reuter

Resolution: fixed
Status: newclosed

Resolved in r7658. Apparently OCaml 3.12.0 confuses constructors F from different Modules even though they are declared private.

Note: See TracTickets for help on using tickets.