[svn 1833] no longer compiles with either "make" or "jam

Random chit-chat and anything that doesn't belong elsewhere
Post Reply
jzietman
Enlightened
Posts: 146
Joined: Mon Feb 04, 2008 3:29 pm

[svn 1833] no longer compiles with either "make" or "jam

Post by jzietman »

As of svn 1833 I can no longer build handbrake. 1832 worked just fine. I am running OS X 10.5.5 and update the code through the terminal using "svn update."

Running "make" produces the following error message at the end of the build:

Code: Select all

The following build commands failed:
libhb:
	CompileC build/HandBrake.build/Deployment/libhb.build/Objects-normal/i386/ipodutil.o /Users/jzietman/HB-dev/macosx/../libhb/ipodutil.cpp normal i386 c++ com.apple.compilers.gcc.4_0
	CompileC build/HandBrake.build/Deployment/libhb.build/Objects-normal/i386/muxmp4.o /Users/jzietman/HB-dev/macosx/../libhb/muxmp4.c normal i386 c com.apple.compilers.gcc.4_0
HandBrake:
	Ld /Users/jzietman/HB-dev/macosx/../HandBrake.app/Contents/MacOS/HandBrake normal i386
HandBrakeCLI:
	Ld ../HandBrakeCLI normal i386
(4 failures)
Running "jam" gives this compile code:

Code: Select all

...found 308 target(s)...
...using 2 temp target(s)...
...updating 38 target(s)...
C++ libhb/ipodutil.o 
In file included from ./contrib/include/mp4common.h:31,
                 from libhb/ipodutil.cpp:9:
./contrib/include/mp4.h:35:19: error: mp4v2.h: No such file or directory

g++ -c -o libhb/ipodutil.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_DARWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1833\" -DHB_BUILD=2008101401 -D__LIBHB__ -Ilibhb libhb/ipodutil.cpp

...failed C++ libhb/ipodutil.o ...
Cc libhb/hb.o 
libhb/hb.c: In function ‘hb_detect_comb’:
libhb/hb.c:453: warning: unused variable ‘flag’
Cc libhb/ports.o 
Cc libhb/scan.o 
Cc libhb/work.o 
libhb/work.c:117: warning: return type defaults to ‘int’
libhb/work.c: In function ‘hb_display_job_info’:
libhb/work.c:328: warning: control reaches end of non-void function
Cc libhb/decmpeg2.o 
Cc libhb/encavcodec.o 
Cc libhb/update.o 
Cc libhb/demuxmpeg.o 
Cc libhb/fifo.o 
Cc libhb/render.o 
Cc libhb/reader.o 
Cc libhb/muxcommon.o 
Cc libhb/muxmp4.o 
In file included from libhb/muxmp4.c:8:
./contrib/include/mp4.h:35:19: error: mp4v2.h: No such file or directory
In file included from libhb/muxmp4.c:8:
./contrib/include/mp4.h:52: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:52: warning: type defaults to ‘int’ in declaration of ‘MP4TrackId’
./contrib/include/mp4.h:52: warning: data definition has no type or storage class
./contrib/include/mp4.h:53: error: syntax error before ‘MP4SampleId’
./contrib/include/mp4.h:53: warning: type defaults to ‘int’ in declaration of ‘MP4SampleId’
./contrib/include/mp4.h:53: warning: data definition has no type or storage class
./contrib/include/mp4.h:54: error: syntax error before ‘MP4Timestamp’
./contrib/include/mp4.h:54: warning: type defaults to ‘int’ in declaration of ‘MP4Timestamp’
./contrib/include/mp4.h:54: warning: data definition has no type or storage class
./contrib/include/mp4.h:55: error: syntax error before ‘MP4Duration’
./contrib/include/mp4.h:55: warning: type defaults to ‘int’ in declaration of ‘MP4Duration’
./contrib/include/mp4.h:55: warning: data definition has no type or storage class
./contrib/include/mp4.h:56: error: syntax error before ‘MP4EditId’
./contrib/include/mp4.h:56: warning: type defaults to ‘int’ in declaration of ‘MP4EditId’
./contrib/include/mp4.h:56: warning: data definition has no type or storage class
./contrib/include/mp4.h:58: error: syntax error before ‘*’ token
./contrib/include/mp4.h:58: warning: type defaults to ‘int’ in declaration of ‘uint64_t’
./contrib/include/mp4.h:58: error: ‘uint64_t’ declared as function returning a function
./contrib/include/mp4.h:61: error: syntax error before ‘*’ token
./contrib/include/mp4.h:61: error: syntax error before ‘size_t’
./contrib/include/mp4.h:61: warning: type defaults to ‘int’ in declaration of ‘size_t’
./contrib/include/mp4.h:61: error: ‘size_t’ declared as function returning a function
./contrib/include/mp4.h:62: error: ‘VIRTUALIO_WRITE’ declared as function returning a function
./contrib/include/mp4.h:68: error: syntax error before ‘VIRTUALIO_GETFILELENGTH’
./contrib/include/mp4.h:68: warning: no semicolon at end of struct or union
./contrib/include/mp4.h:71: error: syntax error before ‘Read’
./contrib/include/mp4.h:71: warning: type defaults to ‘int’ in declaration of ‘Read’
./contrib/include/mp4.h:71: warning: data definition has no type or storage class
./contrib/include/mp4.h:75: error: syntax error before ‘}’ token
./contrib/include/mp4.h:75: warning: type defaults to ‘int’ in declaration of ‘Virtual_IO_t’
./contrib/include/mp4.h:75: warning: data definition has no type or storage class
./contrib/include/mp4.h:321: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:325: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:336: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:341: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:346: error: syntax error before ‘Virtual_IO_t’
./contrib/include/mp4.h:352: error: syntax error before ‘MP4Optimize’
./contrib/include/mp4.h:355: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:355: warning: type defaults to ‘int’ in declaration of ‘MP4Optimize’
./contrib/include/mp4.h:355: warning: data definition has no type or storage class
./contrib/include/mp4.h:357: error: syntax error before ‘MP4Dump’
./contrib/include/mp4.h:359: error: syntax error before ‘FILE’
./contrib/include/mp4.h:360: warning: type defaults to ‘int’ in declaration of ‘MP4Dump’
./contrib/include/mp4.h:360: warning: data definition has no type or storage class
./contrib/include/mp4.h:364: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:368: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:374: error: syntax error before ‘MP4GetVerbosity’
./contrib/include/mp4.h:374: warning: type defaults to ‘int’ in declaration of ‘MP4GetVerbosity’
./contrib/include/mp4.h:374: warning: data definition has no type or storage class
./contrib/include/mp4.h:376: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:378: error: syntax error before ‘MP4GetDuration’
./contrib/include/mp4.h:378: warning: type defaults to ‘int’ in declaration of ‘MP4GetDuration’
./contrib/include/mp4.h:378: warning: data definition has no type or storage class
./contrib/include/mp4.h:380: error: syntax error before ‘MP4GetTimeScale’
./contrib/include/mp4.h:380: warning: type defaults to ‘int’ in declaration of ‘MP4GetTimeScale’
./contrib/include/mp4.h:380: warning: data definition has no type or storage class
./contrib/include/mp4.h:382: error: syntax error before ‘MP4SetTimeScale’
./contrib/include/mp4.h:382: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:382: warning: type defaults to ‘int’ in declaration of ‘MP4SetTimeScale’
./contrib/include/mp4.h:382: warning: data definition has no type or storage class
./contrib/include/mp4.h:384: error: syntax error before ‘MP4GetODProfileLevel’
./contrib/include/mp4.h:384: warning: type defaults to ‘int’ in declaration of ‘MP4GetODProfileLevel’
./contrib/include/mp4.h:384: warning: data definition has no type or storage class
./contrib/include/mp4.h:386: error: syntax error before ‘MP4SetODProfileLevel’
./contrib/include/mp4.h:386: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:386: warning: type defaults to ‘int’ in declaration of ‘MP4SetODProfileLevel’
./contrib/include/mp4.h:386: warning: data definition has no type or storage class
./contrib/include/mp4.h:388: error: syntax error before ‘MP4GetSceneProfileLevel’
./contrib/include/mp4.h:388: warning: type defaults to ‘int’ in declaration of ‘MP4GetSceneProfileLevel’
./contrib/include/mp4.h:388: warning: data definition has no type or storage class
./contrib/include/mp4.h:390: error: syntax error before ‘MP4SetSceneProfileLevel’
./contrib/include/mp4.h:390: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:390: warning: type defaults to ‘int’ in declaration of ‘MP4SetSceneProfileLevel’
./contrib/include/mp4.h:390: warning: data definition has no type or storage class
./contrib/include/mp4.h:392: error: syntax error before ‘MP4GetVideoProfileLevel’
./contrib/include/mp4.h:393: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:393: warning: type defaults to ‘int’ in declaration of ‘MP4GetVideoProfileLevel’
./contrib/include/mp4.h:393: warning: data definition has no type or storage class
./contrib/include/mp4.h:395: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:397: error: syntax error before ‘MP4GetAudioProfileLevel’
./contrib/include/mp4.h:397: warning: type defaults to ‘int’ in declaration of ‘MP4GetAudioProfileLevel’
./contrib/include/mp4.h:397: warning: data definition has no type or storage class
./contrib/include/mp4.h:399: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:401: error: syntax error before ‘MP4GetGraphicsProfileLevel’
./contrib/include/mp4.h:401: warning: type defaults to ‘int’ in declaration of ‘MP4GetGraphicsProfileLevel’
./contrib/include/mp4.h:401: warning: data definition has no type or storage class
./contrib/include/mp4.h:403: error: syntax error before ‘MP4SetGraphicsProfileLevel’
./contrib/include/mp4.h:403: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:403: warning: type defaults to ‘int’ in declaration of ‘MP4SetGraphicsProfileLevel’
./contrib/include/mp4.h:403: warning: data definition has no type or storage class
./contrib/include/mp4.h:406: error: syntax error before ‘MP4HaveAtom’
./contrib/include/mp4.h:407: warning: type defaults to ‘int’ in declaration of ‘MP4HaveAtom’
./contrib/include/mp4.h:407: warning: data definition has no type or storage class
./contrib/include/mp4.h:409: error: syntax error before ‘MP4GetIntegerProperty’
./contrib/include/mp4.h:412: warning: type defaults to ‘int’ in declaration of ‘MP4GetIntegerProperty’
./contrib/include/mp4.h:412: warning: data definition has no type or storage class
./contrib/include/mp4.h:415: error: syntax error before ‘MP4GetFloatProperty’
./contrib/include/mp4.h:418: warning: type defaults to ‘int’ in declaration of ‘MP4GetFloatProperty’
./contrib/include/mp4.h:418: warning: data definition has no type or storage class
./contrib/include/mp4.h:420: error: syntax error before ‘MP4GetStringProperty’
./contrib/include/mp4.h:423: warning: type defaults to ‘int’ in declaration of ‘MP4GetStringProperty’
./contrib/include/mp4.h:423: warning: data definition has no type or storage class
./contrib/include/mp4.h:425: error: syntax error before ‘MP4GetBytesProperty’
./contrib/include/mp4.h:428: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:429: warning: type defaults to ‘int’ in declaration of ‘MP4GetBytesProperty’
./contrib/include/mp4.h:429: warning: data definition has no type or storage class
./contrib/include/mp4.h:431: error: syntax error before ‘MP4SetIntegerProperty’
./contrib/include/mp4.h:434: error: syntax error before ‘int64_t’
./contrib/include/mp4.h:434: warning: type defaults to ‘int’ in declaration of ‘MP4SetIntegerProperty’
./contrib/include/mp4.h:434: warning: data definition has no type or storage class
./contrib/include/mp4.h:436: error: syntax error before ‘MP4SetFloatProperty’
./contrib/include/mp4.h:439: warning: type defaults to ‘int’ in declaration of ‘MP4SetFloatProperty’
./contrib/include/mp4.h:439: warning: data definition has no type or storage class
./contrib/include/mp4.h:441: error: syntax error before ‘MP4SetStringProperty’
./contrib/include/mp4.h:442: warning: type defaults to ‘int’ in declaration of ‘MP4SetStringProperty’
./contrib/include/mp4.h:442: warning: data definition has no type or storage class
./contrib/include/mp4.h:444: error: syntax error before ‘MP4SetBytesProperty’
./contrib/include/mp4.h:446: warning: type defaults to ‘int’ in declaration of ‘uint8_t’
./contrib/include/mp4.h:446: error: syntax error before ‘*’ token
./contrib/include/mp4.h:446: warning: type defaults to ‘int’ in declaration of ‘MP4SetBytesProperty’
./contrib/include/mp4.h:446: warning: data definition has no type or storage class
./contrib/include/mp4.h:450: error: syntax error before ‘MP4AddTrack’
./contrib/include/mp4.h:452: warning: type defaults to ‘int’ in declaration of ‘MP4AddTrack’
./contrib/include/mp4.h:452: warning: data definition has no type or storage class
./contrib/include/mp4.h:454: error: syntax error before ‘MP4AddSystemsTrack’
./contrib/include/mp4.h:456: warning: type defaults to ‘int’ in declaration of ‘MP4AddSystemsTrack’
./contrib/include/mp4.h:456: warning: data definition has no type or storage class
./contrib/include/mp4.h:458: error: syntax error before ‘MP4AddODTrack’
./contrib/include/mp4.h:459: warning: type defaults to ‘int’ in declaration of ‘MP4AddODTrack’
./contrib/include/mp4.h:459: warning: data definition has no type or storage class
./contrib/include/mp4.h:461: error: syntax error before ‘MP4AddSceneTrack’
./contrib/include/mp4.h:462: warning: type defaults to ‘int’ in declaration of ‘MP4AddSceneTrack’
./contrib/include/mp4.h:462: warning: data definition has no type or storage class
./contrib/include/mp4.h:464: error: syntax error before ‘MP4AddAudioTrack’
./contrib/include/mp4.h:466: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:468: warning: type defaults to ‘int’ in declaration of ‘MP4AddAudioTrack’
./contrib/include/mp4.h:468: warning: data definition has no type or storage class
./contrib/include/mp4.h:470: error: syntax error before ‘MP4AddAC3AudioTrack’
./contrib/include/mp4.h:472: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:474: warning: type defaults to ‘int’ in declaration of ‘MP4AddAC3AudioTrack’
./contrib/include/mp4.h:474: warning: data definition has no type or storage class
./contrib/include/mp4.h:477: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:477: warning: no semicolon at end of struct or union
./contrib/include/mp4.h:478: warning: type defaults to ‘int’ in declaration of ‘scheme_version’
./contrib/include/mp4.h:478: warning: data definition has no type or storage class
./contrib/include/mp4.h:479: error: syntax error before ‘key_ind_len’
./contrib/include/mp4.h:479: warning: type defaults to ‘int’ in declaration of ‘key_ind_len’
./contrib/include/mp4.h:479: warning: data definition has no type or storage class
./contrib/include/mp4.h:480: error: syntax error before ‘iv_len’
./contrib/include/mp4.h:480: warning: type defaults to ‘int’ in declaration of ‘iv_len’
./contrib/include/mp4.h:480: warning: data definition has no type or storage class
./contrib/include/mp4.h:481: error: syntax error before ‘selective_enc’
./contrib/include/mp4.h:481: warning: type defaults to ‘int’ in declaration of ‘selective_enc’
./contrib/include/mp4.h:481: warning: data definition has no type or storage class
./contrib/include/mp4.h:483: error: syntax error before ‘}’ token
./contrib/include/mp4.h:483: warning: type defaults to ‘int’ in declaration of ‘mp4v2_ismacrypParams’
./contrib/include/mp4.h:483: warning: data definition has no type or storage class
./contrib/include/mp4.h:487: error: syntax error before ‘*’ token
./contrib/include/mp4.h:487: error: syntax error before ‘*’ token
./contrib/include/mp4.h:487: warning: type defaults to ‘int’ in declaration of ‘MP4DefaultISMACrypParams’
./contrib/include/mp4.h:487: warning: data definition has no type or storage class
./contrib/include/mp4.h:489: error: syntax error before ‘MP4AddEncAudioTrack’
./contrib/include/mp4.h:491: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:494: warning: type defaults to ‘int’ in declaration of ‘MP4AddEncAudioTrack’
./contrib/include/mp4.h:494: warning: data definition has no type or storage class
./contrib/include/mp4.h:496: error: syntax error before ‘MP4AddAmrAudioTrack’
./contrib/include/mp4.h:498: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:502: warning: type defaults to ‘int’ in declaration of ‘MP4AddAmrAudioTrack’
./contrib/include/mp4.h:502: warning: data definition has no type or storage class
./contrib/include/mp4.h:506: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:511: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:514: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:515: error: syntax error before ‘MP4GetAmrModeSet’
./contrib/include/mp4.h:515: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:515: warning: type defaults to ‘int’ in declaration of ‘MP4GetAmrModeSet’
./contrib/include/mp4.h:515: warning: data definition has no type or storage class
./contrib/include/mp4.h:517: error: syntax error before ‘MP4AddHrefTrack’
./contrib/include/mp4.h:518: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:520: warning: type defaults to ‘int’ in declaration of ‘MP4AddHrefTrack’
./contrib/include/mp4.h:520: warning: data definition has no type or storage class
./contrib/include/mp4.h:523: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:524: error: syntax error before ‘MP4AddVideoTrack’
./contrib/include/mp4.h:526: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:530: warning: type defaults to ‘int’ in declaration of ‘MP4AddVideoTrack’
./contrib/include/mp4.h:530: warning: data definition has no type or storage class
./contrib/include/mp4.h:532: error: syntax error before ‘MP4AddEncVideoTrack’
./contrib/include/mp4.h:534: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:540: warning: type defaults to ‘int’ in declaration of ‘MP4AddEncVideoTrack’
./contrib/include/mp4.h:540: warning: data definition has no type or storage class
./contrib/include/mp4.h:542: error: syntax error before ‘MP4AddH264VideoTrack’
./contrib/include/mp4.h:544: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:551: warning: type defaults to ‘int’ in declaration of ‘MP4AddH264VideoTrack’
./contrib/include/mp4.h:551: warning: data definition has no type or storage class
./contrib/include/mp4.h:553: error: syntax error before ‘MP4AddEncH264VideoTrack’
./contrib/include/mp4.h:555: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:561: warning: type defaults to ‘int’ in declaration of ‘MP4AddEncH264VideoTrack’
./contrib/include/mp4.h:561: warning: data definition has no type or storage class
./contrib/include/mp4.h:564: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:568: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:573: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:578: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:583: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:587: error: syntax error before ‘MP4AddH263VideoTrack’
./contrib/include/mp4.h:589: error: syntax error before ‘uint32_t’
./contrib/include/mp4.h:596: warning: type defaults to ‘int’ in declaration of ‘MP4AddH263VideoTrack’
./contrib/include/mp4.h:596: warning: data definition has no type or storage class
./contrib/include/mp4.h:598: error: syntax error before ‘MP4AddHintTrack’
./contrib/include/mp4.h:600: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:600: warning: type defaults to ‘int’ in declaration of ‘MP4AddHintTrack’
./contrib/include/mp4.h:600: warning: data definition has no type or storage class
./contrib/include/mp4.h:602: error: syntax error before ‘MP4AddTextTrack’
./contrib/include/mp4.h:604: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:604: warning: type defaults to ‘int’ in declaration of ‘MP4AddTextTrack’
./contrib/include/mp4.h:604: warning: data definition has no type or storage class
./contrib/include/mp4.h:606: error: syntax error before ‘MP4AddChapterTextTrack’
./contrib/include/mp4.h:608: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:608: warning: type defaults to ‘int’ in declaration of ‘MP4AddChapterTextTrack’
./contrib/include/mp4.h:608: warning: data definition has no type or storage class
./contrib/include/mp4.h:610: error: syntax error before ‘MP4AddPixelAspectRatio’
./contrib/include/mp4.h:612: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:614: warning: type defaults to ‘int’ in declaration of ‘MP4AddPixelAspectRatio’
./contrib/include/mp4.h:614: warning: data definition has no type or storage class
./contrib/include/mp4.h:616: error: syntax error before ‘MP4AddColr’
./contrib/include/mp4.h:618: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:621: warning: type defaults to ‘int’ in declaration of ‘MP4AddColr’
./contrib/include/mp4.h:621: warning: data definition has no type or storage class
./contrib/include/mp4.h:623: error: syntax error before ‘MP4CloneTrack’
./contrib/include/mp4.h:625: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:627: warning: type defaults to ‘int’ in declaration of ‘MP4CloneTrack’
./contrib/include/mp4.h:627: warning: data definition has no type or storage class
./contrib/include/mp4.h:629: error: syntax error before ‘MP4EncAndCloneTrack’
./contrib/include/mp4.h:631: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:634: warning: type defaults to ‘int’ in declaration of ‘MP4EncAndCloneTrack’
./contrib/include/mp4.h:634: warning: data definition has no type or storage class
./contrib/include/mp4.h:636: error: syntax error before ‘MP4CopyTrack’
./contrib/include/mp4.h:638: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:641: warning: type defaults to ‘int’ in declaration of ‘MP4CopyTrack’
./contrib/include/mp4.h:641: warning: data definition has no type or storage class
./contrib/include/mp4.h:643: error: syntax error before ‘*’ token
./contrib/include/mp4.h:643: error: syntax error before ‘*’ token
./contrib/include/mp4.h:643: warning: type defaults to ‘int’ in declaration of ‘uint32_t’
./contrib/include/mp4.h:643: error: ‘uint32_t’ declared as function returning a function
./contrib/include/mp4.h:645: error: syntax error before ‘MP4EncAndCopyTrack’
./contrib/include/mp4.h:647: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:653: warning: type defaults to ‘int’ in declaration of ‘MP4EncAndCopyTrack’
./contrib/include/mp4.h:653: warning: data definition has no type or storage class
./contrib/include/mp4.h:657: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:662: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:662: error: ‘MP4GetNumberOfTracks’ declared as function returning a function
./contrib/include/mp4.h:664: error: syntax error before ‘MP4FindTrackId’
./contrib/include/mp4.h:666: error: syntax error before ‘uint16_t’
./contrib/include/mp4.h:668: warning: type defaults to ‘int’ in declaration of ‘MP4FindTrackId’
./contrib/include/mp4.h:668: warning: data definition has no type or storage class
./contrib/include/mp4.h:670: error: syntax error before ‘MP4FindTrackIndex’
./contrib/include/mp4.h:672: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:672: warning: type defaults to ‘int’ in declaration of ‘MP4FindTrackIndex’
./contrib/include/mp4.h:672: warning: data definition has no type or storage class
./contrib/include/mp4.h:678: error: syntax error before ‘MP4HaveTrackAtom’
./contrib/include/mp4.h:679: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:680: warning: type defaults to ‘int’ in declaration of ‘MP4HaveTrackAtom’
./contrib/include/mp4.h:680: warning: data definition has no type or storage class
./contrib/include/mp4.h:684: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:687: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:691: error: syntax error before ‘MP4GetTrackMediaDataOriginalFormat’
./contrib/include/mp4.h:692: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:692: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackMediaDataOriginalFormat’
./contrib/include/mp4.h:692: warning: data definition has no type or storage class
./contrib/include/mp4.h:694: error: syntax error before ‘MP4GetTrackDuration’
./contrib/include/mp4.h:696: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:696: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackDuration’
./contrib/include/mp4.h:696: warning: data definition has no type or storage class
./contrib/include/mp4.h:700: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:700: error: ‘MP4GetTrackTimeScale’ declared as function returning a function
./contrib/include/mp4.h:704: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:707: error: syntax error before ‘MP4GetTrackAudioMpeg4Type’
./contrib/include/mp4.h:709: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:709: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackAudioMpeg4Type’
./contrib/include/mp4.h:709: warning: data definition has no type or storage class
./contrib/include/mp4.h:711: error: syntax error before ‘MP4GetTrackEsdsObjectTypeId’
./contrib/include/mp4.h:713: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:713: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackEsdsObjectTypeId’
./contrib/include/mp4.h:713: warning: data definition has no type or storage class
./contrib/include/mp4.h:716: error: syntax error before ‘MP4GetTrackFixedSampleDuration’
./contrib/include/mp4.h:718: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:718: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackFixedSampleDuration’
./contrib/include/mp4.h:718: warning: data definition has no type or storage class
./contrib/include/mp4.h:722: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:722: error: ‘MP4GetTrackBitRate’ declared as function returning a function
./contrib/include/mp4.h:724: error: syntax error before ‘MP4GetTrackVideoMetadata’
./contrib/include/mp4.h:725: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:727: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackVideoMetadata’
./contrib/include/mp4.h:727: warning: data definition has no type or storage class
./contrib/include/mp4.h:729: error: syntax error before ‘MP4GetTrackESConfiguration’
./contrib/include/mp4.h:731: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:733: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackESConfiguration’
./contrib/include/mp4.h:733: warning: data definition has no type or storage class
./contrib/include/mp4.h:735: error: syntax error before ‘MP4SetTrackESConfiguration’
./contrib/include/mp4.h:737: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:739: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackESConfiguration’
./contrib/include/mp4.h:739: warning: data definition has no type or storage class
./contrib/include/mp4.h:742: error: syntax error before ‘MP4GetTrackH264ProfileLevel’
./contrib/include/mp4.h:743: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:745: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackH264ProfileLevel’
./contrib/include/mp4.h:745: warning: data definition has no type or storage class
./contrib/include/mp4.h:747: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:752: error: syntax error before ‘MP4GetTrackH264LengthSize’
./contrib/include/mp4.h:753: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:754: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackH264LengthSize’
./contrib/include/mp4.h:754: warning: data definition has no type or storage class
./contrib/include/mp4.h:755: error: syntax error before ‘MP4GetTrackNumberOfSamples’
./contrib/include/mp4.h:757: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:757: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackNumberOfSamples’
./contrib/include/mp4.h:757: warning: data definition has no type or storage class
./contrib/include/mp4.h:759: error: syntax error before ‘MP4GetTrackVideoWidth’
./contrib/include/mp4.h:761: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:761: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackVideoWidth’
./contrib/include/mp4.h:761: warning: data definition has no type or storage class
./contrib/include/mp4.h:763: error: syntax error before ‘MP4GetTrackVideoHeight’
./contrib/include/mp4.h:765: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:765: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackVideoHeight’
./contrib/include/mp4.h:765: warning: data definition has no type or storage class
./contrib/include/mp4.h:769: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:772: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:774: error: syntax error before ‘MP4IsIsmaCrypMediaTrack’
./contrib/include/mp4.h:776: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:776: warning: type defaults to ‘int’ in declaration of ‘MP4IsIsmaCrypMediaTrack’
./contrib/include/mp4.h:776: warning: data definition has no type or storage class
./contrib/include/mp4.h:780: error: syntax error before ‘MP4HaveTrackAtom’
./contrib/include/mp4.h:781: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:782: warning: type defaults to ‘int’ in declaration of ‘MP4HaveTrackAtom’
./contrib/include/mp4.h:782: warning: data definition has no type or storage class
./contrib/include/mp4.h:784: error: syntax error before ‘MP4GetTrackIntegerProperty’
./contrib/include/mp4.h:786: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:788: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackIntegerProperty’
./contrib/include/mp4.h:788: warning: data definition has no type or storage class
./contrib/include/mp4.h:790: error: syntax error before ‘MP4GetTrackFloatProperty’
./contrib/include/mp4.h:792: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:794: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackFloatProperty’
./contrib/include/mp4.h:794: warning: data definition has no type or storage class
./contrib/include/mp4.h:796: error: syntax error before ‘MP4GetTrackStringProperty’
./contrib/include/mp4.h:798: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:800: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackStringProperty’
./contrib/include/mp4.h:800: warning: data definition has no type or storage class
./contrib/include/mp4.h:802: error: syntax error before ‘MP4GetTrackBytesProperty’
./contrib/include/mp4.h:804: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:807: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackBytesProperty’
./contrib/include/mp4.h:807: warning: data definition has no type or storage class
./contrib/include/mp4.h:809: error: syntax error before ‘MP4SetTrackIntegerProperty’
./contrib/include/mp4.h:811: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:813: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackIntegerProperty’
./contrib/include/mp4.h:813: warning: data definition has no type or storage class
./contrib/include/mp4.h:815: error: syntax error before ‘MP4SetTrackFloatProperty’
./contrib/include/mp4.h:817: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:819: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackFloatProperty’
./contrib/include/mp4.h:819: warning: data definition has no type or storage class
./contrib/include/mp4.h:821: error: syntax error before ‘MP4SetTrackStringProperty’
./contrib/include/mp4.h:823: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:825: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackStringProperty’
./contrib/include/mp4.h:825: warning: data definition has no type or storage class
./contrib/include/mp4.h:827: error: syntax error before ‘MP4SetTrackBytesProperty’
./contrib/include/mp4.h:829: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:832: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackBytesProperty’
./contrib/include/mp4.h:832: warning: data definition has no type or storage class
./contrib/include/mp4.h:836: error: syntax error before ‘MP4ReadSample’
./contrib/include/mp4.h:839: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:848: warning: type defaults to ‘int’ in declaration of ‘MP4ReadSample’
./contrib/include/mp4.h:848: warning: data definition has no type or storage class
./contrib/include/mp4.h:851: error: syntax error before ‘MP4ReadSampleFromTime’
./contrib/include/mp4.h:854: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:863: warning: type defaults to ‘int’ in declaration of ‘MP4ReadSampleFromTime’
./contrib/include/mp4.h:863: warning: data definition has no type or storage class
./contrib/include/mp4.h:865: error: syntax error before ‘MP4WriteSample’
./contrib/include/mp4.h:867: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:872: warning: type defaults to ‘int’ in declaration of ‘MP4WriteSample’
./contrib/include/mp4.h:872: warning: data definition has no type or storage class
./contrib/include/mp4.h:874: error: syntax error before ‘MP4CopySample’
./contrib/include/mp4.h:876: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:880: warning: type defaults to ‘int’ in declaration of ‘MP4CopySample’
./contrib/include/mp4.h:880: warning: data definition has no type or storage class
./contrib/include/mp4.h:882: error: syntax error before ‘MP4EncAndCopySample’
./contrib/include/mp4.h:884: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:890: warning: type defaults to ‘int’ in declaration of ‘MP4EncAndCopySample’
./contrib/include/mp4.h:890: warning: data definition has no type or storage class
./contrib/include/mp4.h:893: error: syntax error before ‘MP4ReferenceSample’
./contrib/include/mp4.h:895: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:899: warning: type defaults to ‘int’ in declaration of ‘MP4ReferenceSample’
./contrib/include/mp4.h:899: warning: data definition has no type or storage class
./contrib/include/mp4.h:903: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:904: error: ‘MP4GetSampleSize’ declared as function returning a function
./contrib/include/mp4.h:908: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:908: error: ‘MP4GetTrackMaxSampleSize’ declared as function returning a function
./contrib/include/mp4.h:910: error: syntax error before ‘MP4GetSampleIdFromTime’
./contrib/include/mp4.h:912: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:914: warning: type defaults to ‘int’ in declaration of ‘MP4GetSampleIdFromTime’
./contrib/include/mp4.h:914: warning: data definition has no type or storage class
./contrib/include/mp4.h:916: error: syntax error before ‘MP4GetSampleTime’
./contrib/include/mp4.h:918: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:919: warning: type defaults to ‘int’ in declaration of ‘MP4GetSampleTime’
./contrib/include/mp4.h:919: warning: data definition has no type or storage class
./contrib/include/mp4.h:921: error: syntax error before ‘MP4GetSampleDuration’
./contrib/include/mp4.h:923: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:924: warning: type defaults to ‘int’ in declaration of ‘MP4GetSampleDuration’
./contrib/include/mp4.h:924: warning: data definition has no type or storage class
./contrib/include/mp4.h:926: error: syntax error before ‘MP4GetSampleRenderingOffset’
./contrib/include/mp4.h:928: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:929: warning: type defaults to ‘int’ in declaration of ‘MP4GetSampleRenderingOffset’
./contrib/include/mp4.h:929: warning: data definition has no type or storage class
./contrib/include/mp4.h:931: error: syntax error before ‘MP4SetSampleRenderingOffset’
./contrib/include/mp4.h:933: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:935: warning: type defaults to ‘int’ in declaration of ‘MP4SetSampleRenderingOffset’
./contrib/include/mp4.h:935: warning: data definition has no type or storage class
./contrib/include/mp4.h:937: error: syntax error before ‘MP4GetSampleSync’
./contrib/include/mp4.h:939: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:940: warning: type defaults to ‘int’ in declaration of ‘MP4GetSampleSync’
./contrib/include/mp4.h:940: warning: data definition has no type or storage class
./contrib/include/mp4.h:944: error: syntax error before ‘MP4GetHintTrackRtpPayload’
./contrib/include/mp4.h:946: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:950: warning: type defaults to ‘int’ in declaration of ‘MP4GetHintTrackRtpPayload’
./contrib/include/mp4.h:950: warning: data definition has no type or storage class
./contrib/include/mp4.h:954: error: syntax error before ‘MP4SetHintTrackRtpPayload’
./contrib/include/mp4.h:956: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:962: warning: type defaults to ‘int’ in declaration of ‘MP4SetHintTrackRtpPayload’
./contrib/include/mp4.h:962: warning: data definition has no type or storage class
./contrib/include/mp4.h:967: error: syntax error before ‘MP4SetSessionSdp’
./contrib/include/mp4.h:969: warning: type defaults to ‘int’ in declaration of ‘MP4SetSessionSdp’
./contrib/include/mp4.h:969: warning: data definition has no type or storage class
./contrib/include/mp4.h:971: error: syntax error before ‘MP4AppendSessionSdp’
./contrib/include/mp4.h:973: warning: type defaults to ‘int’ in declaration of ‘MP4AppendSessionSdp’
./contrib/include/mp4.h:973: warning: data definition has no type or storage class
./contrib/include/mp4.h:977: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:979: error: syntax error before ‘MP4SetHintTrackSdp’
./contrib/include/mp4.h:981: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:982: warning: type defaults to ‘int’ in declaration of ‘MP4SetHintTrackSdp’
./contrib/include/mp4.h:982: warning: data definition has no type or storage class
./contrib/include/mp4.h:984: error: syntax error before ‘MP4AppendHintTrackSdp’
./contrib/include/mp4.h:986: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:987: warning: type defaults to ‘int’ in declaration of ‘MP4AppendHintTrackSdp’
./contrib/include/mp4.h:987: warning: data definition has no type or storage class
./contrib/include/mp4.h:989: error: syntax error before ‘MP4GetHintTrackReferenceTrackId’
./contrib/include/mp4.h:991: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:991: warning: type defaults to ‘int’ in declaration of ‘MP4GetHintTrackReferenceTrackId’
./contrib/include/mp4.h:991: warning: data definition has no type or storage class
./contrib/include/mp4.h:993: error: syntax error before ‘MP4ReadRtpHint’
./contrib/include/mp4.h:995: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:997: warning: type defaults to ‘int’ in declaration of ‘MP4ReadRtpHint’
./contrib/include/mp4.h:997: warning: data definition has no type or storage class
./contrib/include/mp4.h:999: error: syntax error before ‘MP4GetRtpHintNumberOfPackets’
./contrib/include/mp4.h:1001: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1001: warning: type defaults to ‘int’ in declaration of ‘MP4GetRtpHintNumberOfPackets’
./contrib/include/mp4.h:1001: warning: data definition has no type or storage class
./contrib/include/mp4.h:1003: error: syntax error before ‘MP4GetRtpPacketBFrame’
./contrib/include/mp4.h:1005: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1006: warning: type defaults to ‘int’ in declaration of ‘MP4GetRtpPacketBFrame’
./contrib/include/mp4.h:1006: warning: data definition has no type or storage class
./contrib/include/mp4.h:1008: error: syntax error before ‘MP4GetRtpPacketTransmitOffset’
./contrib/include/mp4.h:1010: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1011: warning: type defaults to ‘int’ in declaration of ‘MP4GetRtpPacketTransmitOffset’
./contrib/include/mp4.h:1011: warning: data definition has no type or storage class
./contrib/include/mp4.h:1013: error: syntax error before ‘MP4ReadRtpPacket’
./contrib/include/mp4.h:1015: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1021: warning: type defaults to ‘int’ in declaration of ‘MP4ReadRtpPacket’
./contrib/include/mp4.h:1021: warning: data definition has no type or storage class
./contrib/include/mp4.h:1023: error: syntax error before ‘MP4GetRtpTimestampStart’
./contrib/include/mp4.h:1025: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1025: warning: type defaults to ‘int’ in declaration of ‘MP4GetRtpTimestampStart’
./contrib/include/mp4.h:1025: warning: data definition has no type or storage class
./contrib/include/mp4.h:1027: error: syntax error before ‘MP4SetRtpTimestampStart’
./contrib/include/mp4.h:1029: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1030: warning: type defaults to ‘int’ in declaration of ‘MP4SetRtpTimestampStart’
./contrib/include/mp4.h:1030: warning: data definition has no type or storage class
./contrib/include/mp4.h:1032: error: syntax error before ‘MP4AddRtpHint’
./contrib/include/mp4.h:1034: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1034: warning: type defaults to ‘int’ in declaration of ‘MP4AddRtpHint’
./contrib/include/mp4.h:1034: warning: data definition has no type or storage class
./contrib/include/mp4.h:1036: error: syntax error before ‘MP4AddRtpVideoHint’
./contrib/include/mp4.h:1038: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1040: warning: type defaults to ‘int’ in declaration of ‘MP4AddRtpVideoHint’
./contrib/include/mp4.h:1040: warning: data definition has no type or storage class
./contrib/include/mp4.h:1042: error: syntax error before ‘MP4AddRtpPacket’
./contrib/include/mp4.h:1044: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1046: warning: type defaults to ‘int’ in declaration of ‘MP4AddRtpPacket’
./contrib/include/mp4.h:1046: warning: data definition has no type or storage class
./contrib/include/mp4.h:1048: error: syntax error before ‘MP4AddRtpImmediateData’
./contrib/include/mp4.h:1050: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1052: warning: type defaults to ‘int’ in declaration of ‘MP4AddRtpImmediateData’
./contrib/include/mp4.h:1052: warning: data definition has no type or storage class
./contrib/include/mp4.h:1054: error: syntax error before ‘MP4AddRtpSampleData’
./contrib/include/mp4.h:1056: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1059: warning: type defaults to ‘int’ in declaration of ‘MP4AddRtpSampleData’
./contrib/include/mp4.h:1059: warning: data definition has no type or storage class
./contrib/include/mp4.h:1061: error: syntax error before ‘MP4AddRtpESConfigurationPacket’
./contrib/include/mp4.h:1063: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1063: warning: type defaults to ‘int’ in declaration of ‘MP4AddRtpESConfigurationPacket’
./contrib/include/mp4.h:1063: warning: data definition has no type or storage class
./contrib/include/mp4.h:1065: error: syntax error before ‘MP4WriteRtpHint’
./contrib/include/mp4.h:1067: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1069: warning: type defaults to ‘int’ in declaration of ‘MP4WriteRtpHint’
./contrib/include/mp4.h:1069: warning: data definition has no type or storage class
./contrib/include/mp4.h:1073: error: syntax error before ‘MP4Make3GPCompliant’
./contrib/include/mp4.h:1080: error: syntax error before ‘bool’
./contrib/include/mp4.h:1080: warning: type defaults to ‘int’ in declaration of ‘MP4Make3GPCompliant’
./contrib/include/mp4.h:1080: warning: data definition has no type or storage class
./contrib/include/mp4.h:1084: error: syntax error before ‘MP4MakeIsmaCompliant’
./contrib/include/mp4.h:1086: error: syntax error before ‘bool’
./contrib/include/mp4.h:1086: warning: type defaults to ‘int’ in declaration of ‘MP4MakeIsmaCompliant’
./contrib/include/mp4.h:1086: warning: data definition has no type or storage class
./contrib/include/mp4.h:1089: error: syntax error before ‘videoProfile’
./contrib/include/mp4.h:1105: error: syntax error before ‘MP4AddTrackEdit’
./contrib/include/mp4.h:1107: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1111: warning: type defaults to ‘int’ in declaration of ‘MP4AddTrackEdit’
./contrib/include/mp4.h:1111: warning: data definition has no type or storage class
./contrib/include/mp4.h:1113: error: syntax error before ‘MP4DeleteTrackEdit’
./contrib/include/mp4.h:1115: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1116: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteTrackEdit’
./contrib/include/mp4.h:1116: warning: data definition has no type or storage class
./contrib/include/mp4.h:1120: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1120: error: ‘MP4GetTrackNumberOfEdits’ declared as function returning a function
./contrib/include/mp4.h:1122: error: syntax error before ‘MP4GetTrackEditStart’
./contrib/include/mp4.h:1124: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1125: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackEditStart’
./contrib/include/mp4.h:1125: warning: data definition has no type or storage class
./contrib/include/mp4.h:1127: error: syntax error before ‘MP4GetTrackEditTotalDuration’
./contrib/include/mp4.h:1129: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1130: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackEditTotalDuration’
./contrib/include/mp4.h:1130: warning: data definition has no type or storage class
./contrib/include/mp4.h:1132: error: syntax error before ‘MP4GetTrackEditMediaStart’
./contrib/include/mp4.h:1134: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1135: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackEditMediaStart’
./contrib/include/mp4.h:1135: warning: data definition has no type or storage class
./contrib/include/mp4.h:1137: error: syntax error before ‘MP4SetTrackEditMediaStart’
./contrib/include/mp4.h:1139: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1141: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackEditMediaStart’
./contrib/include/mp4.h:1141: warning: data definition has no type or storage class
./contrib/include/mp4.h:1143: error: syntax error before ‘MP4GetTrackEditDuration’
./contrib/include/mp4.h:1145: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1146: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackEditDuration’
./contrib/include/mp4.h:1146: warning: data definition has no type or storage class
./contrib/include/mp4.h:1148: error: syntax error before ‘MP4SetTrackEditDuration’
./contrib/include/mp4.h:1150: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1152: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackEditDuration’
./contrib/include/mp4.h:1152: warning: data definition has no type or storage class
./contrib/include/mp4.h:1154: error: syntax error before ‘MP4GetTrackEditDwell’
./contrib/include/mp4.h:1156: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1157: warning: type defaults to ‘int’ in declaration of ‘MP4GetTrackEditDwell’
./contrib/include/mp4.h:1157: warning: data definition has no type or storage class
./contrib/include/mp4.h:1159: error: syntax error before ‘MP4SetTrackEditDwell’
./contrib/include/mp4.h:1161: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1163: warning: type defaults to ‘int’ in declaration of ‘MP4SetTrackEditDwell’
./contrib/include/mp4.h:1163: warning: data definition has no type or storage class
./contrib/include/mp4.h:1165: error: syntax error before ‘MP4ReadSampleFromEditTime’
./contrib/include/mp4.h:1168: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1177: warning: type defaults to ‘int’ in declaration of ‘MP4ReadSampleFromEditTime’
./contrib/include/mp4.h:1177: warning: data definition has no type or storage class
./contrib/include/mp4.h:1179: error: syntax error before ‘MP4GetSampleIdFromEditTime’
./contrib/include/mp4.h:1181: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1184: warning: type defaults to ‘int’ in declaration of ‘MP4GetSampleIdFromEditTime’
./contrib/include/mp4.h:1184: warning: data definition has no type or storage class
./contrib/include/mp4.h:1186: error: syntax error before ‘MP4MetadataDelete’
./contrib/include/mp4.h:1186: warning: type defaults to ‘int’ in declaration of ‘MP4MetadataDelete’
./contrib/include/mp4.h:1186: warning: data definition has no type or storage class
./contrib/include/mp4.h:1187: error: syntax error before ‘MP4GetMetadataByIndex’
./contrib/include/mp4.h:1189: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1190: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataByIndex’
./contrib/include/mp4.h:1190: warning: data definition has no type or storage class
./contrib/include/mp4.h:1191: error: syntax error before ‘MP4SetMetadataName’
./contrib/include/mp4.h:1191: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataName’
./contrib/include/mp4.h:1191: warning: data definition has no type or storage class
./contrib/include/mp4.h:1192: error: syntax error before ‘MP4GetMetadataName’
./contrib/include/mp4.h:1192: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataName’
./contrib/include/mp4.h:1192: warning: data definition has no type or storage class
./contrib/include/mp4.h:1193: error: syntax error before ‘MP4DeleteMetadataName’
./contrib/include/mp4.h:1193: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataName’
./contrib/include/mp4.h:1193: warning: data definition has no type or storage class
./contrib/include/mp4.h:1194: error: syntax error before ‘MP4SetMetadataArtist’
./contrib/include/mp4.h:1194: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataArtist’
./contrib/include/mp4.h:1194: warning: data definition has no type or storage class
./contrib/include/mp4.h:1195: error: syntax error before ‘MP4GetMetadataArtist’
./contrib/include/mp4.h:1195: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataArtist’
./contrib/include/mp4.h:1195: warning: data definition has no type or storage class
./contrib/include/mp4.h:1196: error: syntax error before ‘MP4DeleteMetadataArtist’
./contrib/include/mp4.h:1196: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataArtist’
./contrib/include/mp4.h:1196: warning: data definition has no type or storage class
./contrib/include/mp4.h:1197: error: syntax error before ‘MP4SetMetadataWriter’
./contrib/include/mp4.h:1197: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataWriter’
./contrib/include/mp4.h:1197: warning: data definition has no type or storage class
./contrib/include/mp4.h:1198: error: syntax error before ‘MP4GetMetadataWriter’
./contrib/include/mp4.h:1198: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataWriter’
./contrib/include/mp4.h:1198: warning: data definition has no type or storage class
./contrib/include/mp4.h:1199: error: syntax error before ‘MP4DeleteMetadataWriter’
./contrib/include/mp4.h:1199: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataWriter’
./contrib/include/mp4.h:1199: warning: data definition has no type or storage class
./contrib/include/mp4.h:1200: error: syntax error before ‘MP4SetMetadataComment’
./contrib/include/mp4.h:1200: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataComment’
./contrib/include/mp4.h:1200: warning: data definition has no type or storage class
./contrib/include/mp4.h:1201: error: syntax error before ‘MP4GetMetadataComment’
./contrib/include/mp4.h:1201: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataComment’
./contrib/include/mp4.h:1201: warning: data definition has no type or storage class
./contrib/include/mp4.h:1202: error: syntax error before ‘MP4DeleteMetadataComment’
./contrib/include/mp4.h:1202: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataComment’
./contrib/include/mp4.h:1202: warning: data definition has no type or storage class
./contrib/include/mp4.h:1203: error: syntax error before ‘MP4SetMetadataTool’
./contrib/include/mp4.h:1203: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataTool’
./contrib/include/mp4.h:1203: warning: data definition has no type or storage class
./contrib/include/mp4.h:1204: error: syntax error before ‘MP4GetMetadataTool’
./contrib/include/mp4.h:1204: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataTool’
./contrib/include/mp4.h:1204: warning: data definition has no type or storage class
./contrib/include/mp4.h:1205: error: syntax error before ‘MP4DeleteMetadataTool’
./contrib/include/mp4.h:1205: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataTool’
./contrib/include/mp4.h:1205: warning: data definition has no type or storage class
./contrib/include/mp4.h:1206: error: syntax error before ‘MP4SetMetadataYear’
./contrib/include/mp4.h:1206: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataYear’
./contrib/include/mp4.h:1206: warning: data definition has no type or storage class
./contrib/include/mp4.h:1207: error: syntax error before ‘MP4GetMetadataYear’
./contrib/include/mp4.h:1207: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataYear’
./contrib/include/mp4.h:1207: warning: data definition has no type or storage class
./contrib/include/mp4.h:1208: error: syntax error before ‘MP4DeleteMetadataYear’
./contrib/include/mp4.h:1208: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataYear’
./contrib/include/mp4.h:1208: warning: data definition has no type or storage class
./contrib/include/mp4.h:1209: error: syntax error before ‘MP4SetMetadataAlbum’
./contrib/include/mp4.h:1209: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataAlbum’
./contrib/include/mp4.h:1209: warning: data definition has no type or storage class
./contrib/include/mp4.h:1210: error: syntax error before ‘MP4GetMetadataAlbum’
./contrib/include/mp4.h:1210: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataAlbum’
./contrib/include/mp4.h:1210: warning: data definition has no type or storage class
./contrib/include/mp4.h:1211: error: syntax error before ‘MP4DeleteMetadataAlbum’
./contrib/include/mp4.h:1211: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataAlbum’
./contrib/include/mp4.h:1211: warning: data definition has no type or storage class
./contrib/include/mp4.h:1212: error: syntax error before ‘MP4SetMetadataTrack’
./contrib/include/mp4.h:1213: error: syntax error before ‘uint16_t’
./contrib/include/mp4.h:1213: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataTrack’
./contrib/include/mp4.h:1213: warning: data definition has no type or storage class
./contrib/include/mp4.h:1214: error: syntax error before ‘MP4GetMetadataTrack’
./contrib/include/mp4.h:1215: error: syntax error before ‘uint16_t’
./contrib/include/mp4.h:1215: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataTrack’
./contrib/include/mp4.h:1215: warning: data definition has no type or storage class
./contrib/include/mp4.h:1216: error: syntax error before ‘MP4DeleteMetadataTrack’
./contrib/include/mp4.h:1216: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataTrack’
./contrib/include/mp4.h:1216: warning: data definition has no type or storage class
./contrib/include/mp4.h:1217: error: syntax error before ‘MP4SetMetadataDisk’
./contrib/include/mp4.h:1218: error: syntax error before ‘uint16_t’
./contrib/include/mp4.h:1218: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataDisk’
./contrib/include/mp4.h:1218: warning: data definition has no type or storage class
./contrib/include/mp4.h:1219: error: syntax error before ‘MP4GetMetadataDisk’
./contrib/include/mp4.h:1220: error: syntax error before ‘uint16_t’
./contrib/include/mp4.h:1220: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataDisk’
./contrib/include/mp4.h:1220: warning: data definition has no type or storage class
./contrib/include/mp4.h:1221: error: syntax error before ‘MP4DeleteMetadataDisk’
./contrib/include/mp4.h:1221: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataDisk’
./contrib/include/mp4.h:1221: warning: data definition has no type or storage class
./contrib/include/mp4.h:1222: error: syntax error before ‘MP4SetMetadataGenre’
./contrib/include/mp4.h:1222: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataGenre’
./contrib/include/mp4.h:1222: warning: data definition has no type or storage class
./contrib/include/mp4.h:1223: error: syntax error before ‘MP4GetMetadataGenre’
./contrib/include/mp4.h:1223: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataGenre’
./contrib/include/mp4.h:1223: warning: data definition has no type or storage class
./contrib/include/mp4.h:1224: error: syntax error before ‘MP4DeleteMetadataGenre’
./contrib/include/mp4.h:1224: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataGenre’
./contrib/include/mp4.h:1224: warning: data definition has no type or storage class
./contrib/include/mp4.h:1225: error: syntax error before ‘MP4SetMetadataGrouping’
./contrib/include/mp4.h:1225: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataGrouping’
./contrib/include/mp4.h:1225: warning: data definition has no type or storage class
./contrib/include/mp4.h:1226: error: syntax error before ‘MP4GetMetadataGrouping’
./contrib/include/mp4.h:1226: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataGrouping’
./contrib/include/mp4.h:1226: warning: data definition has no type or storage class
./contrib/include/mp4.h:1227: error: syntax error before ‘MP4DeleteMetadataGrouping’
./contrib/include/mp4.h:1227: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataGrouping’
./contrib/include/mp4.h:1227: warning: data definition has no type or storage class
./contrib/include/mp4.h:1228: error: syntax error before ‘MP4SetMetadataTempo’
./contrib/include/mp4.h:1228: error: syntax error before ‘uint16_t’
./contrib/include/mp4.h:1228: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataTempo’
./contrib/include/mp4.h:1228: warning: data definition has no type or storage class
./contrib/include/mp4.h:1229: error: syntax error before ‘MP4GetMetadataTempo’
./contrib/include/mp4.h:1229: error: syntax error before ‘uint16_t’
./contrib/include/mp4.h:1229: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataTempo’
./contrib/include/mp4.h:1229: warning: data definition has no type or storage class
./contrib/include/mp4.h:1230: error: syntax error before ‘MP4DeleteMetadataTempo’
./contrib/include/mp4.h:1230: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataTempo’
./contrib/include/mp4.h:1230: warning: data definition has no type or storage class
./contrib/include/mp4.h:1231: error: syntax error before ‘MP4SetMetadataCompilation’
./contrib/include/mp4.h:1231: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1231: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataCompilation’
./contrib/include/mp4.h:1231: warning: data definition has no type or storage class
./contrib/include/mp4.h:1232: error: syntax error before ‘MP4GetMetadataCompilation’
./contrib/include/mp4.h:1232: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1232: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataCompilation’
./contrib/include/mp4.h:1232: warning: data definition has no type or storage class
./contrib/include/mp4.h:1233: error: syntax error before ‘MP4DeleteMetadataCompilation’
./contrib/include/mp4.h:1233: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataCompilation’
./contrib/include/mp4.h:1233: warning: data definition has no type or storage class
./contrib/include/mp4.h:1234: error: syntax error before ‘MP4SetMetadataPartOfGaplessAlbum’
./contrib/include/mp4.h:1234: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1234: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataPartOfGaplessAlbum’
./contrib/include/mp4.h:1234: warning: data definition has no type or storage class
./contrib/include/mp4.h:1235: error: syntax error before ‘MP4GetMetadataPartOfGaplessAlbum’
./contrib/include/mp4.h:1235: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1235: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataPartOfGaplessAlbum’
./contrib/include/mp4.h:1235: warning: data definition has no type or storage class
./contrib/include/mp4.h:1236: error: syntax error before ‘MP4DeleteMetadataPartOfGaplessAlbum’
./contrib/include/mp4.h:1236: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataPartOfGaplessAlbum’
./contrib/include/mp4.h:1236: warning: data definition has no type or storage class
./contrib/include/mp4.h:1237: error: syntax error before ‘MP4SetMetadataCoverArt’
./contrib/include/mp4.h:1238: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1238: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataCoverArt’
./contrib/include/mp4.h:1238: warning: data definition has no type or storage class
./contrib/include/mp4.h:1239: error: syntax error before ‘MP4GetMetadataCoverArt’
./contrib/include/mp4.h:1240: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1241: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataCoverArt’
./contrib/include/mp4.h:1241: warning: data definition has no type or storage class
./contrib/include/mp4.h:1242: error: ‘MP4GetMetadataCoverArtCount’ declared as function returning a function
./contrib/include/mp4.h:1243: error: syntax error before ‘MP4DeleteMetadataCoverArt’
./contrib/include/mp4.h:1243: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataCoverArt’
./contrib/include/mp4.h:1243: warning: data definition has no type or storage class
./contrib/include/mp4.h:1244: error: syntax error before ‘MP4SetMetadataAlbumArtist’
./contrib/include/mp4.h:1244: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataAlbumArtist’
./contrib/include/mp4.h:1244: warning: data definition has no type or storage class
./contrib/include/mp4.h:1245: error: syntax error before ‘MP4GetMetadataAlbumArtist’
./contrib/include/mp4.h:1245: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataAlbumArtist’
./contrib/include/mp4.h:1245: warning: data definition has no type or storage class
./contrib/include/mp4.h:1246: error: syntax error before ‘MP4DeleteMetadataAlbumArtist’
./contrib/include/mp4.h:1246: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataAlbumArtist’
./contrib/include/mp4.h:1246: warning: data definition has no type or storage class
./contrib/include/mp4.h:1249: error: syntax error before ‘MP4SetMetadataFreeForm’
./contrib/include/mp4.h:1250: warning: type defaults to ‘int’ in declaration of ‘uint8_t’
./contrib/include/mp4.h:1250: error: syntax error before ‘*’ token
./contrib/include/mp4.h:1250: warning: type defaults to ‘int’ in declaration of ‘MP4SetMetadataFreeForm’
./contrib/include/mp4.h:1250: warning: data definition has no type or storage class
./contrib/include/mp4.h:1251: error: syntax error before ‘MP4GetMetadataFreeForm’
./contrib/include/mp4.h:1252: error: syntax error before ‘uint8_t’
./contrib/include/mp4.h:1252: warning: type defaults to ‘int’ in declaration of ‘MP4GetMetadataFreeForm’
./contrib/include/mp4.h:1252: warning: data definition has no type or storage class
./contrib/include/mp4.h:1253: error: syntax error before ‘MP4DeleteMetadataFreeForm’
./contrib/include/mp4.h:1253: warning: type defaults to ‘int’ in declaration of ‘MP4DeleteMetadataFreeForm’
./contrib/include/mp4.h:1253: warning: data definition has no type or storage class
./contrib/include/mp4.h:1270: error: syntax error before ‘MP4Duration’
./contrib/include/mp4.h:1271: error: ‘MP4ConvertFromMovieDuration’ declared as function returning a function
./contrib/include/mp4.h:1275: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1277: error: ‘MP4ConvertFromTrackTimestamp’ declared as function returning a function
./contrib/include/mp4.h:1279: error: syntax error before ‘MP4ConvertToTrackTimestamp’
./contrib/include/mp4.h:1281: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1283: warning: type defaults to ‘int’ in declaration of ‘MP4ConvertToTrackTimestamp’
./contrib/include/mp4.h:1283: warning: data definition has no type or storage class
./contrib/include/mp4.h:1287: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1289: error: ‘MP4ConvertFromTrackDuration’ declared as function returning a function
./contrib/include/mp4.h:1291: error: syntax error before ‘MP4ConvertToTrackDuration’
./contrib/include/mp4.h:1293: error: syntax error before ‘MP4TrackId’
./contrib/include/mp4.h:1295: warning: type defaults to ‘int’ in declaration of ‘MP4ConvertToTrackDuration’
./contrib/include/mp4.h:1295: warning: data definition has no type or storage class
./contrib/include/mp4.h:1298: warning: type defaults to ‘int’ in declaration of ‘uint8_t’
./contrib/include/mp4.h:1298: error: syntax error before ‘*’ token
./contrib/include/mp4.h:1302: warning: type defaults to ‘int’ in declaration of ‘uint8_t’
./contrib/include/mp4.h:1302: error: syntax error before ‘*’ token
./contrib/include/mp4.h:1305: error: syntax error before ‘*’ token
./contrib/include/mp4.h:1307: warning: type defaults to ‘int’ in declaration of ‘Base64ToBinary’
./contrib/include/mp4.h:1307: warning: data definition has no type or storage class
./contrib/include/mp4.h:1310: error: syntax error before ‘libfunc’
In file included from libhb/common.h:11,
                 from libhb/hb.h:9,
                 from libhb/muxmp4.c:10:
