Bevy wont build all the way through when using cargo build #16512
Unanswered
RadicalDev004
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On an empty project, Added bevy as a dependency. used cargo clean then cargo build. builds to about 30% then stop and looks like this:
Compiling unicode-ident v1.0.14
Compiling cfg-if v1.0.0
Compiling equivalent v1.0.1
Compiling hashbrown v0.15.2
Compiling once_cell v1.20.2
Compiling pin-project-lite v0.2.15
Compiling arrayvec v0.7.6
Compiling zerocopy v0.7.35
Compiling parking v2.2.1
Compiling smallvec v1.13.2
Compiling allocator-api2 v0.2.20
Compiling windows_x86_64_msvc v0.52.6
Compiling crossbeam-utils v0.8.20
Compiling rand_core v0.6.4
Compiling futures-core v0.3.31
Compiling fastrand v2.2.0
Compiling proc-macro2 v1.0.92
Compiling getrandom v0.2.15
Compiling futures-io v0.3.31
Compiling smol_str v0.2.2
Compiling windows-targets v0.52.6
Compiling tracing-core v0.1.32
Compiling thread_local v1.1.8
Compiling rand v0.8.5
Compiling uuid v1.11.0
Compiling typeid v1.0.2
Compiling fixedbitset v0.4.2
Compiling futures-lite v2.5.0
Compiling ahash v0.8.11
Compiling web-time v1.1.0
Compiling async-task v4.7.1
Compiling downcast-rs v1.2.1
Compiling bevy_ptr v0.14.2
Compiling slab v0.4.9
Compiling nonmax v0.5.5
Compiling fixedbitset v0.5.7
Compiling winapi v0.3.9
Compiling quote v1.0.37
Compiling indexmap v2.6.0
Compiling concurrent-queue v2.5.0
Compiling log v0.4.22
Compiling num-traits v0.2.19
Compiling memchr v2.7.4
Compiling windows-sys v0.59.0
Compiling libc v0.2.165
Compiling windows-core v0.52.0
Compiling syn v2.0.89
Compiling event-listener v5.3.1
Compiling syn v1.0.109
Compiling raw-window-handle v0.6.2
Compiling scopeguard v1.2.0
Compiling gl_generator v0.14.0
Compiling parking_lot_core v0.9.10
Compiling lock_api v0.4.12
Compiling event-listener-strategy v0.5.2
Compiling async-executor v1.13.1
Compiling libloading v0.8.5
Compiling async-channel v2.3.1
Compiling aho-corasick v1.1.3
Compiling toml_edit v0.22.22
Compiling bit-vec v0.6.3
Compiling accesskit v0.14.0
Compiling bevy_tasks v0.14.2
Compiling regex-syntax v0.8.5
Compiling shlex v1.3.0
Compiling windows v0.52.0
Compiling unicode-width v0.1.14
Compiling static_assertions v1.1.0
PS C:\Users\MyUserName\OneDrive\Desktop\RustProject\test2> sks, gl_generator, windows, windows-core, unicode-width, memchr, static_ass...
or this at the end
Terminal will be reused by tasks, press any key to close it. pi(build.rs), presser, winapi, windows-core, khronos-egl(build), gl...
and nothing happens. No use on Cpu, i can only close the terminal. What can i do to make it compile all the way?
Beta Was this translation helpful? Give feedback.
All reactions