[bug-gettext] [sr #108864] gettext-0.19.5.1 compiling problem

2015-08-17 Thread INVALID.NOREPLY
Follow-up Comment #2, sr #108864 (project gettext):

Removing the semicolon in file loadmsgcat.c line 788:
  __libc_lock_define_initialized_recursive (static, lock)
is fixing it for me.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-08-13 Thread INVALID.NOREPLY
Follow-up Comment #3, sr #108743 (project gettext):

Where is PLURAL_PARSE aka libintl_gettextparse aka __gettextparse aka
parse_plural_expression defined?
Where is GERMANIC_PLURAL aka germanic_plural aka __gettext_germanic_plural aka
libintl_gettext_germanic_plural defined?
There is only declarations.

___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[bug-gettext] [sr #108864] gettext-0.19.5.1 compiling problem

2015-08-11 Thread INVALID.NOREPLY
URL:
  

 Summary: gettext-0.19.5.1 compiling problem
 Project: GNU gettext
Submitted by: pan7
Submitted on: Wed 12 Aug 2015 06:58:32 AM GMT
Category: None
Priority: 5 - Normal
Severity: 3 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
Operating System: None

___

Details:

gettext-runtime\intl\loadmsgcat.c(789): error C2143: syntax error : missing
';' before 'type'

When i move this line to the bottom of the definitions it compiles.
  __libc_lock_define_initialized_recursive (static, lock);

It can't initialize the static variable?





___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/




[bug-gettext] [sr #108743] Inconsistent definition of libintl_gettext_germanic_plural

2015-08-11 Thread INVALID.NOREPLY
Follow-up Comment #2, sr #108743 (project gettext):

gettext-runtimeintlplural-exp.c(71): error C2373:
'libintl_gettext_germanic_plural' : redefinition; different type modifiers
1>  gettext-0.19.5.1gettext-runtimeintlplural-exp.h(111) : see
declaration of 'libintl_gettext_germanic_plural'

removing const is fixing it for me.


___

Reply to this item at:

  

___
  Message sent via/by Savannah
  http://savannah.gnu.org/