harelang icon indicating copy to clipboard operation
harelang copied to clipboard

build error

Open trufae opened this issue 1 year ago • 2 comments

doesnt build

$ make
make: hare-arch.sh: Command not found
Makefile:11: makefiles/darwin..mk: No such file or directory
make: *** No rule to make target `makefiles/darwin..mk'.  Stop.
2$

trufae avatar Jul 15 '24 15:07 trufae

i was able to build it by linking/copying hare-build.sh as in darwin build task; https://github.com/hshq/harelang/blob/49d0fd022884099592ed284084fca2d60c68a98d/.builds/darwin.yml#L16-L19

seruman avatar Jul 16 '24 22:07 seruman

You can get around this currently by modifying the ARCH variable here and just hardcode it to be your correct system architecture.

The Makefile for darwin.aarch64 is currently broken as far as I can tell so you may have issues after that.

abradley2 avatar Oct 07 '24 02:10 abradley2