You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I am writing here because I no longer know what to do. After starting the "make" command, I get an error.
LOG:
[ 20%] Building CXX object src/host/CMakeFiles/airwave-host-32.dir/__/common/dataport.cpp.o
In file included from /usr/include/c++/8.2.1/ext/string_conversions.h:41,
from /usr/include/c++/8.2.1/bits/basic_string.h:6391,
from /usr/include/c++/8.2.1/string:52,
from /usr/include/c++/8.2.1/stdexcept:39,
from /usr/include/c++/8.2.1/array:39,
from /usr/include/c++/8.2.1/tuple:39,
from /usr/include/c++/8.2.1/bits/unique_ptr.h:37,
from /usr/include/c++/8.2.1/memory:80,
from /home/user/airwave/src/common/types.h:6,
from /home/user/airwave/src/common/dataport.h:5,
from /home/user/airwave/src/common/dataport.cpp:1:
/usr/include/c++/8.2.1/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
#include_next <stdlib.h>
^~~~~~~~~~
I'm using Archlinux, and the lastet gcc(8.2.1)
As it turned out, this problem relates more to the compiler, and not to this code.
More info about problem: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
I tried to fix this error by adding different flags to CMakeLists.txt such as:
Hello!
I am writing here because I no longer know what to do. After starting the "make" command, I get an error.
LOG:
I'm using Archlinux, and the lastet gcc(8.2.1)
As it turned out, this problem relates more to the compiler, and not to this code.
More info about problem: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
I tried to fix this error by adding different flags to CMakeLists.txt such as:
but I did not succeed...
Please help with this problem, or at least tell in which direction to dig
The text was updated successfully, but these errors were encountered: