[Liboil] liboil & macosx

David Schleef ds at schleef.org
Tue Nov 28 12:56:43 PST 2006


On Thu, Nov 23, 2006 at 03:06:52PM +0100, gideon may wrote:
> I've come across the same problem as Per on Mac OS X 10.4, both
> with version 0.3.10 and the CVS head. It looks like liboil/liboiltest.c
> isn't included in the link phase.

Uh, duh.  I've even seen and fixed this problem before.  Patch below.



dave...

Index: liboil/liboiltmp.c
===================================================================
RCS file: /cvs/liboil/liboil/liboil/liboiltmp.c,v
retrieving revision 1.1
diff -u -r1.1 liboiltmp.c
--- liboil/liboiltmp.c  21 Jan 2006 01:59:01 -0000      1.1
+++ liboil/liboiltmp.c  28 Nov 2006 20:53:41 -0000
@@ -6,4 +6,6 @@
 void oil_random_argb(void) {}
 void oil_test_get_source_data(void) {}
 void oil_test_get_value(void) {}
+void oil_test_get_arg_post_n(void) {}
+void oil_test_get_arg_stride(void) {}
 


-- 
David Schleef
Big Kitten LLC (http://www.bigkitten.com/) -- data acquisition on Linux


More information about the Liboil mailing list