Re: [Geany-devel] G_VA_COPY problem

2011-03-12 Thread Nick Treleaven
On Sat, 12 Mar 2011 11:28:51 +1100 Lex Trotman ele...@gmail.com wrote: tagmanager/mio/mio-memory.c uses G_VA_COPY() but on my system this is defined as va_copy() (by glibconfig.h, I think). When I compile with my usual flags including warnings and -ansi, va_copy is not defined. Any

Re: [Geany-devel] G_VA_COPY problem

2011-03-12 Thread Colomban Wendling
Le 12/03/2011 13:45, Nick Treleaven a écrit : On Sat, 12 Mar 2011 11:28:51 +1100 Lex Trotman ele...@gmail.com wrote: tagmanager/mio/mio-memory.c uses G_VA_COPY() but on my system this is defined as va_copy() (by glibconfig.h, I think). When I compile with my usual flags including warnings

Re: [Geany-devel] G_VA_COPY problem

2011-03-12 Thread Lex Trotman
On 13 March 2011 01:46, Colomban Wendling lists@herbesfolles.org wrote: Le 12/03/2011 13:45, Nick Treleaven a écrit : On Sat, 12 Mar 2011 11:28:51 +1100 Lex Trotman ele...@gmail.com wrote: tagmanager/mio/mio-memory.c uses G_VA_COPY() but on my system this is defined as va_copy() (by

[Geany-devel] G_VA_COPY problem

2011-03-11 Thread Nick Treleaven
Hi, tagmanager/mio/mio-memory.c uses G_VA_COPY() but on my system this is defined as va_copy() (by glibconfig.h, I think). When I compile with my usual flags including warnings and -ansi, va_copy is not defined. Any ideas how to solve this? It seems to be a GLib issue that may be solved in newer

Re: [Geany-devel] G_VA_COPY problem

2011-03-11 Thread Colomban Wendling
Le 11/03/2011 19:57, Nick Treleaven a écrit : Hi, tagmanager/mio/mio-memory.c uses G_VA_COPY() but on my system this is defined as va_copy() (by glibconfig.h, I think). When I compile with my usual flags including warnings and -ansi, va_copy is not defined. Any ideas how to solve this?

Re: [Geany-devel] G_VA_COPY problem

2011-03-11 Thread Lex Trotman
On 12 March 2011 06:30, Colomban Wendling lists@herbesfolles.org wrote: Le 11/03/2011 19:57, Nick Treleaven a écrit : Hi, tagmanager/mio/mio-memory.c uses G_VA_COPY() but on my system this is defined as va_copy() (by glibconfig.h, I think). When I compile with my usual flags including

Re: [Geany-devel] G_VA_COPY problem

2011-03-11 Thread Colomban Wendling
Le 12/03/2011 01:28, Lex Trotman a écrit : On 12 March 2011 06:30, Colomban Wendling lists@herbesfolles.org wrote: Le 11/03/2011 19:57, Nick Treleaven a écrit : Hi, tagmanager/mio/mio-memory.c uses G_VA_COPY() but on my system this is defined as va_copy() (by glibconfig.h, I think).