On Thu, 2013-11-07 at 14:24 -0800, Daniel Schultze wrote:

> I'm trying to cross-compile glib 

>From what host to what target?

> gfile.c: In function 'do_splice':
> gfile.c:2749: warning: passing argument 2 of 'splice' makes integer
> from pointer without a cast

That's quite odd...can you track down where the prototype for "splice"
for your target is coming from?

Is this target some non-glibc system like Bionic?  If so you'll need to
get them to fix their splice() prototype.


_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to