Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build with PF_NO_SHELL #159

Open
philburk opened this issue Mar 25, 2024 · 0 comments
Open

Cannot build with PF_NO_SHELL #159

philburk opened this issue Mar 25, 2024 · 0 comments
Assignees
Labels
bug build related to building high priority

Comments

@philburk
Copy link
Owner

philburk commented Mar 25, 2024

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

@philburk philburk self-assigned this Mar 25, 2024
@philburk philburk added bug high priority build related to building labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build related to building high priority
Projects
None yet
Development

No branches or pull requests

1 participant