You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute ./deploy.sh in OMAF-Sample/client but there is error during compilation,
[ 86%] Building CXX object OmafDashAccess/CMakeFiles/OmafDashAccess.dir/OmafExtractorTracksSelector.cpp.o
/home/osboxes/Immersive-Video-Sample/src/OmafDashAccess/DownloadManager.cpp: In member function ‘int VCD::OMAF::DownloadManager::enum_directory(const char*, bool, enum_dir_item, void*, const char*)’:
/home/osboxes/Immersive-Video-Sample/src/OmafDashAccess/DownloadManager.cpp:218:54: error: argument to ‘sizeof’ in ‘char* strncat(char*, const char*, size_t)’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer-memaccess]
Please help
The text was updated successfully, but these errors were encountered:
loktiing
changed the title
/home/osboxes/Immersive-Video-Sample/src/OmafDashAccess/DownloadManager.cpp:218:54: error: argument to ‘sizeof’ in ‘char* strncat(char*, const char*, size_t)’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer-memaccess]
OmafDashAccess/DownloadManager.cpp:218:54: error: argument to ‘sizeof’ in ‘char* strncat(char*, const char*, size_t)’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer-memaccess]
Aug 25, 2021
loktiing
changed the title
OmafDashAccess/DownloadManager.cpp:218:54: error: argument to ‘sizeof’ in ‘char* strncat(char*, const char*, size_t)’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer-memaccess]
OmafDashAccess/DownloadManager.cpp error while compiling Omaf client code
Aug 25, 2021
I am trying to execute ./deploy.sh in OMAF-Sample/client but there is error during compilation,
[ 86%] Building CXX object OmafDashAccess/CMakeFiles/OmafDashAccess.dir/OmafExtractorTracksSelector.cpp.o
/home/osboxes/Immersive-Video-Sample/src/OmafDashAccess/DownloadManager.cpp: In member function ‘int VCD::OMAF::DownloadManager::enum_directory(const char*, bool, enum_dir_item, void*, const char*)’:
/home/osboxes/Immersive-Video-Sample/src/OmafDashAccess/DownloadManager.cpp:218:54: error: argument to ‘sizeof’ in ‘char* strncat(char*, const char*, size_t)’ call is the same expression as the source; did you mean to use the size of the destination? [-Werror=sizeof-pointer-memaccess]
Please help
The text was updated successfully, but these errors were encountered: