-
Notifications
You must be signed in to change notification settings - Fork 186
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
Unknown CMake command "SHLOMIF_COMMON_SETUP" #15
Comments
You are not the first person to get this error. I am unable to reproduce it, however. Would you mind telling me what operating system you are running on your workstation? |
This seems to be an issue with the FORTUNE_MOD so I removed the lines in the Config.in and configs/thirtythreeforty_businesscard_defconfig files and it compiled fine. I am running CentOS 7. @thirtythreeforty thanks for this project btw! |
I am running the Ubuntu system |
ohhhhhhh, thanks, I successfully compiled it after removing the options, and I plan to try this mirror in the next period |
Thanks for the host system info. Ideally the fortune package should compile for everyone, so I'll try to fix it if I can reproduce it in a CentOS container. |
Excuse me, I also encountered the same problem but I don't know which lines should remove from the error information. Could you point out the specific lines or some key words? |
YES! I also solved this problem. Remember delete the lines about ' FORTUNE_MOD' in 'Config.in' and 'configs/thirtythreeforty_businesscard_defconfig'. This two files at top directory. |
Had the same problem. I disabled all the games and ran apt upgrade on my host. now it compiles. maybe that will help others too |
Same error on Ubuntu 20.04 x86_64!
|
I had the same issue. The location for the cmake file is 404. Instead I downloaded from here: |
YES! I downloaded the corresponding Shlomif_Common.cmake from here (https://github.com/shlomif/shlomif-cmake-modules) and replaced it under the businesscard-linux/buildroot/output/build/fortune-mod-2.10.0/fortune-mod/cmake folder , I don't know what caused the Shlomif_Common.cmake under this folder to be empty, after replacing, it worked fine. |
hello,I compile according to the tutorial, after executing the "make" command, it appears "Unknown CMake command "SHLOMIF_COMMON_SETUP"
`
/usr/bin/make -j1 O=/home/shisanchuan/C++work/businesscard-linux/buildroot/output HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
The text was updated successfully, but these errors were encountered: