I have used the -E flag, the preprocess went fine. When I try to compile
the preprocessed code I got the following error:
../libgnu/sys/select.h(599): error: declaration is incompatible with
previous "select" (declared at line 109 of "/usr/include/sys/select.h")
namespace gnulib { static int (*
On 03/09/2016 01:11 PM, Balázs Hajgató wrote:
../libgnu/sys/select.h(598): error: declaration is incompatible with
previous "select" (declared at line 109 of "/usr/include/sys/select.h")
In what way are the declarations incompatible? Use the compiler's -E
flag to find out.
Dear All,
I am trying to compile Octave 4.0.0 with Intel 2016.1.150 compilers. I
believe that this fails due to some problems in libgnu:
make[3]: Entering directory
`/tmp/hajgato/build/Octave/4.0.0/intel-2016a/octave-4.0.0/liboctave'
/bin/sh ../libtool --tag=CXX --mode=compile icpc -DHAVE_
On 09 Mar 2016 11:18, Pádraig Brady wrote:
> On 08/03/16 02:18, Mike Frysinger wrote:
> > lib/mountlist.c assumes that sys/types.h includes sys/sysmacros.h
> > directly in order to provide makedev(). when it doesn't, things
> > fall apart like:
> > mountlist.c: In function 'read_file_system_list':
On 06/01/2016 14:04, Kamil Dudka wrote:
Fedora ppc64le toolchain recently changed expansion of the isinf() macro,
which causes the !isinf(LDBL_MAX) assertion to fail when using the LDBL_MAX
value defined by gnulib. On the other hand, it still works correctly when
using the LDBL_MAX value define
On 08/03/16 02:18, Mike Frysinger wrote:
lib/mountlist.c assumes that sys/types.h includes sys/sysmacros.h
directly in order to provide makedev(). when it doesn't, things
fall apart like:
mountlist.c: In function 'read_file_system_list':
mountlist.c:532:26: warning: implicit declaration of funct