I am trying to build the unix sources for this project, exactly following the HowToBuildFromSources manual (the easy way). But unfortunately, when running make I get an error that bld/plugins.int is missing:

$ make
[ -d bld ] || mkdir bld
[ -f bld/Makefile ] || ( cd bld; ../config/configure; )
checking for gcc... gcc
# ... (75 lines skipped)
checking whether to build static libraries... no
/workspace/opensmalltalk-vm/src
/workspace/opensmalltalk-vm/src/plugins
checking sanity of generated src directory... bad
missing file: /workspace/opensmalltalk-vm/platforms/unix/bld/plugins.int
make: *** [Makefile:5: all] Error 1

See yourself:
Open in Gitpod

Is it me or is the documentation of the build process not up to date? Looking forward to your help!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.