Closed Alogani closed 1 month ago
AFAIK PCRE is bundled with nim releases, this is the bin
folder on windows for instance:
I had a similar error that I solved by adding nim's bin folder to PATH
Hello,
In linux, pcre is not is not shipped with nim :
ls -l /home/Alogani/.nimble/bin/
total 5220
-rwxr-xr-x. 1 Alogani Alogani 1835456 6 janv. 09:17 choosenim
-rwxr--r--. 1 Alogani Alogani 496280 6 janv. 09:17 nim
-rwxr--r--. 1 Alogani Alogani 496280 6 févr. 18:03 nimble
-rwxr--r--. 1 Alogani Alogani 496280 6 janv. 09:17 nim-gdb
-rwxr--r--. 1 Alogani Alogani 496280 6 janv. 09:17 nimgrep
lrwxrwxrwx. 1 Alogani Alogani 83 7 juin 12:37 nimlangserver -> ../pkgs2/nimlangserver-1.2.0-95de85fae4485dcd850ada31e200d15671a00c4a/nimlangserver
-rwxr--r--. 1 Alogani Alogani 496280 6 janv. 09:17 nimpretty
-rwxr--r--. 1 Alogani Alogani 496280 6 janv. 09:17 nimsuggest
lrwxrwxrwx. 1 Alogani Alogani 69 7 juin 07:40 ntu -> ../pkgs2/testutils-0.5.0-756d0757c4dd06a068f9d38c7f238576ba5ee897/ntu
-rwxr--r--. 1 Alogani Alogani 496280 6 janv. 09:17 testament
I tried copying libpcre.so.1
into the bin folder of .nimble/bin, but still the error continue.
Hello,
The nimlangserver crash with the following error, altough pcre is installed on my distribution. I'm trying to use the last version of https://github.com/nim-lang/vscode-nim
Installed
Fedora version
Linux fedora 6.8.11-300.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 27 14:53:33 UTC 2024 x86_64 GNU/Linux
Nimserver version
Pcre location
Small test
Output :