[clutter] Conformance tests seems to not compile

2010-02-12 Thread Piñeiro
Hi after an update on clutter, trying to compile it I get this error (and several compilation warnings). CC test_conformance-test-cogl-pixel-buffer.o test-cogl-pixel-buffer.c: In function ‘create_map_tile’: test-cogl-pixel-buffer.c:69: warning: implicit declaration of function

Re: [clutter] Conformance tests seems to not compile

2010-02-12 Thread Emmanuele Bassi
On Fri, 2010-02-12 at 23:43 +0100, Piñeiro wrote: after an update on clutter, trying to compile it I get this error (and several compilation warnings). CC test_conformance-test-cogl-pixel-buffer.o test-cogl-pixel-buffer.c: In function ‘create_map_tile’: test-cogl-pixel-buffer.c:69:

Re: [clutter] Conformance tests seems to not compile

2010-02-12 Thread Piñeiro
From: Emmanuele Bassi eba...@linux.intel.com seems to me you are stuck with an old cogl lying around your build. could you try cleaning your clone with: git clean -xdf ? I just cloned from scratch and everything worked fine. This solved the problem. Previously (AFAIR) I tried with