Closed mitchmindtree closed 6 years ago
Hey chap, just tried pulling your latest changes and ran a build again to see if I can solve #7 but I've run into a different error this time:
Compiling asio-sys v0.1.0 (file:///C:/Users/mindtree/programming/rust/cpal/asio-sys) error: couldn't read "C:\\Users\\mindtree\\programming\\rust\\cpal\\target\\debug\\build\\asio-sys-16161e38d95f61cf\\out/asio_bindings.rs": The system cannot find the file specified. (os error 2) --> asio-sys\src\asio_import.rs:6:1 | 6 | include!(concat!(env!("OUT_DIR"), "/asio_bindings.rs")); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error error: Could not compile `asio-sys`.
I'll check your recent commits to see if I can see what might have caused it.
Hmmm weird, it's like it's completely ignoring the build.rs file.
build.rs
Ah, caused by not setting CPAL_ASIO_DIR variable
Hey chap, just tried pulling your latest changes and ran a build again to see if I can solve #7 but I've run into a different error this time:
I'll check your recent commits to see if I can see what might have caused it.