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
I am currently encountering a problem while trying to compile my Rust project on Windows using the MinGW64 GCC environment. The error arises from this crate, which is a dependency of the minimp4.rs crate that I use.
The error message is: failed to run custom build command for 'fdk-aac-sys v0.4.0', more information about the compilation error can be found here darkskygit/minimp4.rs#4.
My project also includes other crates that require the GCC compiler, so I can't switch entirely to MSVC for the project compilation.
Any help would be greatly appreciated. Thank you in advance!
The text was updated successfully, but these errors were encountered:
I am currently encountering a problem while trying to compile my Rust project on Windows using the MinGW64 GCC environment. The error arises from this crate, which is a dependency of the
minimp4.rs
crate that I use.The error message is:
failed to run custom build command for 'fdk-aac-sys v0.4.0'
, more information about the compilation error can be found here darkskygit/minimp4.rs#4.My project also includes other crates that require the GCC compiler, so I can't switch entirely to MSVC for the project compilation.
Any help would be greatly appreciated. Thank you in advance!
The text was updated successfully, but these errors were encountered: