Re: glib/goption.c (unknown symbol)

2014-10-21 Thread John Emmas

On 20/10/2014 13:06, Ryan Lortie wrote:

hi John,

On Mon, Oct 20, 2014, at 06:28, John Emmas wrote:

Hi - I just updated from git master (about half an hour ago) but MSVC
gives me an 'undeclared identifier' error at line 368 of
'glib/goption.c'.  Here's what the line looks like:-

optind = 1;

This is a known issue and will probably be fixed today.



Thanks Ryan.  Everything's building normally again this morning.

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


Re: glib/goption.c (unknown symbol)

2014-10-20 Thread Ryan Lortie
hi John,

On Mon, Oct 20, 2014, at 06:28, John Emmas wrote:
> Hi - I just updated from git master (about half an hour ago) but MSVC 
> gives me an 'undeclared identifier' error at line 368 of 
> 'glib/goption.c'.  Here's what the line looks like:-
> 
>optind = 1;

This is a known issue and will probably be fixed today.

See

  https://bugzilla.gnome.org/show_bug.cgi?id=738659
  https://bugzilla.gnome.org/show_bug.cgi?id=723160

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


glib/goption.c (unknown symbol)

2014-10-20 Thread John Emmas
Hi - I just updated from git master (about half an hour ago) but MSVC 
gives me an 'undeclared identifier' error at line 368 of 
'glib/goption.c'.  Here's what the line looks like:-


  optind = 1;

I assumed (maybe?) it was a typo - but on reading the rest of that 
function, it's not really obvious what the line should have been. The 
relevant function is called 'g_option_context_new()'


Alternatively, 'optind' might be something in unistd.h (which also got 
#included as part of the same update).  But generally speaking elsewhere 
in glib, unistd.h only tends to get #included if 'G_OS_UNIX' is defined 
(which usually won't be the case when building with MSVC).


Whatever...  it's all a bit confusing so I thought I'd flag it up!!

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