bigforth icon indicating copy to clipboard operation
bigforth copied to clipboard

build fails with bigforth.fi not found

Open mschuldt opened this issue 6 years ago • 5 comments

Building on Xubuntu fails with:

./bigforth -e ": :linux ; include forth.fb save-target forthker-linux cr bye" Could not open image file /usr/local/lib/bigforth/./bigforth.fi Makefile:109: recipe for target 'forthker-linux.fi' failed make: *** [forthker-linux.fi] Error 255

mschuldt avatar Sep 09 '18 18:09 mschuldt

forthker-linux.fi is checked into the git repository. Trying to build it before building bigforth.fi can be caused by timestamp issues in the git repository. A

touch forthker-linux.fi

fixes that.

forthy42 avatar Sep 09 '18 22:09 forthy42

I can build it now, thanks!

mschuldt avatar Sep 09 '18 22:09 mschuldt

https://groups.google.com/forum/#!topic/comp.lang.forth/k7xql9kPgb0

On Wednesday, 5 December 2018 10:14:24 UTC+8, Liang Ng wrote:

I downloaded bigforth from

http://bernd-paysan.de/bigforth.html http://bernd-paysan.de/bigforth-2.4.0.tar.bz2

The copy in github has a missing 'configure' file.

$ make mv: cannot stat 'bigforth.fi': No such file or directory Makefile:110: recipe for target 'bigforth.fi' failed make: [bigforth.fi] Error 1 (ignored) env LIBDIR=/usr/local/lib/bigforth SRC=/usr/local/lib/bigforth/src ./forthker-linux -e " include startup.fb ' .blk is .status warning on savesystem bigforth cr bye" Makefile:110: recipe for target 'bigforth.fi' failed make: * [bigforth.fi] Segmentation fault (core dumped)

Anyone still using bigforth?

Any other "native code Forth" anyone would recommend?

Thank you very much.

I solved the problem by copying "configure" from http://bernd-paysan.de/bigforth-2.4.0.tar.bz2 to the github bigforth directory.

Then ./configure; make; worked.

Thank you very much.

udexon avatar Dec 05 '18 08:12 udexon

Should this issue be marked as Closed?

MaxBarraclough avatar Dec 08 '21 22:12 MaxBarraclough

My assembled BigForth 2.5 in Deb package https://github.com/forthuser/BigForth-

forthuser avatar Mar 22 '23 15:03 forthuser