-
Notifications
You must be signed in to change notification settings - Fork 125
ERROR: Unknown build system #122
Comments
I once again compiled YCM but now with install.py script but I still have which compiler should I point? ` |
So I ran into this problem to, when trying to run it with a c++ repository but it turns out it was because I was not in the same directory as the CMakeLists.txt file. At least I think that is what the problem was. And I had not built the project prior to running |
Thank you for advice
but then I ran this with -e flag and it works now :)
ps |
additionally it is important to delete linux* old compilations from Make directory |
I am trying to use ycm-generator for OpenFOAM.
I compiled ycm according to this
https://github.com/Valloric/YouCompleteMe#full-installation-guide
I typed the following
in the .vim/bundle/YCM-Generator directory I typed
./config_gen.py -v -e -c ~/ycm_temp/llvm_root_dir/bin/clang ~/OpenFOAM/OpenFOAM-v1612+/
but I got the error:
ERROR: Unknown build system
I have read issues https://github.com/rdnetto/YCM-Generator/issues/36 and
https://github.com/rdnetto/YCM-Generator/issues/61
but it did not help
The text was updated successfully, but these errors were encountered: