Browse thread
[Caml-list] "abbreviation of class expands to type.., but is used with type.."
- Walter B. Rader
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Walter B. Rader <wrader@O...> |
| Subject: | [Caml-list] "abbreviation of class expands to type.., but is used with type.." |
I'm getting a vague error message when trying to compile my project in OCaml. The summary of the error message is in the subject of the message, again summarized here: "The abbreviation widgetBase expands to type ... but is used with type..." (Full text appears below.) The error apparenty appears on line 140, which is the start of the definition of the class. Therefore, I have no idea where I'm using the class incorrectly. Any suggestions? Thanks, Walter Rader /usr/bin/ocamlopt -c -unsafe -inline 10 -I ../lib gui-test.ml File "gui-test.ml", line 140, characters 10-19041: The abbreviation widgetBase expands to type < add_widget : widgetBase -> int -> int -> bool -> int -> unit; clearOutline : Sdlvideo.surface -> Sdlvideo.surface -> widgetInfo -> unit; clippedDirection : int -> int -> int -> int; clippedHeight : widgetInfo -> int; clippedWidth : widgetInfo -> int; createSurface : unit -> unit; decorateBackground : unit -> unit; decorateForeground : unit -> unit; doToValidWidgets : widgetInfo list -> (widgetInfo -> unit) -> unit; drawOutline : widgetInfo -> unit; get_height : int; get_surface : Sdlvideo.surface; get_width : int; handleEvent : Sdlevents.event -> unit; isMovable : 'a; redrawBackgroundUnderWidget : widgetInfo -> unit; redrawBackgroundsUnderWidgets : widgetInfo list -> unit; redrawWidget : widgetInfo -> unit; redrawWidgets : widgetInfo list -> unit; updateOutlineRect : Sdlvideo.surface -> widgetInfo -> unit; updateWidgetRect : widgetInfo -> unit; updateWidgetRects : widgetInfo list -> unit; whichWidgetWasClicked : int * int -> widgetInfo option; widgetWasMoved : widgetInfo -> unit > but is used with type < add_widget : widgetBase -> int -> int -> bool -> int -> unit; clearOutline : Sdlvideo.surface -> Sdlvideo.surface -> widgetInfo -> unit; clippedDirection : int -> int -> int -> int; clippedHeight : widgetInfo -> int; clippedWidth : widgetInfo -> int; createSurface : unit -> unit; decorateBackground : unit -> unit; decorateForeground : unit -> unit; doToValidWidgets : widgetInfo list -> (widgetInfo -> unit) -> unit; drawOutline : widgetInfo -> unit; get_height : int; get_surface : Sdlvideo.surface; get_width : int; handleEvent : Sdlevents.event -> unit; isMovable : bool; is_rootWidget : bool; redrawBackgroundUnderWidget : widgetInfo -> unit; redrawBackgroundsUnderWidgets : widgetInfo list -> unit; redrawWidget : widgetInfo -> unit; redrawWidgets : widgetInfo list -> unit; updateOutlineRect : Sdlvideo.surface -> widgetInfo -> unit; updateWidgetRect : widgetInfo -> unit; updateWidgetRects : widgetInfo list -> unit; whichWidgetWasClicked : int * int -> widgetInfo option; widgetWasMoved : widgetInfo -> unit; .. > make: *** [gui-test.cmx] Error 2 ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr