anonym | Anmelden | Neues Konto anmelden | 2022-07-04 06:32 UTC |
Startseite | Übersicht | Probleme anzeigen | Änderungsprotokoll | Roadmap | Dokumentation | Konto |
Einfache Problemansicht anzeigen [ Zu Notizen wechseln ] | [ erweiterte Anzeige ] [ Problem-Historie ] [ Drucken ] | ||||||
ID | Kategorie | Auswirkung | Reproduzierbar | Meldungsdatum | Letzte Aktualisierung | ||
0000017 | [Cafesterol] general | Absturz | immer | 2008-08-09 17:09 | 2008-08-11 13:30 | ||
Reporter | raboof | Anzeigestatus | öffentlich | ||||
Bearbeitung durch | xclerc | ||||||
Priorität | normal | Lösung | erledigt | ||||
Status | erledigt | Produktversion | |||||
Zusammenfassung | 0000017: current darcs does not build with ocaml 3.10.2 | ||||||
Beschreibung |
I followed the instructions on the wiki. Everything went fine until 'make -f Makefile.cafesterol', which failed. (this issue may be moved to Barista as needed :) ) |
||||||
Zusätzliche Information |
arnouten@bird:~/dev/cafesterol/ocaml-3.10.2$ make -f Makefile.cafesterol ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c asmcomp/debuginfo.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c utils/jclflags.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c utils/jconfig.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c utils/jcomp.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c javacomp/jlambda.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c javacomp/printjlambda.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c javacomp/macroinstr.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c javacomp/printminstr.mli ./ocamlc -w Ae -I utils -I parsing -I typing -I bytecomp -I asmcomp -I javacomp -I driver -I toplevel -I +zip -I +barista -c javacomp/bytecodeutils.mli File "javacomp/bytecodeutils.mli", line 24, characters 40-65: Unbound type constructor BaristaLibrary.Utils.utf8 make: *** [javacomp/bytecodeutils.cmi] Error 2 arnouten@bird:~/dev/cafesterol/ocaml-3.10.2$ |
||||||
Tags | Keine Tags zugeordnet. | ||||||
Angehängte Dateien | |||||||
|
![]() |
|
(0000017) raboof (Reporter) 2008-08-09 20:23 |
The problem was that I hadn't (correctly) installed Barista yet. I added a note to http://ocamljava.x9c.fr/wiki/doku.php?id=cafesterol [^] . (looks like I don't have permission to update this issue, it can be set to 'resolved, invalid' or something similar) |
(0000020) xclerc (Administrator) 2008-08-10 22:47 bearbeitet am: 2008-08-11 13:30 |
This kind of error message usually arise if the user has not a working copy of Barista installed. The user is thus advised to follow the Barista build process, and to make sure that no error comes up, including during the "installation" phase. To check that Barista is installed, one should check that: - the directory named `ocamlc -where`/barista actually exists; - this directory contains the ".a", ".cma", ".cmi", ".cmj", ".cmja", ".cmo", ".cmx", "cmxa", and ".jar" files for the "BaristaLibrary" module. |
Mantis 1.1.7[^] Copyright © 2000 - 2008 Mantis Group |