Displaying 4 results from an estimated 4 matches for "fpclassify".
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
.../libcxx/include/__hash_table:19:0,
from llvm-3.8.0.src/projects/libcxx/src/hash.cpp:10:
llvm-3.8.0.src/projects/libcxx/include/cmath:310:9: error: '::signbit' has not been declared
using ::signbit;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:311:9: error: '::fpclassify' has not been declared
using ::fpclassify;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:312:9: error: '::isfinite' has not been declared
using ::isfinite;
^
llvm-3.8.0.src/projects/libcxx/include/cmath:315:9: error: '::isnormal' has not been declared
using ::...
2016 Mar 14
2
LLVM-3.8.0 libcxx in-tree build fails with cmath error ::signbit has not been declared
...s!
I have been building llvm-3.6.x, 3.7.1 and 3.7.2 with (glibc-2.12.1, binutils-2.24, gcc-4.9.2) almost same set if CMake flags.
However while building LLVM-3.8.0 using same CMake flags I am observing projects/libcxx/include/cmath errors...
...'::signbit' has not been declared
...'::fpclassify' has not been declared
...'::isfinite' has not been declared
...
My environment is...
Glibc-2.12.1
Binutils-2.24
Gcc-4.92.
Llvm-3.8.0
Cmake flags...
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_CXX_COMPILER=$GCC_ROOT/bin/g++ \...
2008 Jan 10
0
8 commits - libswfdec/swfdec_as_date.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_bits.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_text_field_movie_html.c test/trace
...cAsFunction *cur;
SwfdecAsFrame *frame;
- guint size;
+ guint size = 0;
GType type = 0;
g_return_if_fail (SWFDEC_IS_AS_FUNCTION (fun));
commit 616c94fc0b584d3c359bc09e29be381f8f43e4ab
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Jan 10 12:24:48 2008 +0100
get rid of fpclassify()
Should make porting easier.
diff --git a/libswfdec/swfdec_as_types.c b/libswfdec/swfdec_as_types.c
index 8e87a6b..420d094 100644
--- a/libswfdec/swfdec_as_types.c
+++ b/libswfdec/swfdec_as_types.c
@@ -248,105 +248,103 @@ swfdec_as_integer_to_string (SwfdecAsContext *context, int i)
con...
2006 Aug 16
2
Problem Installing rrdtool
...ove... yes
checking for strchr... yes
checking for mktime... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
IEEE Math Checks
checking for fpclassify... no
checking for fpclassify with <math.h>... yes
checking for finite... yes
checking for isinf... yes
checking if IEEE math works out of the box... yes
Resolve Portability Issues
checking if realloc can deal with NULL... yes
checking if ctime_r need special care to act posixly correct... n...