Unable to compile latest development commit #754
Answered
by
smemsh
linguisticmind
asked this question in
Q&A
|
I just tried compiling the latest development commit (ea8affb) and I got an error. I'm able to compile commit tagged v1.9.1 without an issue. Update: Also tried commit 03d2c99 with similar results. OS: Debian Trixie (13.4) cmake -DCMAKE_BUILD_TYPE=release -S . -B _build # This ran fine.
cmake --build _build -j # This didn't. See output below. |
Answered by
smemsh
May 8, 2026
Replies: 1 comment 1 reply
|
did you do a submodule update after changing branches? |
1 reply
Answer selected by
linguisticmind
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did you do a submodule update after changing branches?