Skip to content
d4rckh edited this page Apr 30, 2022 · 1 revision

Common errors

1. Error: cannot open file: winim/inc/lm

You forgot to run nimble install

2. Error on Linux when compiling for Windows

You might need to install the mingw tool-chain package:

apt install mingw-w64   # Ubuntu
yum install mingw32-gcc
yum install mingw64-gcc # CentOS - requires EPEL
brew install mingw-w64  # OSX