Skip to content

Cannot build with PF_NO_SHELL #159

Description

@philburk

REPRO STEPS

cd platforms/unix
make clean && make EXTRA_CCOPTS='-DPF_NO_SHELL -DPF_NO_INIT'

EXPECT
Build a pForth kernel with no outer interpreter that can only run TURNKEY dictionaries.

ACTUAL

cc  -x c -O2 --std=c89 -fsigned-char -fno-builtin -fno-unroll-loops -pedantic -Wcast-qual -Wall -Wwrite-strings -Winline -Wmissing-prototypes -Wmissing-declarations -DPF_NO_SHELL -DPF_NO_INIT -g -I. -DPF_SUPPORT_FP -D_DEFAULT_SOURCE -D_GNU_SOURCE -c -o pf_save.o ../../csrc/pf_save.c
../../csrc/pf_save.c:592:13: error: implicit declaration of function 'convertDictionaryInfoRead' [-Werror,-Wimplicit-function-declaration]
            convertDictionaryInfoRead (sd);

This was discovered while investigating #158

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions