Closed davemevans closed 5 years ago
Compile error: error: ‘memcpy’ was not declared in this scope. This is because cstring is not included in fmp4ingest.cpp
error: ‘memcpy’ was not declared in this scope
Link error: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' because pthread is not configured as a target link library.
undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
Compile error:
error: ‘memcpy’ was not declared in this scope
. This is because cstring is not included in fmp4ingest.cppLink error:
undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
because pthread is not configured as a target link library.