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
Everything works fine on Linux. My colleague @caseybasichis is trying to get our system going on his MacOS and there's some odd behavior running omake, where ocamlfind seems to be looking for the files with the wrong initial case -- everything is lowercase, files exist in the system in lowercase, and for certain files it's searching for and not finding the file in uppercase.
In particular Arr.cmo, L1.cmo, Hash.cmo are mentioned wheras it should be arr.cmo, l1.cmo, hash.cmo. The lowercase files are present.
I'm aware that MacOS has some weird case behavior but here the files have the right case and only the ocamlfind call, generated by omake, is incorrect. The OMakefile has the correct lowercases. Any insight appreciated!
The text was updated successfully, but these errors were encountered:
Everything works fine on Linux. My colleague @caseybasichis is trying to get our system going on his MacOS and there's some odd behavior running omake, where ocamlfind seems to be looking for the files with the wrong initial case -- everything is lowercase, files exist in the system in lowercase, and for certain files it's searching for and not finding the file in uppercase.
In particular Arr.cmo, L1.cmo, Hash.cmo are mentioned wheras it should be arr.cmo, l1.cmo, hash.cmo. The lowercase files are present.
I'm aware that MacOS has some weird case behavior but here the files have the right case and only the ocamlfind call, generated by omake, is incorrect. The OMakefile has the correct lowercases. Any insight appreciated!
The text was updated successfully, but these errors were encountered: