-
Notifications
You must be signed in to change notification settings - Fork 17
Gcc 4.8 #11
base: master
Are you sure you want to change the base?
Gcc 4.8 #11
Conversation
Is it for gcc-4.8? And, in my perception, This pango upgrade is only for pango with cairo, isn't it? |
It only compiles for gcc-4.8. I believe I need to patch glib to get it to
work for gcc-4.9. With gcc-4.9, I get this error when compiling glib:
/home/jjbenham/src/gub/target/mingw/src/glib-0/gio/gsocket.c:1934:1: error:
conflicting types for 'if_nametoindex'
if_nametoindex (const gchar *iface)
^
There is a file in mingw-w64-runtime (I believe) that has a definition of
if__nametoindex that conflicts with its definition in glib.
Yes. I meant to upgrade pango with cairo in it. I may have accidentally
upgraded both.
Jeremiah
|
``if_nametoindex'' is a Windows API. Is this conflict related to the following glib's issue? |
It appears to be similar. Should I patch glib or minw-64-runtime? Jeremiah On Mon, Mar 30, 2015 at 6:30 AM, Masamichi Hosoda [email protected]
|
I think that that is glib's bug. ``if_nametoindex'' is a Windows API. And, if the conflict is related to this glib's issue, Perhaps, glib-2.43.92 is fixed it. |
Here is an update to glib. I have more patches for gtk3 and friends.