pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
locale_t
vlc build now fails with
/usr/include/stdlib.h:334:26: error: conflicting types for 'locale_t'
presumably since stdlib.h rev 1.101:
# ifndef __LOCALE_T_DECLARED
typedef struct _locale *locale_t;
# define __LOCALE_T_DECLARED
vlc has
#ifndef HAVE_USELOCALE
typedef void *locale_t;
+ definitions for uselocale(), freelocale(), newlocale()
... but we don't have uselocale(), just locale_t...
P
Home |
Main Index |
Thread Index |
Old Index