Following this guide to configure Spacemacs as a C++ IDE, I am facing an issue when installing Flycheck.
I have followed the instructions explained here but after adding the syntax-checking
instruction under dotspacemacs-configuration-layers
, I have the following error when lauching spacemacs :
Error (use-package): flycheck/:init: Symbol’s function definition is void: global-flycheck-mode
I am totally new to spacemacs and emacs in general so I might have missed something obvious.
Emacs version : 27.0.50
Spacemacs version : 0.200.13
Thanks for your help,