You are not logged in.
Try adding the following in the beginning and compiling using /usr/bin/g++
#include <cstdarg>
This shouldn't be needed but just in order to diagnose.
Offline
Try adding the following in the beginning and compiling using /usr/bin/g++
#include <cstdarg>
This shouldn't be needed but just in order to diagnose.
Sadly no difference
"Never miss a good chance to shut up"
- Will Rogers
Offline
Found the solution. In
/usr/include/c++/9.3.0/
there was two symlinks which when removed resolved the issue. These symlinks where made by me some time ago.
"Never miss a good chance to shut up"
- Will Rogers
Offline
Out of curiosity, what were they? They should have shown up in the pacman -Qkk output.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
It was
stddef: /usr/include/c++/9.3.0/stddef.h -> /usr/include/stddef.h
stdarg: /usr/include/c++/9.3.0/stdarg.h -> /usr/include/c++/9.3.0/tr1/stdarg.h
They were a part of a badly hotfix I applied a while ago.
"Never miss a good chance to shut up"
- Will Rogers
Offline