Gator96100 / ProxSpace

Proxmark III develoment environment for Windows
269 stars 70 forks source link

32 bit msys2 and libsndfile error #27

Closed merlokk closed 4 years ago

merlokk commented 4 years ago

sometimes if you using msys2 in 32 bit mode - it needs to add this pacman -S mingw-w64-i686-libsndfile

Gator96100 commented 4 years ago

Are you using the latest release? It was added, see a2899a4a9c0c0f28fccfc227c70ab97cb8453762

merlokk commented 4 years ago

mingw-w64-x86_64-libsndfile - looks like it 64 bit only

Gator96100 commented 4 years ago

mingw-w64-x86_64-libsndfile for 64 bit and mingw-w64-i686-libsndfile for 32 bit.

merlokk commented 4 years ago

yes, sorry. its ok)