On 15/01/15 18:35, Nick Treleaven wrote:
On 15/01/2015 14:17, Nick Treleaven wrote:
I also noticed Waf doesn't seem to use -mms-bitfields, but I'm not certain.
I think I'm wrong about that - it was based on git grep. Running 'waf -v' does show that flag (sometimes several times in the same command). I haven't found where Waf gets it from though ;-)
c:>grep -ri mms \libs\lib\pkgconfig \libs\lib\pkgconfig/glib-2.0.pc:Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include -mms-bitfields \libs\lib\pkgconfig/gtk+-2.0.pc:Cflags: -I${includedir}/gtk-2.0 -mms-bitfields \libs\lib\pkgconfig/gtk+-win32-2.0.pc:Cflags: -I${includedir}/gtk-2.0 -mms-bitfields
GTK itself defines them.
Regards, Enrico