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
Tried running make on this and got an error. I edited the first line of the makefile to point to the proper path for FLASCC and ran the make. I believe it was in the middle of making ncurses when I got the following errors (I'm just showing the last few lines of the make before it errored out):
/bin/sh ./run_tic.sh
** Building terminfo database, please wait...
? no tic program found
make[3]: *** [install.data] Error 1
make[3]: Leaving directory /cygdrive/c/alcextra-master/build/ncurses/misc' make[2]: *** [install] Error 2 make[2]: Leaving directory/cygdrive/c/alcextra-master/build/ncurses'
Makefile:85: recipe for target ncurses' failed make[1]: *** [ncurses] Error 2 make[1]: Leaving directory/cygdrive/c/alcextra-master'
Makefile:12: recipe for target `all' failed
make: *** [all] Error 2
I ran this on two different machines and got identical results. If this could be investigated and fixed, I'd appreciate it!
Rick Thornquist
The text was updated successfully, but these errors were encountered:
Tried running make on this and got an error. I edited the first line of the makefile to point to the proper path for FLASCC and ran the make. I believe it was in the middle of making ncurses when I got the following errors (I'm just showing the last few lines of the make before it errored out):
/bin/sh ./run_tic.sh
** Building terminfo database, please wait...
? no tic program found
make[3]: *** [install.data] Error 1
make[3]: Leaving directory
/cygdrive/c/alcextra-master/build/ncurses/misc' make[2]: *** [install] Error 2 make[2]: Leaving directory
/cygdrive/c/alcextra-master/build/ncurses'Makefile:85: recipe for target
ncurses' failed make[1]: *** [ncurses] Error 2 make[1]: Leaving directory
/cygdrive/c/alcextra-master'Makefile:12: recipe for target `all' failed
make: *** [all] Error 2
I ran this on two different machines and got identical results. If this could be investigated and fixed, I'd appreciate it!
The text was updated successfully, but these errors were encountered: