Changes between Initial Version and Version 2 of Ticket #55716


Ignore:
Timestamp:
Jan 18, 2018, 6:09:14 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55716

    • Property Keywords snowleopard added; snow leopard removed
    • Property Status changed from new to assigned
    • Property Owner set to ryandesign
  • Ticket #55716 – Description

    initial v2  
    11The problem (or at any rate, the first problem) seems to be that strnlen() is missing...
     2{{{
    23:info:build sldtoppm.c:218:17: warning: implicit declaration of function 'strnlen' is invalid in C99 [-Wimplicit-function-declaration]
    34:info:build             if (strnlen(slideName, 32) == 32)
     
    1415:info:build ld: symbol(s) not found for architecture x86_64
    1516:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
     17}}}