-
Notifications
You must be signed in to change notification settings - Fork 22
Compilation error #6
Comments
Thanks for trying it! I thought I had this fixed on my branch of racer but apparently not. The same issue gave me grief on Mac. I'll post back here when I think it's fixed 😄. |
I just updated racerd with the latest racer; the Rust ycmd branch was updated accordingly. Could you please give this another shot? Thanks, @micbou! |
I am now able to compile
I doubt this is an issue with |
The only help I'm really able to offer is some googling; here goes! It looks like this guy ran into a similar issue. Discussion in the comments gave a link to build rust from source for windows which recommends how to install some dependencies. Naturally you would want to ignore the step about actually building rustc. |
I just saw that tests are now passing on AppVeyor. Great job. It also means that I should be able to install racerd by following the steps from |
@micbou yes, both here and on ycmd. Sadly, they seem to have doubled the run time for ycmd's appveyor build; the last ycmd commit I made ran on appveyor for 1 hour and 40 minutes (includes all variants in build matrix). |
That's a shame. Maybe we should use AppVeyor cache to alleviate this. |
Most of the time building racerd is spent compiling its dependencies; just caching |
I spent some time caching various pieces of the racerd build. Caching the For now, I'm going to only add the |
I tried your PR ycm-core/ycmd#268 on Windows but I get the following error when compiling
racerd
:I think you need to update the racer dependency because
syntex_syntax
compiles fine when using the official racer repository.The text was updated successfully, but these errors were encountered: