Re: Libsodium error sodium.h

2022-03-07 Fir de Conversatie Ni Va
Thank you https://github.com/vim/vim/pull/9905 Le lundi 7 mars 2022 à 10:02:14 UTC+1, Ni Va a écrit : > Effectively sodium.h not found in C:\msys64\mingw32\include meanwhile i > follow §2.2 from installpc.txt. > > > > > > > > > *MSYS2 has its own git package, and you can also install it via pacm

Re: Libsodium error sodium.h

2022-03-07 Fir de Conversatie Ni Va
Effectively sodium.h not found in C:\msys64\mingw32\include meanwhile i follow §2.2 from installpc.txt. *MSYS2 has its own git package, and you can also install it via pacman: $ pacman -S gitFor enabling libsodium support, you also need to install the package$ pacman -S mingw-w64-

Re: Libsodium error sodium.h

2022-03-06 Fir de Conversatie Ken Takata
Hi, Couldn't reproduce. Does sodium.h exist in C:\msys64\mingw64\include (for 64-bit) and/or C:\msys64\mingw32\include (for 32-bit)? 2022年3月7日月曜日 6:27:47 UTC+9 niva...@gmail.com: > Hi Ken, > > Just getting same error after match 4519 of vim: sodium.h is not > regognized. > > foo.bar@I-1 MING

Re: Libsodium error sodium.h

2022-03-06 Fir de Conversatie Ni Va
Hi Ken, Just getting same error after match 4519 of vim: sodium.h is not regognized. foo.bar@I-1 MINGW32 ~ # pacman -Qi mingw-w64-x86_64-libsodium Name: mingw-w64-x86_64-libsodium Version : 1.0.18-2 Description : P(ortable|ackageable) NaCl-based crypto library (mingw-w

Re: Libsodium error sodium.h

2022-03-06 Fir de Conversatie Ni Va
Okay Thanks a lot Ken, Do i have to download your fix on Make_cyg_ming.mak? Because I tried removing -I include directive and DYNAMIC_SODIUM_DLL, just leaving SODIUM=yes and got same error. Thank in advance. NV Le dimanche 6 mars 2022 à 07:46:10 UTC+1, ktakat...@gmail.com a écrit : > Hi, >

Re: Libsodium error sodium.h

2022-03-05 Fir de Conversatie Ken Takata
Hi, The current version of Make_cyg_ming.mak only supports setting "yes" to the "SODIUM" option. If you install libsodium from pacman, you can use "SODIUM=yes". I created PR #9896 to fix that. Specifying -*I./libsodium-win32-1.0.18/include *in the command line is not correct. It specifies the i

Libsodium error sodium.h

2022-03-05 Fir de Conversatie Ni Va
Hi, I encounter this error trying to link gvim with mingw32 make on Win10 Informations Interfaces c:/Ruby31 c:/Python310 Flags are: OLE=yes GUI=yes XPM=no DIRECTx=yes DYNAMIC_LUA=yes LUA=./lua-5.4.4/src LUA_VER=54 PYTHON3=c:/Python310 DYNAMIC_PYTHON3=yes PYTHON3_VER=311 DYNAMIC_PYTHON3_DLL=pyt