make install failed -- include error in install-images
"Ethan Azariah" <[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
configured with only --enable-year2038, make worked fine, but make install seems to have a path issue:
INSTALL-IMAGES
warning: span is obsolete
warning: some-waddr is compile-only
in file included from *args*:1:1:
/usr/local/share/gforth/0.7.9_20260729/startup.fs:51:9: error: No such file or directory
require >>>edot.fs<<<
warning: span is obsolete
warning: some-waddr is compile-only
in file included from *args*:1:1:
/usr/local/share/gforth/0.7.9_20260729/startup.fs:51:9: error: No such file or directory
require >>>edot.fs<<<
warning: span is obsolete
warning: some-waddr is compile-only
in file included from *args*:1:1:
/usr/local/share/gforth/0.7.9_20260729/startup.fs:51:9: error: No such file or directory
require >>>edot.fs<<<
make: *** [Makefile:966: install-images] Error 1
~/forth/gforth-git $ ls -l edot.fs
-rw-rw-r-- 1 eekee eekee 4388 Aug 12 07:58 edot.fs
~/forth/gforth-git $ ls -l /usr/local/share/gforth/0.7.9_20260729/edot.fs
ls: cannot access '/usr/local/share/gforth/0.7.9_20260729/edot.fs': No such file or directory