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
error: couldn't read \?\F:\scaff\anchor\target\release\build\typenum-b4aec6864503f063\out/op.rs: The filename, directory name, or volume label syntax is incorrect. (os error 123)
--> C:\Users\Om Chillure.cargo\registry\src\index.crates.io-6f17d22bba15001f\typenum-1.17.0\src\lib.rs:72:5
|
72 | include!(concat!(env!("OUT_DIR"), "/op.rs"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include (in Nightly builds, run with -Z macro-backtrace for more info)
error: couldn't read \?\F:\scaff\anchor\target\sbf-solana-solana\release\build\typenum-255e67d6ee89f566\out/op.rs: The filename, directory name, or volume label syntax is incorrect. (os error 123)
--> src\lib.rs:72:5
|
72 | include!(concat!(env!("OUT_DIR"), "/op.rs"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro include (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile typenum (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile typenum (lib) due to previous error
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
cargo version : 1.80.1
The text was updated successfully, but these errors were encountered:
Close as duplicate. You may want to contat anchor build maintainer not to canonicalize paths to circumvent this bug, or try some other workarounds listed in #13919. Thank you.
Problem
error: couldn't read \?\F:\scaff\anchor\target\release\build\typenum-b4aec6864503f063\out/op.rs: The filename, directory name, or volume label syntax is incorrect. (os error 123)
--> C:\Users\Om Chillure.cargo\registry\src\index.crates.io-6f17d22bba15001f\typenum-1.17.0\src\lib.rs:72:5
|
72 | include!(concat!(env!("OUT_DIR"), "/op.rs"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro
include
(in Nightly builds, run with -Z macro-backtrace for more info)error: couldn't read \?\F:\scaff\anchor\target\sbf-solana-solana\release\build\typenum-255e67d6ee89f566\out/op.rs: The filename, directory name, or volume label syntax is incorrect. (os error 123)
--> src\lib.rs:72:5
|
72 | include!(concat!(env!("OUT_DIR"), "/op.rs"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro
include
(in Nightly builds, run with -Z macro-backtrace for more info)error: could not compile
typenum
(lib) due to previous errorwarning: build failed, waiting for other jobs to finish...
error: could not compile
typenum
(lib) due to previous errorSteps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: