[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] git push
From: |
Christoph Schlegel |
Subject: |
Re: [Gm2] git push |
Date: |
Wed, 17 Sep 2014 18:39:33 +0200 |
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
Makefile:529: recipe for target 'libgm2_la-Selective.lo' failed
make[5]: *** [libgm2_la-Selective.lo] Error 1
make[5]: Leaving directory
'/home/Christoph/gm2build/i686-pc-cygwin/libgm2/libpim'
Makefile:414: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory
'/home/Christoph/gm2build/i686-pc-cygwin/libgm2/libpim'
Makefile:417: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/Christoph/gm2build/i686-pc-cygwin/libgm2'
Makefile:330: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/Christoph/gm2build/i686-pc-cygwin/libgm2'
Makefile:11761: recipe for target 'all-target-libgm2' failed
make[1]: *** [all-target-libgm2] Error 2
make[1]: Leaving directory '/home/Christoph/gm2build'
Makefile:881: recipe for target 'all' failed
make: *** [all] Error 2
Regards,
Christoph
- [Gm2] git push, Gaius Mulley, 2014/09/16
- Re: [Gm2] git push,
Christoph Schlegel <=