-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
for commit (latest for me): b4ce055
Is macOS supported
% meson setup --reconfigure build/
The Meson build system
Version: 1.10.0
Source dir: ~/src/cane
Build dir: ~/src/cane/build
Build type: native build
Project name: cane
Project version: 1.0
C++ compiler for the host machine: ~/.cargo/bin/sccache c++ (clang 17.0.0 "Apple clang version 17.0.0 (clang-1700.6.3.2)")
C++ linker for the host machine: c++ ld64 1230.1
Host machine cpu family: aarch64
Host machine cpu: aarch64
Build targets in project: 5
Found ninja-1.13.2 at /opt/homebrew/bin/ninja
sa@minx cane % meson compile -C build/
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /opt/homebrew/bin/ninja -C ~/src/cane/build
ninja: Entering directory `~/src/cane/build'
[9/10] Compiling C++ object cane.p/src_cane.cpp.o
FAILED: [code=1] cane.p/src_cane.cpp.o
~/.cargo/bin/sccache c++ -Icane.p -I. -I.. -I../include -fdiagnostics-color=always -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST -Wall -Winvalid-pch -Wextra -std=c++26 -O0 -g -ferror-limit=2 -Wno-unused-function -MD -MQ cane.p/src_cane.cpp.o -MF cane.p/src_cane.cpp.o.d -o cane.p/src_cane.cpp.o -c ../src/cane.cpp
In file included from ../src/cane.cpp:1:
In file included from ../include/cane/cane.hpp:5:
../include/cane/log.hpp:5:10: fatal error: 'stacktrace' file not found
5 | #include <stacktrace>
| ^~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working