emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 139 forks source link

Cannot compile lsp-ui #558

Closed ktro2828 closed 3 years ago

ktro2828 commented 3 years ago

Hi, i got compiling error when I try to install lsp-ui like below,

Compiling no file at Sat Jan 16 23:16:58 2021                                                     
Leaving directory ‘/home/ktro2828/.emacs.d/elpa/lsp-ui-20210115.1200’                             
^L
Compiling file /home/ktro2828/.emacs.d/elpa/lsp-ui-20210115.1200/lsp-ui-doc.el at Sat Jan 16 23:16:58 2021
Entering directory ‘/home/ktro2828/.emacs.d/elpa/lsp-ui-20210115.1200/’                           
^L
Compiling file /home/ktro2828/.emacs.d/elpa/lsp-ui-20210115.1200/lsp-ui-flycheck.el at Sat Jan 1623:16:58 2021                                                                                    
lsp-ui-flycheck.el:27:1:Error: Cannot open load file: No such file or directory, flycheck
^L

I confirmed #555 but I got this, can anyone help me??

jcs090218 commented 3 years ago

Yes, this is the known error. The suggested solution is here #514. Otherwise we will just have to make flycheck to our package dependency.

ktro2828 commented 3 years ago

oh, i could fix it!! thak you so much