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
{{ message }}
This repository was archived by the owner on Aug 30, 2020. It is now read-only.
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+/
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