alcextra icon indicating copy to clipboard operation
alcextra copied to clipboard

Make Error

Open rthornqu opened this issue 12 years ago • 2 comments

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

rthornqu avatar Jan 03 '13 15:01 rthornqu

I am experiencing the same issue. Should we pre-install any libs to use tic?

fazermokeur avatar Jan 22 '13 16:01 fazermokeur

Check out the updated examples and SDK here: https://github.com/crossbridge-community

vpmedia avatar Sep 15 '14 19:09 vpmedia