You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
I am trying to compile a tool that requires glob.h. I have followed a
lead on this group about using bsd glob.{c,h} files, but next ran into
issues with failing to find collate.h.
glob.c:89:21: error: collate.h: No such file or directory
glob.c: In function 'match':
glob.c:778: error: '__collate_load_error' undeclared (first use in
this function)
glob.c:778: error: (Each undeclared identifier is reported only once
glob.c:778: error: for each function it appears in.)
glob.c:780: warning: implicit declaration of function
'__collate_range_cmp'