GNOME Bugzilla – Bug 612502
build fails on glib/tests/gvariant.c
Last modified: 2010-03-15 21:46:46 UTC
I'm building 2.23.5 on my UnixWare 7.1.4 box and found a problem with glib/tests/gvariant.c The errors I get are UX:acomp: ERROR: "/opt/src/libs/glib-2.23.5/glib/tests/gvariant.c", line 1254: cannot do pointer arithmetic on operand of unknown size UX:acomp: ERROR: "/opt/src/libs/glib-2.23.5/glib/tests/gvariant.c", line 3340: integral constant expression expected I'll attach a patch for your consideration.
Created attachment 155783 [details] [review] fixes for USL based comilers
both of these boneheaded mistakes on my part. thanks for catching them :) fixed now.