protonscr

[BUG (error: ‘at_quick_exit’ has not been declared in ‘::’)] Compile fails

dxvkclosed
doitsujin/dxvk#5022 · opened 2025-06-17 by enessmr · updated 2025-06-18 · 5 comments · github
Eenessmr 2025-06-17 github

Build error
Any package on the latest?

KK0bin maintainer 2025-06-17 github

The string "at_quick_exit" doesn't exist in the entire code base and that error doesn't make a whole lot of sense. It also doesn't look like any GCC/MSVC/LLVM error message I've ever seen.
This seems like AI slob tbh

Please provide the whole error message if this is an actual problem.

Eenessmr 2025-06-18 github

No its real
and i am not a bot

And i found out that gcc doesnt do its job

KK0bin maintainer 2025-06-18 github

Then please post an error that makes sense and has the necessary context to understand it.

Ddoitsujin maintainer 2025-06-18 github

Doing some googling reveals that it's probably just a broken build environment:
https://github.com/msys2/MINGW-packages/issues/17849

Eenessmr 2025-06-18 github

Doing some googling reveals that it's probably just a broken build environment: msys2/MINGW-packages#17849

Yeah G++ appearently forgots to include /usr/include/c++/15.1.0/

Nothing extracted yet.