Update on Hugo for Unix

You have PM :slight_smile:

Best regards from Italy,
dott. Piergiorgio

I’m going to start a new thread with the bug that Piergiorgio found.

1 Like

I got this attempting to do a make on a relatively new Linux system, pasting it in case someone encounters it themselves. I think I know how to fix it.

gcc/hegcc.c:41:10: fatal error: ncurses.h: No such file or directory
   41 | #include <ncurses.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:211: hegcc.o] Error 1
make[1]: Leaving directory '/home/icj/repositories/hugo-unix'
make: *** [Makefile:179: all] Error 

(And just an edit - doing sudo apt-get install libncurses5-dev libncursesw5-dev installed ncurses and then make worked just fine.)

Just wanted to check in - did that new compiler work for you?