Preetpal Sohal
Preetpal Sohal
Try installing **mingw-w64-x86_64-pcre** and performing the installation again. You can install it with the following command from msys2. ``` pacman -S mingw-w64-x86_64-pcre ```
The error says you are missing a library. See https://github.com/libgit2/libgit2/issues/5502#issuecomment-624857906. Based on the discussion, there I would recommend the following: Try running the following command and trying again (I have...
@rubin55 Are your msys2 dependencies up to date? Have you run `pacman -Syu` recently (you might have to run it twice, since it will require a restart if it updates...
I never had any issues with CMake 3.17, but I might not be using the same version of CMake as you are. I am using `mingw-w64-x86_64-cmake 3.17.3-1` from the default...
I did not pinpoint how this is done in **elnode**, but one way to implement this is to inject code (JavaScript) in the client side browser to reload the page...
In the meanwhile, I am working around this issue (as it makes jruby unusable with rbenv for me) with a local change to ruby-build (in case anyone is also running...
@desnudopenguino Glad that fix works for you. Ubuntu 18.04 will probably be affected by this since it most likely will have an updated GCC version. UPDATE (2018-Nov-25): JRuby 9.1.15.0 and...
@ckuttruff I do not believe that I have seen that error before.
@ckuttruff I am not familiar with the differences between grep on different platforms (I am not sure why I did not encounter the issue on FreeBSD, but if you are...
Out of date