You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and solved it because the actual command to run is ocamlfind ocamlc.
The bug is in the Run script at the line
TO_OCAML=${TM_OCAML:=ocamlc}
The value of TM_OCAML defaults to /opt/local/bin/ocamlc, but I cannot override its value, even using the TextMate preferences.
For the moment, my hotfix is to use instead the line:
TO_OCAML=ocamlc
Hope it will be useful to anyone.
Do you know why I get this problem?
The text was updated successfully, but these errors were encountered:
I kept getting the error
and solved it because the actual command to run is
ocamlfind ocamlc
.The bug is in the
Run
script at the lineThe value of TM_OCAML defaults to /opt/local/bin/ocamlc, but I cannot override its value, even using the TextMate preferences.
For the moment, my hotfix is to use instead the line:
Hope it will be useful to anyone.
Do you know why I get this problem?
The text was updated successfully, but these errors were encountered: