Menu

#95 Unable to build on Tiger

v1.3
open
nobody
None
5
2008-07-21
2008-07-21
No

I got the following errors when building on Mac OS 10.4 Intel :

----------------------------------------------------------------------
I'm building mpgtx with following options :

Target : RELEASE
Large File support : yes
Link statically : no
Support builtin parachute : no
Install prefix : /usr/local

Type "./configure --help" to see available options.
----------------------------------------------------------------------

g++ -pedantic -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNOSIGNAL_H -O3 -ansi -c mpeg.cxx
mpeg.cxx: In member function 'byte mpeg::GetByte(off_t)':
mpeg.cxx:334: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:334: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:350: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:350: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx: In member function 'byte mpeg::bdGetByte(off_t)':
mpeg.cxx:392: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:392: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx: In member function 'bool mpeg::ParseVideo(off_t)':
mpeg.cxx:801: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:818: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:818: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx: In member function 'bool mpeg::ParseSystem()':
mpeg.cxx:856: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:861: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:875: warning: ISO C++ does not support the 'q' printf length modifier
mpeg.cxx:881: warning: ISO C++ does not support the 'q' printf length modifier
mpeg.cxx:890: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:956: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:995: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:995: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:995: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1021: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1041: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1082: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx: In member function 'void mpeg::ParseFramesInGOP(off_t)':
mpeg.cxx:1855: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1870: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1874: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1875: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1876: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:1877: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx: In member function 'long int mpeg::ReadPACKMuxRate(off_t)':
mpeg.cxx:2098: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx: At global scope:
mpeg.cxx:2622: error: extra ';'
mpeg.cxx: In function 'header_buf* readHeader(FILE*, off_t, int)':
mpeg.cxx:2760: warning: ISO C++ does not support the 'q' printf length modifier
mpeg.cxx: In member function 'void mpeg::print_all_ts(byte)':
mpeg.cxx:2788: warning: ISO C++ does not support the 'll' printf length modifier
mpeg.cxx:2788: warning: ISO C++ does not support the '%lf' printf format
make: *** [mpeg.o] Error 1

Discussion


Log in to post a comment.

MongoDB Logo MongoDB