I am using the build script which is part of VLCKit.
Since yesterday the build is breaking during libVLC build with error message
Code: Select all
In file included from src/code.c:9:
./inc/config.h:12:28: warning: '/*' within block comment [-Wcomment]
/*efine SIGHANDLER_T int /* signal handlers are void */
^
./inc/config.h:13:28: warning: '/*' within block comment [-Wcomment]
/*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
^
./inc/config.h:25:27: warning: '/*' within block comment [-Wcomment]
/*efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
^
./inc/config.h:28:26: warning: '/*' within block comment [-Wcomment]
/*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
^
./inc/config.h:32:23: warning: '/*' within block comment [-Wcomment]
/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
^
./inc/config.h:35:28: warning: '/*' within block comment [-Wcomment]
/*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
^
src/code.c:95:8: error: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
(void)memcpy( (char *)S->dp0, (char *)(S->dp0 + 160),
^
src/code.c:95:8: note: include the header <string.h> or explicitly provide a declaration for 'memcpy'
6 warnings and 1 error generated.
Can you please check?