You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOs(14.5), running "build-fzf-tab-module" fails with the following message:
"
build-fzf-tab-module
make[4]: `complete.mdh' is up to date.
rm -f stamp-modobjs.tmp
make[4]: `complete.mdh' is up to date.
perl ../Util/helpfiles \
zshbuiltins.1 help help.txt \
|| rm -f help.txt help/*
helpfiles: attempting man zshbuiltins.1 >help/man.tmp
No manual entry for zshbuiltins.1
helpfiles: attempting nroff -man zshbuiltins.1 >help/man.tmp
helpfiles: man and nroff -man both failed for zshbuiltins.1
-ftb-build-module:30: no matches found: ./Src/Modules/fzftab.(so|bundle)
The module building has failed. See the output above for details.
"
This is the third error message, I encountered. The first two were caused by missing autoconf and nroff dependencies. I alleviated those by brew-installing autoconf and groff (as nroff wasn't available in brew).
I think, it would be useful to mention autoconf and nroff in the building binary section of the start-page.
In any case, thank you for your work!
The text was updated successfully, but these errors were encountered:
Hello.
Describe the bug
On MacOs(14.5), running "build-fzf-tab-module" fails with the following message:
"
"
This is the third error message, I encountered. The first two were caused by missing autoconf and nroff dependencies. I alleviated those by brew-installing autoconf and groff (as nroff wasn't available in brew).
I think, it would be useful to mention autoconf and nroff in the building binary section of the start-page.
In any case, thank you for your work!
The text was updated successfully, but these errors were encountered: