-
-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stardust-xr-server: init at 0.44.1 #324375
Conversation
fccf00e
to
24b614d
Compare
24b614d
to
08f4e93
Compare
08f4e93
to
d3ec824
Compare
d3ec824
to
ed9fb22
Compare
ed9fb22
to
70bda28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build fails
CMake Warning at build/cpm/CPM_0.32.2.cmake:76 (message):
CPM: Your project is using an unstable development version of CPM.cmake.
Please update to a recent release if possible. See
https://github.com/cpm-cmake/CPM.cmake for details.
Call Stack (most recent call first):
cmake/CPM.cmake:21 (include)
CMakeLists.txt:111 (include)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_ASM_COMPILER
CMAKE_ASM_FLAGS
In file included from /build/cargo-vendor-dir/stereokit-sys-2.5.6/StereoKit/StereoKitC/libraries/sk_gpu.cpp:2:
/build/cargo-vendor-dir/stereokit-sys-2.5.6/StereoKit/StereoKitC/libraries/sk_gpu.h: In function 'bool skg_read_file(const char*, void**, size_t*)':
/build/cargo-vendor-dir/stereokit-sys-2.5.6/StereoKit/StereoKitC/libraries/sk_gpu.h:4817:15: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
4817 | fread (*out_data, *out_size, 1, fp);
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/cargo-vendor-dir/stereokit-sys-2.5.6/StereoKit/StereoKitC/platforms/linux.cpp:10:10: fatal error: X11/extensions/Xfixes.h: No such file or directory
10 | #include <X11/extensions/Xfixes.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/StereoKitC.dir/build.make:860: CMakeFiles/StereoKitC.dir/StereoKitC/platforms/linux.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/StereoKitC.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
thread 'main' panicked at /build/cargo-vendor-dir/cmake-0.1.50/src/lib.rs:1098:5:
command did not execute successfully, got: exit status: 2
build script failed, must exit now
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Welp, time to figure out why that is. |
70bda28
to
adc8623
Compare
Fixed |
Please verify it still works. |
I have re-tested and can confirm it still works. |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2073 |
Description of changes
Closes #299584
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.