[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] git push
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] git push |
Date: |
Thu, 18 Sep 2014 03:36:18 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
Christoph Schlegel <address@hidden> writes:
> On Tue, 16 Sep 2014 14:54:56 -0500
> Gaius Mulley <address@hidden> wrote:
>
>>
>> Hi,
>>
>> I've just pushed some changes which reduce the regression test failures
>> to 54 on Debian Wheezy,
>>
>> regards,
>> Gaius
>>
>> _______________________________________________
>> gm2 mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/gm2
>
> Hello Gaius,
>
> the tarball doesn't build on Cygwin. Here is the error:
>
> /bin/sh ../libtool --tag=CC --mode=compile
> /home/Christoph/gm2build/./gcc/xgcc -B/home/Christoph/gm2build/./gcc/
> -B/home/Christoph/opt/i686-pc-cygwin/bin/
> -B/home/Christoph/opt/i686-pc-cygwin/lib/ -isystem
> /home/Christoph/opt/i686-pc-cygwin/include -isystem
> /home/Christoph/opt/i686-pc-cygwin/sys-include -DHAVE_CONFIG_H -I.
> -I../../../../gcc-4.7.3/libgm2/libpim -I.. -I.
> -I/home/Christoph/gcc-4.7.3/gcc/gm2/gm2-libs
> -I/home/Christoph/gcc-4.7.3/gcc/gm2/gm2-libs-iso -DBUILD_GM2_LIBS
> -I../../../../gcc-4.7.3/libgm2/libpim/../ -O2 -g -MT libgm2_la-Selective.lo
> -MD -MP -MF .deps/libgm2_la-Selective.Tpo -c -o libgm2_la-Selective.lo `test
> -f 'Selective.c' || echo '../../../../gcc-4.7.3/libgm2/libpim/'`Selective.c
> libtool: compile: /home/Christoph/gm2build/./gcc/xgcc
> -B/home/Christoph/gm2build/./gcc/ -B/home/Christoph/opt/i686-pc-cygwin/bin/
> -B/home/Christoph/opt/i686-pc-cygwin/lib/ -isystem
> /home/Christoph/opt/i686-pc-cygwin/include -isystem
> /home/Christoph/opt/i686-pc-cygwin/sys-include -DHAVE_CONFIG_H -I.
> -I../../../../gcc-4.7.3/libgm2/libpim -I.. -I.
> -I/home/Christoph/gcc-4.7.3/gcc/gm2/gm2-libs
> -I/home/Christoph/gcc-4.7.3/gcc/gm2/gm2-libs-iso -DBUILD_GM2_LIBS
> -I../../../../gcc-4.7.3/libgm2/libpim/../ -O2 -g -MT libgm2_la-Selective.lo
> -MD -MP -MF .deps/libgm2_la-Selective.Tpo -c
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c -DDLL_EXPORT -DPIC -o
> .libs/libgm2_la-Selective.o
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:79:16: warning: ‘struct
> timeval’ declared inside parameter list [enabled by default]
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:79:16: warning: its scope is
> only this definition or declaration, which is probably not what you want
> [enabled by default]
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c: In function
> ‘Selective_InitTime’:
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:101:53: error: invalid
> application of ‘sizeof’ to incomplete type ‘struct timeval’
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:103:4: error: dereferencing
> pointer to incomplete type
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:104:4: error: dereferencing
> pointer to incomplete type
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c: In function
> ‘Selective_GetTime’:
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:111:25: error: dereferencing
> pointer to incomplete type
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:112:26: error: dereferencing
> pointer to incomplete type
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c: In function
> ‘Selective_SetTime’:
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:118:4: error: dereferencing
> pointer to incomplete type
> ../../../../gcc-4.7.3/libgm2/libpim/Selective.c:119:4: error: dereferencing
> pointer to incomplete type
Hi Christoph,
thanks for the report. Over the weekend I changed the configure related
files in <top>/libgm2 with regard to select, timeval etc. I think
I need to independently check for struct timeval and not assume it
exists (if it finds select).
regards,
Gaius