Shell
root@ubuntu:/usr/local/src/mp4v2# make
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/BuildRepository.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:207: target 'doc/articles/html/Documentation.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/Authors.html' 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/BuildRepository.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:211: target 'doc/articles/txt/Documentation.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/Authors.txt' 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/BuildRepository.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:215: target 'doc/articles/xml/Documentation.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/Authors.xml' 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/BuildRepository.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:219: target 'doc/articles/wiki/Documentation.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/Authors.wiki' 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/BuildRepository.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
doc/GNUmakefile.mk:258: target 'doc/site/BuildSource.html' 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
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g -O2 -fvisibility=hidden -c -o src/mp4track.lo src/mp4track.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g -O2 -fvisibility=hidden -c src/mp4track.cpp -fPIC -DPIC -o src/.libs/mp4track.o
src/mp4track.cpp:911:8: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++0x-compat]
if ( pFtypAtom == nullptr )
^
src/mp4track.cpp: In member function ‘mp4v2::platform::io::File* mp4v2::impl::MP4Track::GetSampleFile(MP4SampleId)’:
src/mp4track.cpp:911:26: error: ‘nullptr’ was not declared in this scope
if ( pFtypAtom == nullptr )[/color][/color]
^
src/mp4track.cpp:918:23: warning: unused variable ‘majorBrand’ [-Wunused-variable]
const char *majorBrand = pFtypAtom->majorBrand.GetValue();
^
GNUmakefile:1318: recipe for target 'src/mp4track.lo' failed
make: *** [src/mp4track.lo] Error 1