/usr/include/stdio.h:80: error: conflicting types for ‘size_t’
./contrib/include/mp4.h:61: error: previous declaration of ‘size_t’ was here
In file included from /usr/include/inttypes.h:255,
                 from libhb/common.h:16,
                 from libhb/hb.h:9,
                 from libhb/muxmp4.c:10:
/usr/lib/gcc/i686-apple-darwin9/4.0.1/include/stdint.h:50: error: conflicting types for ‘uint32_t’
./contrib/include/mp4.h:643: error: previous declaration of ‘uint32_t’ was here
/usr/lib/gcc/i686-apple-darwin9/4.0.1/include/stdint.h:55: error: conflicting types for ‘uint64_t’
./contrib/include/mp4.h:58: error: previous declaration of ‘uint64_t’ was here
libhb/muxmp4.c:12: error: syntax error before ‘MP4TrackId’
libhb/muxmp4.c:31: error: syntax error before ‘MP4TrackId’
libhb/muxmp4.c:31: warning: no semicolon at end of struct or union
libhb/muxmp4.c:39: error: syntax error before ‘}’ token
libhb/muxmp4.c:43: error: syntax error before ‘MP4TrackId’
libhb/muxmp4.c:43: warning: no semicolon at end of struct or union
libhb/muxmp4.c:50: error: syntax error before ‘MP4Duration’
libhb/muxmp4.c:50: warning: no semicolon at end of struct or union
libhb/muxmp4.c: In function ‘MP4CreateTextSample’:
libhb/muxmp4.c:66: error: invalid application of ‘sizeof’ to incomplete type ‘struct hb_text_sample_s’ 
libhb/muxmp4.c:69: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:70: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:70: error: syntax error before ‘duration’
libhb/muxmp4.c:73: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:74: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:76: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:81: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:82: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:83: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:84: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:87: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:88: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:89: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:90: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:93: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:94: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:95: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:96: error: dereferencing pointer to incomplete type
libhb/muxmp4.c: In function ‘MP4GenerateChapterSample’:
libhb/muxmp4.c:115: error: dereferencing pointer to incomplete type
libhb/muxmp4.c: In function ‘MP4Init’:
libhb/muxmp4.c:144: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:158: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:163: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:170: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:176: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:179: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:187: error: invalid application of ‘sizeof’ to incomplete type ‘hb_mux_data_t’ 
libhb/muxmp4.c:194: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:194: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:204: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:205: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:205: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:205: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:213: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:213: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:215: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:215: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:221: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:221: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:224: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:228: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:229: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:229: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:229: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:232: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:232: error: syntax error before numeric constant
libhb/muxmp4.c:241: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:241: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:260: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:260: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:265: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:265: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:277: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:277: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:279: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:279: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:293: error: invalid application of ‘sizeof’ to incomplete type ‘hb_mux_data_t’ 
libhb/muxmp4.c:298: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:299: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:300: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:303: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:303: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:309: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:309: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:315: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:316: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:317: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:320: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:320: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:326: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:326: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:332: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:334: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:334: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:338: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:338: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:346: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:346: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:351: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:351: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:356: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:356: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:362: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:362: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:363: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:285: warning: unused variable ‘reserved2’
libhb/muxmp4.c:374: error: syntax error before ‘textTrack’
libhb/muxmp4.c:375: error: ‘textTrack’ undeclared (first use in this function)
libhb/muxmp4.c:375: error: (Each undeclared identifier is reported only once
libhb/muxmp4.c:375: error: for each function it appears in.)
libhb/muxmp4.c:375: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:377: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:378: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:379: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:386: error: dereferencing pointer to incomplete type
libhb/muxmp4.c: In function ‘MP4Mux’:
libhb/muxmp4.c:395: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:405: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:407: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:407: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:408: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:422: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:422: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:430: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:435: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:436: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:437: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:438: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:439: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:440: error: ‘true’ undeclared (first use in this function)
libhb/muxmp4.c:446: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:447: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:455: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:455: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:455: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:457: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:466: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:467: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:467: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:473: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:475: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:476: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:485: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:486: error: dereferencing pointer to incomplete type
libhb/muxmp4.c: In function ‘MP4End’:
libhb/muxmp4.c:502: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:505: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:507: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:507: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:510: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:514: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:515: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:515: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:515: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:516: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:516: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:516: error: ‘true’ undeclared (first use in this function)
libhb/muxmp4.c:529: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:529: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:530: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:530: error: syntax error before numeric constant
libhb/muxmp4.c:531: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:532: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:535: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:535: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:535: error: syntax error before numeric constant
libhb/muxmp4.c:537: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:537: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:541: error: dereferencing pointer to incomplete type
libhb/muxmp4.c: In function ‘hb_mux_mp4_init’:
libhb/muxmp4.c:558: error: invalid application of ‘sizeof’ to incomplete type ‘hb_mux_object_t’ 
libhb/muxmp4.c:559: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:560: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:561: error: dereferencing pointer to incomplete type
libhb/muxmp4.c:562: error: dereferencing pointer to incomplete type

gcc -c -o libhb/muxmp4.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_DARWIN -DUSE_PTHREAD -DHB_VERSION=\"svn1833\" -DHB_BUILD=2008101401 -D__LIBHB__ -Ilibhb libhb/muxmp4.c

...failed Cc libhb/muxmp4.o ...
Cc libhb/sync.o 
Cc libhb/stream.o 
Cc libhb/decsub.o 
Cc libhb/deca52.o 
Cc libhb/decdca.o 
Cc libhb/encfaac.o 
Cc libhb/declpcm.o 
Cc libhb/encx264.o 
Cc libhb/decavcodec.o 
Cc libhb/encxvid.o 
Cc libhb/muxavi.o 
Cc libhb/enclame.o 
Cc libhb/muxogm.o 
Cc libhb/encvorbis.o 
Cc libhb/dvd.o 
Cc libhb/muxmkv.o 
Cc libhb/deblock.o 
Cc libhb/deinterlace.o 
libhb/deinterlace.c:97: warning: initialization from incompatible pointer type
Cc libhb/denoise.o 
Cc libhb/detelecine.o 
Cc libhb/decomb.o 
libhb/decomb.c: In function ‘store_ref’:
libhb/decomb.c:152: warning: unused variable ‘h’
libhb/decomb.c: In function ‘detect_combed_segment’:
libhb/decomb.c:511: warning: no return statement in function returning non-void
libhb/decomb.c: In function ‘decomb_filter_thread’:
libhb/decomb.c:561: warning: unused variable ‘ref_stride’
libhb/decomb.c:559: warning: unused variable ‘w’
libhb/decomb.c: In function ‘yadif_decomb_filter_thread’:
libhb/decomb.c:815: warning: unused variable ‘next’
libhb/decomb.c:813: warning: unused variable ‘prev’
libhb/decomb.c: In function ‘detect_combed_segment’:
libhb/decomb.c:511: warning: control reaches end of non-void function
libhb/decomb.c: At top level:
libhb/decomb.c:166: warning: ‘get_ref’ defined but not used
Cc libhb/enctheora.o 
...skipped libhb.a for lack of libhb.a(ipodutil.o)...
...skipped HandBrake.app for lack of libhb.a...
...failed updating 2 target(s)...
...skipped 2 target(s)...
...updated 34 target(s)...
Don't know what happened, but I hope this helps it get fixed when someone has time.

Thanks!
jzietman
Enlightened
Posts: 146
Joined: Mon Feb 04, 2008 3:29 pm

Re: [svn 1833] no longer compiles with either "make" or "jam

Post by jzietman »

I have tried fully deleting my hb-dev folder, checking out the svn code again, then running make, and I have the same results.
Cavalicious
Moderator
Posts: 1804
Joined: Mon Mar 26, 2007 12:07 am

Re: [svn 1833] no longer compiles with either "make" or "jam

Post by Cavalicious »

SVNs are not supported...regardless of which.

<Moving>
Post Reply