Displaying 1 result from an estimated 1 matches for "gperf_case_strncmp".
2018 Jan 19
1
IBM Power vs Markdown
...ed_packages'
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Warning message:
In install.packages("markdown") :
installation of package 'markdown' had non-zero exit status
...
It looks like the issue can be traced down to, "!gperf_case_strncmp (str, s, len)" ... is there a way to trace this down further?
# tail markdown/src/html_blocks.h
if (key <= MAX_HASH_VALUE && key >= 0)
{
register const char *s = wordlist[key];
if ((((unsigned char)*str ^ (unsigned char)*s) & ~32) == 0 &...