You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPAL_ASIO_DIR is set at C:\Users\casey\AppData\Local\Temp\asio_sdk
This directory exists, and so does a tree of sub-directories, but all are empty.
Then compilation fails with this error, presumably because the asio_sdk folder is empty:
C:\Users\casey\.cargo\registry\src\index.crates.io-6f17d22bba15001f\asio-sys-0.2.2\asio-link\helpers.hpp(2): fatal error C1083: Cannot open include file: 'asiodrivers.h': No such file or directory
This is all from rust-analyzer output in VS Code. I didn't see any error messages due to a failed download or anything like that.
The text was updated successfully, but these errors were encountered:
Build output states that:
This directory exists, and so does a tree of sub-directories, but all are empty.
Then compilation fails with this error, presumably because the
asio_sdk
folder is empty:This is all from rust-analyzer output in VS Code. I didn't see any error messages due to a failed download or anything like that.
The text was updated successfully, but these errors were encountered: