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
make[1]: Entering directory '/home/src/media-server-go/thirdparty/mp4v2'
doc/GNUmakefile.mk:207: target 'doc/articles/html/Authors.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/BuildRepository.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/BuildSource.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/Documentation.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/ReleaseNotes.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/ToolGuide.html' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/Authors.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/BuildRepository.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/BuildSource.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/Documentation.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/ReleaseNotes.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/ToolGuide.txt' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/Authors.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/BuildRepository.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/BuildSource.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/Documentation.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/ReleaseNotes.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/ToolGuide.xml' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/Authors.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/BuildRepository.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/BuildSource.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/Documentation.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/ReleaseNotes.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/ToolGuide.wiki' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/Authors.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/BuildRepository.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/BuildSource.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/ReleaseNotes.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/ToolGuide.html' given more than once in the same rule
g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g -O2 -fvisibility=hidden -c -o util/mp4art.o util/mp4art.cpp
util/mp4art.cpp: In member function ‘virtual bool mp4v2::util::ArtUtility::utility_option(int, bool&)’:
util/mp4art.cpp:380:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ART_ANY’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
380 | case LC_ART_ANY:
| ^~~~~~~~~~
util/mp4art.cpp:384:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ART_INDEX’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
384 | case LC_ART_INDEX:
| ^~~~~~~~~~~~
util/mp4art.cpp:393:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_LIST’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
393 | case LC_LIST:
| ^~~~~~~
util/mp4art.cpp:397:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ADD’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
397 | case LC_ADD:
| ^~~~~~
util/mp4art.cpp:404:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_REMOVE’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
404 | case LC_REMOVE:
| ^~~~~~~~~
util/mp4art.cpp:408:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_REPLACE’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
408 | case LC_REPLACE:
| ^~~~~~~~~~
util/mp4art.cpp:415:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_EXTRACT’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
415 | case LC_EXTRACT:
| ^~~~~~~~~~
make[1]: *** [GNUmakefile:1391: util/mp4art.o] Error 1
make[1]: Leaving directory '/home/src/media-server-go/thirdparty/mp4v2'
make: *** [Makefile:20: MP4V2] Error 2
The text was updated successfully, but these errors were encountered:
make[1]: Entering directory '/home/src/media-server-go/thirdparty/mp4v2'
doc/GNUmakefile.mk:207: target 'doc/articles/html/Authors.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/BuildRepository.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/BuildSource.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/Documentation.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/ReleaseNotes.html' given more than once in the same rule
doc/GNUmakefile.mk:207: target 'doc/articles/html/ToolGuide.html' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/Authors.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/BuildRepository.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/BuildSource.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/Documentation.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/ReleaseNotes.txt' given more than once in the same rule
doc/GNUmakefile.mk:211: target 'doc/articles/txt/ToolGuide.txt' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/Authors.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/BuildRepository.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/BuildSource.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/Documentation.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/ReleaseNotes.xml' given more than once in the same rule
doc/GNUmakefile.mk:215: target 'doc/articles/xml/ToolGuide.xml' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/Authors.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/BuildRepository.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/BuildSource.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/Documentation.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/ReleaseNotes.wiki' given more than once in the same rule
doc/GNUmakefile.mk:219: target 'doc/articles/wiki/ToolGuide.wiki' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/Authors.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/BuildRepository.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/BuildSource.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/ReleaseNotes.html' given more than once in the same rule
doc/GNUmakefile.mk:258: target 'doc/site/ToolGuide.html' given more than once in the same rule
g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g -O2 -fvisibility=hidden -c -o util/mp4art.o util/mp4art.cpp
util/mp4art.cpp: In member function ‘virtual bool mp4v2::util::ArtUtility::utility_option(int, bool&)’:
util/mp4art.cpp:380:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ART_ANY’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
380 | case LC_ART_ANY:
| ^~~~~~~~~~
util/mp4art.cpp:384:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ART_INDEX’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
384 | case LC_ART_INDEX:
| ^~~~~~~~~~~~
util/mp4art.cpp:393:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_LIST’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
393 | case LC_LIST:
| ^~~~~~~
util/mp4art.cpp:397:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_ADD’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
397 | case LC_ADD:
| ^~~~~~
util/mp4art.cpp:404:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_REMOVE’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
404 | case LC_REMOVE:
| ^~~~~~~~~
util/mp4art.cpp:408:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_REPLACE’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
408 | case LC_REPLACE:
| ^~~~~~~~~~
util/mp4art.cpp:415:14: error: narrowing conversion of ‘mp4v2::util::ArtUtility::LC_EXTRACT’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
415 | case LC_EXTRACT:
| ^~~~~~~~~~
make[1]: *** [GNUmakefile:1391: util/mp4art.o] Error 1
make[1]: Leaving directory '/home/src/media-server-go/thirdparty/mp4v2'
make: *** [Makefile:20: MP4V2] Error 2
The text was updated successfully, but these errors were encountered: