Last active
May 29, 2016 16:44
-
-
Save m0r13/daea7e93ab04b349039a5acb12472972 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from src/util/math.h:16:0, | |
from src/util/types.h:7, | |
from src/analyzer/analyzer.h:4, | |
from src/analyzer/analyzerqueue.h:12, | |
from src/analyzer/analyzerqueue.cpp:1: | |
src/util/fpclassify.h:22:20: error: ‘std::util_fpclassify’ has not been declared | |
#define fpclassify util_fpclassify | |
^ | |
src/util/fpclassify.h:23:18: error: ‘std::util_isfinite’ has not been declared | |
#define isfinite util_isfinite | |
^ | |
src/util/fpclassify.h:20:15: error: ‘std::util_isinf’ has not been declared | |
#define isinf util_isinf | |
^ | |
src/util/fpclassify.h:19:15: error: ‘std::util_isnan’ has not been declared | |
#define isnan util_isnan | |
^ | |
src/util/fpclassify.h:21:18: error: ‘std::util_isnormal’ has not been declared | |
#define isnormal util_isnormal | |
^ | |
scons: *** [lin64_build/analyzer/analyzerqueue.o] Error 1 | |
scons: building terminated because of errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using built-in specs. | |
COLLECT_GCC=gcc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper | |
Target: x86_64-pc-linux-gnu | |
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release | |
Thread model: posix | |
gcc version 6.1.1 20160501 (GCC) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment