Open MetroidSky opened 8 months ago
Hey Andy,
I'm having an error when building this program. I've installed the make command using Chocolatey, and when I run that command on the src folder, this is the output:
C:/ProgramData/chocolatey/lib/make/tools/install/bin/make.exe -C ../hershey_fonts src make[1]: Entering directory 'C:/Users/techmaster/Downloads/hf2gcode-master/hershey_fonts' ./fix_linebreak.sh orig/astrology.jhf fixed/astrology.jhf process_begin: CreateProcess(NULL, bash C:\Users\techmaster\Downloads\hf2gcode-master\hershey_fonts\fix_linebreak.sh orig/astrology.jhf fixed/astrology.jhf, ...) failed. make (e=2): The system cannot find the file specified. make[1]: *** [Makefile:21: fixed/astrology.jhf] Error 2 make[1]: Leaving directory 'C:/Users/techmaster/Downloads/hf2gcode-master/hershey_fonts' make: *** [Makefile:12: hf2gcode] Error 2 PS C:\Users\techmaster\Downloads\hf2gcode-master\src>
As you can see. it cannot find fixed/astrology.jhf. Running the make command leaves two empty folders, however. These folders are -p and fixed.
Hey Andy,
I'm having an error when building this program. I've installed the make command using Chocolatey, and when I run that command on the src folder, this is the output:
As you can see. it cannot find fixed/astrology.jhf. Running the make command leaves two empty folders, however. These folders are -p and fixed.