Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile on Linux Fedora 38 #76

Open
ROBERT-MCDOWELL opened this issue Feb 17, 2024 · 0 comments
Open

Cannot compile on Linux Fedora 38 #76

ROBERT-MCDOWELL opened this issue Feb 17, 2024 · 0 comments

Comments

@ROBERT-MCDOWELL
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant