Right now I'm busy writing some Facebook graphs into my website, I'll have a look at PMS in a few hours
DiskStation> cd /volume1/install/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Proje
ct/GNU/Library
DiskStation> ./configure -enable-shared=yes
checking build system type... armv5tel-unknown-linux-gnu
checking for a BSD-compatible install... /opt/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking host system type... armv5tel-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /opt/arm-none-linux-gnueabi/bin/ld
checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /opt/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /opt/arm-none-linux-gnueabi/bin/ld
checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
checking whether the g++ linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /opt/bin/install -c
checking for uncompress in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: creating ./config.status
config.status: creating libmediainfo-config
config.status: creating libmediainfo.pc
config.status: creating Makefile
config.status: executing depfiles commands
Configured MediaInfoLib for 'armv5tel-unknown-linux-gnu'
Unicode? yes
Using ZenLib? builtin
Using libcurl? no
Using libmms? no
Using zlib? system
Create static lib? yes
Create shared lib? yes
CXXFLAGS: -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2
LDFLAGS: -fPIC
LIBS: -lz -L/volume1/install/MediaInfo_CLI_GNU_FromSource/ZenLib/Project/GNU/Library -lzen -lpthread
DiskStation> make
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mpeg_Descriptors.lo -MD -MP -MF ".deps/File_Mpeg_Descriptors.Tpo" -c -o File_Mpeg_Descriptors.lo `test -f '../../../Source/MediaInfo/Multiple/File_Mpeg_Descriptors.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_Mpeg_Descriptors.cpp; \
then mv -f ".deps/File_Mpeg_Descriptors.Tpo" ".deps/File_Mpeg_Descriptors.Plo"; else rm -f ".deps/File_Mpeg_Descriptors.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mpeg_Descriptors.lo -MD -MP -MF .deps/File_Mpeg_Descriptors.Tpo -c ../../../Source/MediaInfo/Multiple/File_Mpeg_Descriptors.cpp -fPIC -DPIC -o .libs/File_Mpeg_Descriptors.o
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mpeg_Descriptors.lo -MD -MP -MF .deps/File_Mpeg_Descriptors.Tpo -c ../../../Source/MediaInfo/Multiple/File_Mpeg_Descriptors.cpp -o File_Mpeg_Descriptors.o >/dev/null 2>&1
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mpeg_Psi.lo -MD -MP -MF ".deps/File_Mpeg_Psi.Tpo" -c -o File_Mpeg_Psi.lo `test -f '../../../Source/MediaInfo/Multiple/File_Mpeg_Psi.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_Mpeg_Psi.cpp; \
then mv -f ".deps/File_Mpeg_Psi.Tpo" ".deps/File_Mpeg_Psi.Plo"; else rm -f ".deps/File_Mpeg_Psi.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mpeg_Psi.lo -MD -MP -MF .deps/File_Mpeg_Psi.Tpo -c ../../../Source/MediaInfo/Multiple/File_Mpeg_Psi.cpp -fPIC -DPIC -o .libs/File_Mpeg_Psi.o
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mpeg_Psi.lo -MD -MP -MF .deps/File_Mpeg_Psi.Tpo -c ../../../Source/MediaInfo/Multiple/File_Mpeg_Psi.cpp -o File_Mpeg_Psi.o >/dev/null 2>&1
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegPs.lo -MD -MP -MF ".deps/File_MpegPs.Tpo" -c -o File_MpegPs.lo `test -f '../../../Source/MediaInfo/Multiple/File_MpegPs.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_MpegPs.cpp; \
then mv -f ".deps/File_MpegPs.Tpo" ".deps/File_MpegPs.Plo"; else rm -f ".deps/File_MpegPs.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegPs.lo -MD -MP -MF .deps/File_MpegPs.Tpo -c ../../../Source/MediaInfo/Multiple/File_MpegPs.cpp -fPIC -DPIC -o .libs/File_MpegPs.o
../../../Source/MediaInfo/Multiple/File_MpegPs.cpp: In member function 'bool MediaInfoLib::File_MpegPs::private_stream_1_Choose_DVD_ID()':
../../../Source/MediaInfo/Multiple/File_MpegPs.cpp:2576: warning: comparison is always true due to limited range of data type
../../../Source/MediaInfo/Multiple/File_MpegPs.cpp: In member function 'MediaInfoLib::File__Analyze* MediaInfoLib::File_MpegPs::private_stream_1_ChooseParser()':
../../../Source/MediaInfo/Multiple/File_MpegPs.cpp:2742: warning: comparison is always true due to limited range of data type
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegPs.lo -MD -MP -MF .deps/File_MpegPs.Tpo -c ../../../Source/MediaInfo/Multiple/File_MpegPs.cpp -o File_MpegPs.o >/dev/null 2>&1
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegTs.lo -MD -MP -MF ".deps/File_MpegTs.Tpo" -c -o File_MpegTs.lo `test -f '../../../Source/MediaInfo/Multiple/File_MpegTs.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_MpegTs.cpp; \
then mv -f ".deps/File_MpegTs.Tpo" ".deps/File_MpegTs.Plo"; else rm -f ".deps/File_MpegTs.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegTs.lo -MD -MP -MF .deps/File_MpegTs.Tpo -c ../../../Source/MediaInfo/Multiple/File_MpegTs.cpp -fPIC -DPIC -o .libs/File_MpegTs.o
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegTs.lo -MD -MP -MF .deps/File_MpegTs.Tpo -c ../../../Source/MediaInfo/Multiple/File_MpegTs.cpp -o File_MpegTs.o >/dev/null 2>&1
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegTs_Duplicate.lo -MD -MP -MF ".deps/File_MpegTs_Duplicate.Tpo" -c -o File_MpegTs_Duplicate.lo `test -f '../../../Source/MediaInfo/Multiple/File_MpegTs_Duplicate.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_MpegTs_Duplicate.cpp; \
then mv -f ".deps/File_MpegTs_Duplicate.Tpo" ".deps/File_MpegTs_Duplicate.Plo"; else rm -f ".deps/File_MpegTs_Duplicate.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegTs_Duplicate.lo -MD -MP -MF .deps/File_MpegTs_Duplicate.Tpo -c ../../../Source/MediaInfo/Multiple/File_MpegTs_Duplicate.cpp -fPIC -DPIC -o .libs/File_MpegTs_Duplicate.o
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_MpegTs_Duplicate.lo -MD -MP -MF .deps/File_MpegTs_Duplicate.Tpo -c ../../../Source/MediaInfo/Multiple/File_MpegTs_Duplicate.cpp -o File_MpegTs_Duplicate.o >/dev/null 2>&1
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mxf.lo -MD -MP -MF ".deps/File_Mxf.Tpo" -c -o File_Mxf.lo `test -f '../../../Source/MediaInfo/Multiple/File_Mxf.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_Mxf.cpp; \
then mv -f ".deps/File_Mxf.Tpo" ".deps/File_Mxf.Plo"; else rm -f ".deps/File_Mxf.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mxf.lo -MD -MP -MF .deps/File_Mxf.Tpo -c ../../../Source/MediaInfo/Multiple/File_Mxf.cpp -fPIC -DPIC -o .libs/File_Mxf.o
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Mxf.lo -MD -MP -MF .deps/File_Mxf.Tpo -c ../../../Source/MediaInfo/Multiple/File_Mxf.cpp -o File_Mxf.o >/dev/null 2>&1
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Nut.lo -MD -MP -MF ".deps/File_Nut.Tpo" -c -o File_Nut.lo `test -f '../../../Source/MediaInfo/Multiple/File_Nut.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_Nut.cpp; \
then mv -f ".deps/File_Nut.Tpo" ".deps/File_Nut.Plo"; else rm -f ".deps/File_Nut.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Nut.lo -MD -MP -MF .deps/File_Nut.Tpo -c ../../../Source/MediaInfo/Multiple/File_Nut.cpp -fPIC -DPIC -o .libs/File_Nut.o
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Nut.lo -MD -MP -MF .deps/File_Nut.Tpo -c ../../../Source/MediaInfo/Multiple/File_Nut.cpp -o File_Nut.o >/dev/null 2>&1
if /opt/bin/bash ./libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Ogg.lo -MD -MP -MF ".deps/File_Ogg.Tpo" -c -o File_Ogg.lo `test -f '../../../Source/MediaInfo/Multiple/File_Ogg.cpp' || echo './'`../../../Source/MediaInfo/Multiple/File_Ogg.cpp; \
then mv -f ".deps/File_Ogg.Tpo" ".deps/File_Ogg.Plo"; else rm -f ".deps/File_Ogg.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libmediainfo\" -DVERSION=\"0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ZLIB_H=1 -I. -I. -I../../../Source -I../../../../ZenLib/Source -DUNICODE -DMEDIAINFO_LIBCURL_NO -DMEDIAINFO_LIBMMS_NO -DUNICODE -fPIC -O2 -MT File_Ogg.lo -MD -MP -MF .deps/File_Ogg.Tpo -c ../../../Source/MediaInfo/Multiple/File_Ogg.cpp -fPIC -DPIC -o .libs/File_Ogg.o
../../../Source/MediaInfo/Multiple/File_Ogg.cpp: In member function 'virtual void MediaInfoLib::File_Ogg::Header_Parse()':
../../../Source/MediaInfo/Multiple/File_Ogg.cpp:324: internal compiler error: in count_pseudo, at reload1.c:1692
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [File_Ogg.lo] Error 1
cd /volume1/@tmp
wget http://sourceforge.net/projects/mediainfo/files/binary/mediainfo/0.7.51/MediaInfo_CLI_0.7.51_GNU_FromSource.tar.bz2/download
tar zxvf MediaInfo_CLI_0.7.51_GNU_FromSource.tar.bz2
cd /volume1/@tmp/MediaInfo_CLI_0.7.51_GNU_FromSource/MediaInfoLib/Project/GNU/Library
./configure -enable-shared=yes
make
make install
ipkg install gccbestmitbbs wrote:Thanks! I will try this soon. Fortunately, I installed gcc before the 13th.
bestmitbbs wrote:@Vallaquenta
I followed your instructions and reinstalled everything, however, the same error appears... I guess I am out of the game then...
Or is there a more detailed instruction (except the one by Mark) available that I can follow from the beginning?
Thank you very much!
Return to Linux Specific Support
Users browsing this forum: No registered users and 4 guests