Re: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread John Emmas
On 04/05/2016 16:54, fanc...@yahoo.com.tw wrote: Hi John, The patch went upstream, so you should be able to build normally after you sync. With blessings! Yes, that's all building again now. Thanks. ___ gtk-devel-list mailing list

Re: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread fanc999
Hi John, The patch went upstream, so you should be able to build normally after you sync. With blessings! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread John Emmas
On 04/05/2016 16:05, fanc...@yahoo.com.tw wrote: Hi John/LRN, I opened a bug to fix the issue: https://bugzilla.gnome.org/show_bug.cgi?id=765991 That's great news. Thanks. John ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread fanc999
Hi John/LRN, I opened a bug to fix the issue: https://bugzilla.gnome.org/show_bug.cgi?id=765991 With blessings, and cheers! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread LRN
On 04.05.2016 13:25, Fan, Chun-wei wrote: > On 2016年5月2日 下午08:22, LRN wrote: >> On 02.05.2016 14:36, John Emmas wrote: >>> I just hit a problem when building from git master with MSVC (32-bit >>> build). >>> >>> 'S_ISDIR' is coming up as an unknown symbol. >> >> fanc, care to comment? > > To

RE: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread Fan, Chun-wei
Hi, To fix this, we could just use g_file_test (fullname, G_FILE_TEST_IS_DIR) in place of the whole check that is there. With blessings, and cheers! 從 Windows 10 手機傳送 寄件者: LRN 傳送時間: 2016年5月2日 下午 08:22 收件者: gtk-devel-list@gnome.org 副本: Fan, Chun-wei (范君維) 主旨: Re: Unknown symbol in 'gio

Re: Unknown symbol in 'gio/gresource.c'

2016-05-02 Thread LRN
On 02.05.2016 14:36, John Emmas wrote: > I just hit a problem when building from git master with MSVC (32-bit > build). > > 'S_ISDIR' is coming up as an unknown symbol. fanc, care to comment? -- O< ascii ribbon - stop html email! - www.asciiribbon.org signature.asc Description: OpenPGP

Unknown symbol in 'gio/gresource.c'

2016-05-02 Thread John Emmas
I just hit a problem when building from git master with MSVC (32-bit build). It's in 'gio/gresource.c' at line 254 in the function 'enumerate_overlay_dir()':- if (g_stat (fullname, ) == 0 && S_ISDIR (buf.st_mode)) 'S_ISDIR' is coming up as an unknown symbol. In other places where we