gst-plugins-good-1.0 fails to compile due to libdv syntax errors
I'm unable to build gst-plugins-good-1.0
on Windows 10 using MSVC. It appears unhappy with libv:
[224/705] cl @ext/dv/6a4e9cb@@gstdv@sha/gstdvdec.c.obj.rsp
FAILED: ext/dv/6a4e9cb@@gstdv@sha/gstdvdec.c.obj
cl @ext/dv/6a4e9cb@@gstdv@sha/gstdvdec.c.obj.rsp
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2146: syntax error: missing ';' before identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2061: syntax error: identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(217): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(223): error C2061: syntax error: identifier 'dv_block_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(228): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(233): error C2061: syntax error: identifier 'dv_macroblock_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(235): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(238): error C2061: syntax error: identifier 'dv_videosegment_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(239): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(244): error C2061: syntax error: identifier 'dv_dif_sequence_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(245): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2059: syntax error: ')'
Full Output
$ ./cerbero-uninstalled build --force --no-deps gst-plugins-good
Loading default configuration from C:/Users/jeff.wilson/.cerbero/cerbero.cbc
Building recipes with Visual Studio 2017 whenever possible
Install prefix will be c:/gstreamer/1.0/x86_64.msvc
Found a recipe name gst-plugins-good-1.0 for name gst-plugins-good
Building the following recipes: gst-plugins-good-1.0
Running under MSYS: reverting to basic build status output
Building using 8 job(s) with the following job subdivisions: compile: 3, install: 1, and 4 general job(s)
[(1/1 @ 14%) gst-plugins-good-1.0 -> fetch]
[(1/1 @ 28%) gst-plugins-good-1.0 -> extract]
[(1/1 @ 42%) gst-plugins-good-1.0 -> configure]
[(1/1 @ 57%) gst-plugins-good-1.0 -> compile]
Running command 'C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/build-tools/bin/ninja.EXE -v -d keeprsp'
[1/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpdvdepay.c.obj.rsp
[2/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpbvpay.c.obj.rsp
[3/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpgstdepay.c.obj.rsp
[4/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpbvdepay.c.obj.rsp
[5/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpac3depay.c.obj.rsp
[6/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpac3pay.c.obj.rsp
[7/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpchannels.c.obj.rsp
[8/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpceltdepay.c.obj.rsp
[9/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpceltpay.c.obj.rsp
[10/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtp.c.obj.rsp
[11/705] cl @gst/multifile/c3e1538@@test-splitmuxpartreader@exe/patternspec.c.obj.rsp
[12/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpdvpay.c.obj.rsp
[13/705] cl @gst/multipart/ee00d9c@@gstmultipart@sha/multipartdemux.c.obj.rsp
[14/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstbuffermemory.c.obj.rsp
[15/705] cl @gst/rtp/46b2725@@gstrtp@sha/fnv1hash.c.obj.rsp
[16/705] cl @gst/replaygain/73808f9@@gstreplaygain@sha/rganalysis.c.obj.rsp
[17/705] cl @gst/multifile/c3e1538@@test-splitmuxpartreader@exe/gstsplitutils.c.obj.rsp
[18/705] cl @gst/replaygain/73808f9@@gstreplaygain@sha/gstrglimiter.c.obj.rsp
[19/705] cl @gst/multifile/c3e1538@@test-splitmuxpartreader@exe/gstsplitmuxsrc.c.obj.rsp
[20/705] cl @gst/replaygain/73808f9@@gstreplaygain@sha/replaygain.c.obj.rsp
[21/705] cl @gst/multipart/ee00d9c@@gstmultipart@sha/multipart.c.obj.rsp
[22/705] cl @gst/rtp/46b2725@@gstrtp@sha/dboolhuff.c.obj.rsp
[23/705] cl @gst/multipart/ee00d9c@@gstmultipart@sha/multipartmux.c.obj.rsp
[24/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/multipart/libgstmultipart.a @gst/multipart/libgstmultipart.a.rsp
[25/705] cl @gst/replaygain/73808f9@@gstreplaygain@sha/gstrganalysis.c.obj.rsp
[26/705] cl @gst/replaygain/73808f9@@gstreplaygain@sha/gstrgvolume.c.obj.rsp
[27/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp4gdepay.c.obj.rsp
[28/705] link @gst/multipart/gstmultipart.dll.rsp
Creating library gst\\multipart\\gstmultipart.lib and object gst\\multipart\\gstmultipart.exp
[29/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpL24depay.c.obj.rsp
[30/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/replaygain/libgstreplaygain.a @gst/replaygain/libgstreplaygain.a.rsp
[31/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpL24pay.c.obj.rsp
[32/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp2tdepay.c.obj.rsp
[33/705] link @gst/replaygain/gstreplaygain.dll.rsp
Creating library gst\\replaygain\\gstreplaygain.lib and object gst\\replaygain\\gstreplaygain.exp
[34/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstasteriskh263.c.obj.rsp
[35/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp4vdepay.c.obj.rsp
[36/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp4gpay.c.obj.rsp
[37/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp1sdepay.c.obj.rsp
[38/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpL16pay.c.obj.rsp
[39/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp2tpay.c.obj.rsp
[40/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp4vpay.c.obj.rsp
[41/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmpapay.c.obj.rsp
[42/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpilbcdepay.c.obj.rsp
[43/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp4adepay.c.obj.rsp
[44/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmp4apay.c.obj.rsp
[45/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpopuspay.c.obj.rsp
[46/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpopusdepay.c.obj.rsp
[47/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpgstpay.c.obj.rsp
[48/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmpvpay.c.obj.rsp
[49/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtppcmadepay.c.obj.rsp
[50/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpilbcpay.c.obj.rsp
[51/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmpadepay.c.obj.rsp
[52/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpklvdepay.c.obj.rsp
[53/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmparobustdepay.c.obj.rsp
[54/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpklvpay.c.obj.rsp
[55/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpmpvdepay.c.obj.rsp
[56/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtppcmudepay.c.obj.rsp
[57/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtppcmupay.c.obj.rsp
[58/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg722pay.c.obj.rsp
[59/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtppcmapay.c.obj.rsp
[60/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg729depay.c.obj.rsp
[61/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg729pay.c.obj.rsp
[62/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpgsmdepay.c.obj.rsp
[63/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpgsmpay.c.obj.rsp
[64/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg723pay.c.obj.rsp
[65/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg723depay.c.obj.rsp
[66/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg726depay.c.obj.rsp
[67/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg722depay.c.obj.rsp
[68/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph263pdepay.c.obj.rsp
[69/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpg726pay.c.obj.rsp
[70/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph263ppay.c.obj.rsp
[71/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph265depay.c.obj.rsp
[72/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph265pay.c.obj.rsp
[73/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpamrdepay.c.obj.rsp
[74/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph263depay.c.obj.rsp
[75/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpamrpay.c.obj.rsp
[76/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph264pay.c.obj.rsp
[77/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph261depay.c.obj.rsp
[78/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph263pay.c.obj.rsp
[79/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph261pay.c.obj.rsp
[80/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpL8depay.c.obj.rsp
[81/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtph264depay.c.obj.rsp
[82/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpL8pay.c.obj.rsp
[83/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpL16depay.c.obj.rsp
[84/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpj2kdepay.c.obj.rsp
[85/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpj2kpay.c.obj.rsp
[86/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpjpegdepay.c.obj.rsp
[87/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpfunnel.c.obj.rsp
[88/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpjpegpay.c.obj.rsp
[89/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/rtpstats.c.obj.rsp
[90/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/rtptimerqueue.c.obj.rsp
[91/705] cl @gst/rtsp/6890035@@gstrtsp@sha/gstrtspext.c.obj.rsp
[92/705] cl @gst/rtsp/6890035@@gstrtsp@sha/gstrtpdec.c.obj.rsp
[93/705] cl @gst/rtsp/6890035@@gstrtsp@sha/gstrtsp.c.obj.rsp
[94/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpsession.c.obj.rsp
[95/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpqdmdepay.c.obj.rsp
[96/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpsbcpay.c.obj.rsp
[97/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/rtptwcc.c.obj.rsp
[98/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpsv3vdepay.c.obj.rsp
[99/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpqcelpdepay.c.obj.rsp
[100/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtptheoradepay.c.obj.rsp
[101/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvorbisdepay.c.obj.rsp
[102/705] cl @gst/rtsp/6890035@@gstrtsp@sha/gstrtspsrc.c.obj.rsp
[103/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpspeexpay.c.obj.rsp
[104/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvorbispay.c.obj.rsp
[105/705] cl @gst/rtp/46b2725@@gstrtp@sha/rtpredcommon.c.obj.rsp
[106/705] link @gst/rtsp/gstrtsp.dll.rsp
Creating library gst\\rtsp\\gstrtsp.lib and object gst\\rtsp\\gstrtsp.exp
[107/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpsirenpay.c.obj.rsp
[108/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpsbcdepay.c.obj.rsp
[109/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtptheorapay.c.obj.rsp
[110/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpsirendepay.c.obj.rsp
[111/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpspeexdepay.c.obj.rsp
[112/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvrawdepay.c.obj.rsp
[113/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtputils.c.obj.rsp
[114/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpstreamdepay.c.obj.rsp
[115/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpulpfecdec.c.obj.rsp
[116/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvp8depay.c.obj.rsp
[117/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvp9depay.c.obj.rsp
[118/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvrawpay.c.obj.rsp
[119/705] cl @gst/rtp/46b2725@@gstrtp@sha/rtpulpfeccommon.c.obj.rsp
[120/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvp9pay.c.obj.rsp
[121/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpulpfecenc.c.obj.rsp
[122/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpstreampay.c.obj.rsp
[123/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpmux.c.obj.rsp
[124/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpreddec.c.obj.rsp
[125/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpredenc.c.obj.rsp
[126/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpvp8pay.c.obj.rsp
[127/705] cl @gst/rtp/46b2725@@gstrtp@sha/rtpstoragestream.c.obj.rsp
[128/705] cl @gst/rtp/46b2725@@gstrtp@sha/rtpstorage.c.obj.rsp
[129/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpptdemux.c.obj.rsp
[130/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpdtmfmux.c.obj.rsp
[131/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpbin.c.obj.rsp
[132/705] cl @gst/rtp/46b2725@@gstrtp@sha/gstrtpstorage.c.obj.rsp
[133/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpmanager.c.obj.rsp
[134/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/rtp/libgstrtp.a @gst/rtp/libgstrtp.a.rsp
[135/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/rtpjitterbuffer.c.obj.rsp
[136/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtprtxsend.c.obj.rsp
[137/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtprtxreceive.c.obj.rsp
[138/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtprtxqueue.c.obj.rsp
[139/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpssrcdemux.c.obj.rsp
[140/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/rtsp/libgstrtsp.a @gst/rtsp/libgstrtsp.a.rsp
[141/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/rtpsource.c.obj.rsp
[142/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/gstrtpjitterbuffer.c.obj.rsp
[143/705] cl @gst/smpte/b573a23@@gstsmpte@sha/gstsmpte.c.obj.rsp
[144/705] link @gst/rtp/gstrtp.dll.rsp
Creating library gst\\rtp\\gstrtp.lib and object gst\\rtp\\gstrtp.exp
[145/705] "c:/gstreamer/1.0/x86_64.msvc/bin/orcc.EXE" "--include" "glib.h" "--implementation" "-o" "gst/videobox/gstvideoboxorc.c" "../gst/videobox/gstvideoboxorc.orc"
[146/705] cl @gst/smpte/b573a23@@gstsmpte@sha/gstmask.c.obj.rsp
[147/705] cl @gst/shapewipe/e199c93@@gstshapewipe@sha/gstshapewipe.c.obj.rsp
[148/705] cl @gst/smpte/b573a23@@gstsmpte@sha/paint.c.obj.rsp
[149/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/shapewipe/libgstshapewipe.a @gst/shapewipe/libgstshapewipe.a.rsp
[150/705] cl @gst/rtpmanager/d174ffa@@gstrtpmanager@sha/rtpsession.c.obj.rsp
[151/705] cl @gst/smpte/b573a23@@gstsmpte@sha/plugin.c.obj.rsp
[152/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/rtpmanager/libgstrtpmanager.a @gst/rtpmanager/libgstrtpmanager.a.rsp
[153/705] cl @gst/smpte/b573a23@@gstsmpte@sha/barboxwipes.c.obj.rsp
[154/705] link @gst/shapewipe/gstshapewipe.dll.rsp
Creating library gst\\shapewipe\\gstshapewipe.lib and object gst\\shapewipe\\gstshapewipe.exp
[155/705] "c:/gstreamer/1.0/x86_64.msvc/bin/orcc.EXE" "--include" "glib.h" "--header" "-o" "gst/videobox/gstvideoboxorc.h" "../gst/videobox/gstvideoboxorc.orc"
[156/705] cl @gst/smpte/b573a23@@gstsmpte@sha/gstsmptealpha.c.obj.rsp
[157/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/smpte/libgstsmpte.a @gst/smpte/libgstsmpte.a.rsp
[158/705] link @gst/rtpmanager/gstrtpmanager.dll.rsp
Creating library gst\\rtpmanager\\gstrtpmanager.lib and object gst\\rtpmanager\\gstrtpmanager.exp
[159/705] link @gst/smpte/gstsmpte.dll.rsp
Creating library gst\\smpte\\gstsmpte.lib and object gst\\smpte\\gstsmpte.exp
[160/705] cl @gst/spectrum/e727dd1@@gstspectrum@sha/gstspectrum.c.obj.rsp
[161/705] cl @gst/udp/15c678d@@gstudp@sha/gstudpsink.c.obj.rsp
[162/705] cl @gst/udp/15c678d@@gstudp@sha/gstudpnetutils.c.obj.rsp
[163/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/spectrum/libgstspectrum.a @gst/spectrum/libgstspectrum.a.rsp
[164/705] cl @gst/videofilter/7fe74f1@@gstvideofilter@sha/plugin.c.obj.rsp
[165/705] link @gst/spectrum/gstspectrum.dll.rsp
Creating library gst\\spectrum\\gstspectrum.lib and object gst\\spectrum\\gstspectrum.exp
[166/705] cl @gst/udp/15c678d@@gstudp@sha/gstdynudpsink.c.obj.rsp
[167/705] cl @gst/udp/15c678d@@gstudp@sha/gstmultiudpsink.c.obj.rsp
[168/705] cl @gst/udp/15c678d@@gstudp@sha/gstudp.c.obj.rsp
[169/705] cl @gst/videofilter/7fe74f1@@gstvideofilter@sha/gstvideobalance.c.obj.rsp
[170/705] cl @gst/videobox/9f3a108@@gstvideobox@sha/meson-generated_.._gstvideoboxorc.c.obj.rsp
[171/705] "c:/gstreamer/1.0/x86_64.msvc/bin/orcc.EXE" "--include" "glib.h" "--header" "-o" "gst/videomixer/videomixerorc.h" "../gst/videomixer/videomixerorc.orc"
[172/705] "c:/gstreamer/1.0/x86_64.msvc/bin/orcc.EXE" "--include" "glib.h" "--implementation" "-o" "gst/videomixer/videomixerorc.c" "../gst/videomixer/videomixerorc.orc"
[173/705] cl @gst/videofilter/7fe74f1@@gstvideofilter@sha/gstgamma.c.obj.rsp
[174/705] cl @gst/videofilter/7fe74f1@@gstvideofilter@sha/gstvideoflip.c.obj.rsp
[175/705] cl @gst/videocrop/21400b5@@gstvideocrop@sha/gstvideocrop.c.obj.rsp
[176/705] cl @gst/videofilter/7fe74f1@@gstvideofilter@sha/gstvideomedian.c.obj.rsp
[177/705] cl @gst/videocrop/21400b5@@gstvideocrop@sha/gstaspectratiocrop.c.obj.rsp
[178/705] link @gst/videofilter/gstvideofilter.dll.rsp
Creating library gst\\videofilter\\gstvideofilter.lib and object gst\\videofilter\\gstvideofilter.exp
[179/705] cl @gst/wavenc/ca19105@@gstwavenc@sha/gstwavenc.c.obj.rsp
[180/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/videocrop/libgstvideocrop.a @gst/videocrop/libgstvideocrop.a.rsp
[181/705] cl @gst/videomixer/7162303@@gstvideomixer@sha/meson-generated_.._videomixerorc.c.obj.rsp
[182/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/wavenc/libgstwavenc.a @gst/wavenc/libgstwavenc.a.rsp
[183/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/videofilter/libgstvideofilter.a @gst/videofilter/libgstvideofilter.a.rsp
[184/705] link @gst/videocrop/gstvideocrop.dll.rsp
Creating library gst\\videocrop\\gstvideocrop.lib and object gst\\videocrop\\gstvideocrop.exp
[185/705] cl @gst/y4m/fb4dab2@@gsty4menc@sha/gsty4mencode.c.obj.rsp
[186/705] link @gst/wavenc/gstwavenc.dll.rsp
Creating library gst\\wavenc\\gstwavenc.lib and object gst\\wavenc\\gstwavenc.exp
[187/705] cl @gst/videomixer/7162303@@gstvideomixer@sha/videomixer2.c.obj.rsp
[188/705] cl @gst/udp/15c678d@@gstudp@sha/gstudpsrc.c.obj.rsp
[189/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/y4m/libgsty4menc.a @gst/y4m/libgsty4menc.a.rsp
[190/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/udp/libgstudp.a @gst/udp/libgstudp.a.rsp
[191/705] link @gst/y4m/gsty4menc.dll.rsp
Creating library gst\\y4m\\gsty4menc.lib and object gst\\y4m\\gsty4menc.exp
[192/705] cl @gst/videobox/9f3a108@@gstvideobox@sha/gstvideobox.c.obj.rsp
[193/705] link @gst/udp/gstudp.dll.rsp
Creating library gst\\udp\\gstudp.lib and object gst\\udp\\gstudp.exp
[194/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/videobox/libgstvideobox.a @gst/videobox/libgstvideobox.a.rsp
[195/705] link @gst/videobox/gstvideobox.dll.rsp
Creating library gst\\videobox\\gstvideobox.lib and object gst\\videobox\\gstvideobox.exp
[196/705] cl @gst/videomixer/7162303@@gstvideomixer@sha/blend.c.obj.rsp
[197/705] cl @ext/cairo/2bb9cbd@@gstcairo@sha/gstcairo.c.obj.rsp
[198/705] cl @ext/flac/ab8d6a5@@gstflac@sha/gstflactag.c.obj.rsp
[199/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/videomixer/libgstvideomixer.a @gst/videomixer/libgstvideomixer.a.rsp
[200/705] cl @gst/wavparse/ad0267b@@gstwavparse@sha/gstwavparse.c.obj.rsp
[201/705] lib "/NOLOGO" /MACHINE:x64 /OUT:gst/wavparse/libgstwavparse.a @gst/wavparse/libgstwavparse.a.rsp
[202/705] link @gst/videomixer/gstvideomixer.dll.rsp
Creating library gst\\videomixer\\gstvideomixer.lib and object gst\\videomixer\\gstvideomixer.exp
[203/705] link @gst/wavparse/gstwavparse.dll.rsp
Creating library gst\\wavparse\\gstwavparse.lib and object gst\\wavparse\\gstwavparse.exp
[204/705] cl @ext/cairo/2bb9cbd@@gstcairo@sha/gstcairooverlay.c.obj.rsp
[205/705] cl @ext/flac/ab8d6a5@@gstflac@sha/gstflac.c.obj.rsp
[206/705] lib "/NOLOGO" /MACHINE:x64 /OUT:ext/cairo/libgstcairo.a @ext/cairo/libgstcairo.a.rsp
[207/705] cl @ext/flac/ab8d6a5@@gstflac@sha/gstflacdec.c.obj.rsp
[208/705] link @ext/cairo/gstcairo.dll.rsp
Creating library ext\\cairo\\gstcairo.lib and object ext\\cairo\\gstcairo.exp
[209/705] cl @ext/jpeg/4054a43@@gstjpeg@sha/gstjpeg.c.obj.rsp
[210/705] cl @ext/flac/ab8d6a5@@gstflac@sha/gstflacenc.c.obj.rsp
[211/705] cl @ext/jpeg/4054a43@@gstjpeg@sha/gstjpegenc.c.obj.rsp
[212/705] link @ext/flac/gstflac.dll.rsp
Creating library ext\\flac\\gstflac.lib and object ext\\flac\\gstflac.exp
[213/705] lib "/NOLOGO" /MACHINE:x64 /OUT:ext/flac/libgstflac.a @ext/flac/libgstflac.a.rsp
[214/705] cl @sys/directsound/a303273@@gstdirectsound@sha/gstdirectsounddevice.c.obj.rsp
[215/705] cl @sys/directsound/a303273@@gstdirectsound@sha/gstdirectsoundsink.c.obj.rsp
[216/705] cl @ext/gdk_pixbuf/6920dee@@gstgdkpixbuf@sha/gstgdkpixbufsink.c.obj.rsp
[217/705] cl @ext/gdk_pixbuf/6920dee@@gstgdkpixbuf@sha/gstgdkpixbufoverlay.c.obj.rsp
[218/705] cl @ext/jpeg/4054a43@@gstjpeg@sha/gstjpegdec.c.obj.rsp
[219/705] cl @ext/gdk_pixbuf/6920dee@@gstgdkpixbuf@sha/gstgdkpixbufplugin.c.obj.rsp
[220/705] lib "/NOLOGO" /MACHINE:x64 /OUT:ext/jpeg/libgstjpeg.a @ext/jpeg/libgstjpeg.a.rsp
[221/705] cl @ext/dv/6a4e9cb@@gstdv@sha/gstsmptetimecode.c.obj.rsp
[222/705] cl @sys/directsound/a303273@@gstdirectsound@sha/gstdirectsoundplugin.c.obj.rsp
[223/705] link @ext/jpeg/gstjpeg.dll.rsp
Creating library ext\\jpeg\\gstjpeg.lib and object ext\\jpeg\\gstjpeg.exp
[224/705] cl @ext/dv/6a4e9cb@@gstdv@sha/gstdvdec.c.obj.rsp
FAILED: ext/dv/6a4e9cb@@gstdv@sha/gstdvdec.c.obj
cl @ext/dv/6a4e9cb@@gstdv@sha/gstdvdec.c.obj.rsp
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2146: syntax error: missing ';' before identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2061: syntax error: identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(217): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(223): error C2061: syntax error: identifier 'dv_block_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(228): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(233): error C2061: syntax error: identifier 'dv_macroblock_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(235): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(238): error C2061: syntax error: identifier 'dv_videosegment_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(239): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(244): error C2061: syntax error: identifier 'dv_dif_sequence_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(245): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2059: syntax error: ')'
[225/705] lib "/NOLOGO" /MACHINE:x64 /OUT:sys/directsound/libgstdirectsound.a @sys/directsound/libgstdirectsound.a.rsp
[226/705] cl @ext/lame/c8386ac@@gstlame@sha/gstlamemp3enc.c.obj.rsp
[227/705] cl @ext/gdk_pixbuf/6920dee@@gstgdkpixbuf@sha/gstgdkpixbufdec.c.obj.rsp
[228/705] cl @ext/lame/c8386ac@@gstlame@sha/plugin.c.obj.rsp
[229/705] cl @ext/dv/6a4e9cb@@gstdv@sha/smpte_test.c.obj.rsp
[230/705] link @sys/directsound/gstdirectsound.dll.rsp
Creating library sys\\directsound\\gstdirectsound.lib and object sys\\directsound\\gstdirectsound.exp
[231/705] cl @ext/dv/6a4e9cb@@gstdv@sha/gstdvdemux.c.obj.rsp
FAILED: ext/dv/6a4e9cb@@gstdv@sha/gstdvdemux.c.obj
cl @ext/dv/6a4e9cb@@gstdv@sha/gstdvdemux.c.obj.rsp
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2146: syntax error: missing ';' before identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2061: syntax error: identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(217): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(223): error C2061: syntax error: identifier 'dv_block_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(228): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(233): error C2061: syntax error: identifier 'dv_macroblock_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(235): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(238): error C2061: syntax error: identifier 'dv_videosegment_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(239): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(244): error C2061: syntax error: identifier 'dv_dif_sequence_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(245): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2059: syntax error: ')'
[232/705] cl @ext/dv/6a4e9cb@@gstdv@sha/gstdv.c.obj.rsp
FAILED: ext/dv/6a4e9cb@@gstdv@sha/gstdv.c.obj
cl @ext/dv/6a4e9cb@@gstdv@sha/gstdv.c.obj.rsp
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2146: syntax error: missing ';' before identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(208): error C2061: syntax error: identifier '__attribute__'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(217): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(223): error C2061: syntax error: identifier 'dv_block_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(228): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(233): error C2061: syntax error: identifier 'dv_macroblock_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(235): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(238): error C2061: syntax error: identifier 'dv_videosegment_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(239): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(244): error C2061: syntax error: identifier 'dv_dif_sequence_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv_types.h(245): error C2059: syntax error: '}'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(98): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(99): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(101): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(102): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(104): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: 'type'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(105): error C2059: syntax error: ')'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ')' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2081: 'dv_videosegment_t': name in formal parameter list illegal
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing '{' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2371: 'uint8_t': redefinition; different basic types
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include\stdint.h(21): note: see declaration of 'uint8_t'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2143: syntax error: missing ';' before '*'
c:\gstreamer\1.0\x86_64.msvc\include\libdv/dv.h(108): error C2059: syntax error: ')'
[233/705] cl @ext/libpng/dc96e8e@@gstpng@sha/gstpng.c.obj.rsp
ninja: build stopped: subcommand failed.
Recipe 'gst-plugins-good-1.0' failed at the build step 'compile'
Command Error: Running ['C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/build-tools/bin/ninja.EXE', '-v', '-d', 'keeprsp'] returned 1
Output in logfile C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/logs/msvc_x86_64/gst-plugins-good-1.0-compile.log
Select an action to proceed:
[0] Enter the shell
[1] Rebuild the recipe from scratch
[2] Rebuild starting from the failed step
[3] Skip recipe
[4] Abort
Note that it fails even if I omit the --no-deps
.
Output of show-config
$ ./cerbero-uninstalled show-config
Loading default configuration from C:/Users/jeff.wilson/.cerbero/cerbero.cbc
Building recipes with Visual Studio 2017 whenever possible
Install prefix will be c:/gstreamer/1.0/x86_64.msvc
platform : windows
target_platform : windows
arch : x86_64
target_arch : x86_64
prefix : c:/gstreamer/1.0/x86_64.msvc
recipes_dir : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/recipes
host : x86_64-w64-mingw32
build : x86_64-w64-mingw32
target : x86_64-w64-mingw32
sources : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/sources/msvc_x86_64
local_sources : C:/Users/jeff.wilson/.cache/cerbero-sources
lib_suffix :
git_root : https://gitlab.freedesktop.org/gstreamer
distro : windows
target_distro : windows
environ_dir : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/config
cache_file : msvc_x86_64.cache
toolchain_prefix : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/mingw/multilib
toolchain_version : None
distro_version : windows_10
target_distro_version : windows_10
allow_system_libs : False
packages_dir : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/packages
py_prefix : Lib
logs : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/logs/msvc_x86_64
install_dir : c:/gstreamer/1.0/x86_64.msvc
allow_parallel_build : False
num_of_cpus : 8
use_configure_cache : False
packages_prefix : None
packager : Jeff Wilson <jeff.wilson@blinemedical.com>
data_dir : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/data
min_osx_sdk_version : None
external_recipes : {}
external_packages : {}
use_ccache : None
force_git_commit : None
universal_archs : None
osx_target_sdk_version : None
variants :
debug : True
optimization : True
testspackage : True
x11 : False
alsa : False
pulse : False
cdparanoia : False
v4l2 : False
gi : False
unwind : False
rpi : False
visualstudio : True
uwp : False
qt5 : False
intelmsdk : False
nvcodec : False
python : False
werror : False
vaapi : False
vscrt : md
build_tools_prefix : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/build-tools
build_tools_sources : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/sources/build-tools
build_tools_logs : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/logs/build-tools
build_tools_cache : build-tools.cache
home_dir : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build
recipes_commits : {}
recipes_remotes : {}
ios_platform : None
extra_build_tools : []
distro_packages_install : True
interactive : True
bash_completions : set()
target_arch_flags : None
sysroot : None
isysroot : None
extra_lib_path : None
cached_sources : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/sources
tools_prefix : x86_64-w64-mingw32-
ios_min_version : None
toolchain_path : None
mingw_perl_prefix : C:/MinGW/msys/1.0/home/jeff.wilson/cerbero/build/mingw/perl
msvc_env_for_toolchain : {'FSHARPINSTALLDIR': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\CommonExtensions\\Microsoft\\FSharp\\'], 'VSCMD_ARG_HOST_ARCH': ['x64'], 'WindowsSdkDir': ['C:\\Program Files (x86)\\Windows Kits\\10\\'], 'INCLUDE': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\ATLMFC\\include', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\include', 'C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.6.1\\include\\um', 'C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\ucrt', 'C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\shared', 'C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\um', 'C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\winrt', 'C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.17763.0\\cppwinrt', 'c:/gstreamer/1.0/x86_64.msvc/include'], 'UCRTVersion': ['10.0.17763.0'], 'VS150COMNTOOLS': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\Tools\\'], 'VSCMD_ARG_app_plat': ['Desktop'], 'WindowsSDKLibVersion': ['10.0.17763.0\\'], 'VSSDK150INSTALL': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VSSDK'], 'WindowsSdkVerBinPath': ['C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.17763.0\\'], 'WindowsSDK_ExecutablePath_x64': ['C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.1 Tools\\x64\\'], 'VisualStudioVersion': ['15.0'], 'WindowsLibPath': ['C:\\Program Files (x86)\\Windows Kits\\10\\UnionMetadata\\10.0.17763.0;C:\\Program Files (x86)\\Windows Kits\\10\\References\\10.0.17763.0'], 'FrameworkDir': ['C:\\WINDOWS\\Microsoft.NET\\Framework64\\'], '__VSCMD_PREINIT_PATH': ['.;C:\\MinGW\\msys\\1.0\\local\\bin;C:\\MinGW\\bin;C:\\MinGW\\msys\\1.0\\bin;c:\\Python38\\Scripts\\;c:\\Python38\\;c:\\Python3\\Scripts\\;c:\\Python3\\;c:\\Program Files (x86)\\IntelSWTools\\Intel(R) Media SDK 2018 R1\\Software Development Kit\\bin\\x64;c:\\Program Files (x86)\\IntelSWTools\\Intel(R) Media SDK 2018 R1\\Software Development Kit\\bin\\win32;c:\\Program Files (x86)\\Intel\\iCLS Client\\;c:\\Program Files\\Intel\\iCLS Client\\;c:\\WINDOWS\\system32;c:\\WINDOWS;c:\\WINDOWS\\System32\\Wbem;c:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;c:\\WINDOWS\\System32\\OpenSSH\\;c:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;c:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;c:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;c:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;c:\\Program Files\\dotnet\\;c:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;c:\\Program Files\\Microsoft VS Code\\bin;c:\\Program Files (x86)\\Airtame;c:\\Program Files\\PuTTY\\;c:\\Program Files\\Intel\\WiFi\\bin\\;c:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;c:\\Program Files\\Git\\cmd;c:\\Program Files\\Git LFS;.;c:\\Program Files (x86)\\Bluetooth Command Line Tools\\bin;c:\\Program Files\\Docker\\Docker\\resources\\bin;c:\\ProgramData\\DockerDesktop\\version-bin;c:\\Program Files\\CMake\\bin;c:\\Users\\jeff.wilson\\AppData\\Local\\Microsoft\\WindowsApps;c:\\gsoap-2.8\\gsoap\\bin\\win32;%GSTREAMER_1_0_ROOT_X86_64%\\bin;.'], 'UniversalCRTSdkDir': ['C:\\Program Files (x86)\\Windows Kits\\10\\'], 'ExtensionSdkDir': ['C:\\Program Files (x86)\\Microsoft SDKs\\Windows Kits\\10\\ExtensionSDKs'], 'VSCMD_ARG_TGT_ARCH': ['x64'], '__DOTNET_ADD_64BIT': ['1'], 'VCToolsVersion': ['14.16.27023'], 'CommandPromptType': ['Native'], 'Platform': ['x64'], 'Framework40Version': ['v4.0'], 'PATH': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX64\\x64', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\VC\\VCPackages', 'C:\\Program Files (x86)\\Microsoft SDKs\\TypeScript\\3.1', 'C:\\Program Files (x86)\\Microsoft SDKs\\TypeScript\\3.1', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\CommonExtensions\\Microsoft\\TestWindow', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\CommonExtensions\\Microsoft\\TeamFoundation\\Team Explorer', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\MSBuild\\15.0\\bin\\Roslyn', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Team Tools\\Performance Tools\\x64', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Team Tools\\Performance Tools', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Common\\VSPerfCollectionTools\\\\x64', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Common\\VSPerfCollectionTools\\', 'C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.1 Tools\\x64\\', 'C:\\Program Files (x86)\\HTML Help Workshop', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\CommonExtensions\\Microsoft\\FSharp\\', 'C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.17763.0\\x64', 'C:\\Program Files (x86)\\Windows Kits\\10\\bin\\x64', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\\\MSBuild\\15.0\\bin', 'C:\\WINDOWS\\Microsoft.NET\\Framework64\\v4.0.30319', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\Tools\\', ''], '__DOTNET_PREFERRED_BITNESS': ['64'], 'VSCMD_VER': ['15.9.24'], 'VCIDEInstallDir': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\VC\\'], 'LIBPATH': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\ATLMFC\\lib\\x64;C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\lib\\x64;C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\lib\\x86\\store\\references;C:\\Program Files (x86)\\Windows Kits\\10\\UnionMetadata\\10.0.17763.0;C:\\Program Files (x86)\\Windows Kits\\10\\References\\10.0.17763.0;C:\\WINDOWS\\Microsoft.NET\\Framework64\\v4.0.30319;'], 'VCINSTALLDIR': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\'], 'FrameworkVersion': ['v4.0.30319'], 'WindowsSdkBinPath': ['C:\\Program Files (x86)\\Windows Kits\\10\\bin\\'], 'HTMLHelpDir': ['C:\\Program Files (x86)\\HTML Help Workshop'], 'VCToolsRedistDir': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Redist\\MSVC\\14.16.27012\\'], 'LIB': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\ATLMFC\\lib\\x64', 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\lib\\x64', 'C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.6.1\\lib\\um\\x64', 'C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.17763.0\\ucrt\\x64', 'C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.17763.0\\um\\x64', '', 'c:/gstreamer/1.0/x86_64.msvc/lib'], 'NETFXSDKDir': ['C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.6.1\\'], 'WindowsSDK_ExecutablePath_x86': ['C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.1 Tools\\'], 'FrameworkVersion64': ['v4.0.30319'], 'VCToolsInstallDir': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC\\Tools\\MSVC\\14.16.27023\\'], 'DevEnvDir': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\'], 'VSINSTALLDIR': ['C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\'], 'FrameworkDIR64': ['C:\\WINDOWS\\Microsoft.NET\\Framework64'], 'WindowsSDKVersion': ['10.0.17763.0\\'], 'WINDRES': ['rc']}
mingw_env_for_toolchain : {'LIBRARY_PATH': ['c:/gstreamer/1.0/x86_64.msvc/lib']}
msvc_env_for_build_system : {'CPPFLAGS': ['/utf-8', '-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601'], 'CFLAGS': ['/utf-8', '-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601'], 'CXXFLAGS': ['/utf-8', '-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601'], 'LDFLAGS': [], 'CC': ['cl'], 'CXX': ['cl'], 'AR': ['lib']}
mingw_env_for_build_system : {'CPPFLAGS': ['-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601'], 'CFLAGS': ['-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601'], 'CXXFLAGS': ['-DWINVER=0x0601', '-D_WIN32_WINNT=0x0601'], 'LDFLAGS': [], 'CC': ['x86_64-w64-mingw32-gcc'], 'CXX': ['x86_64-w64-mingw32-g++'], 'LD': ['x86_64-w64-mingw32-ld'], 'CPP': ['x86_64-w64-mingw32-cpp'], 'RANLIB': ['x86_64-w64-mingw32-ranlib'], 'AR': ['x86_64-w64-mingw32-ar'], 'AS': ['x86_64-w64-mingw32-as'], 'STRIP': ['x86_64-w64-mingw32-strip'], 'WINDRES': ['x86_64-w64-mingw32-windres'], 'RC': ['x86_64-w64-mingw32-windres'], 'NM': ['x86_64-w64-mingw32-nm']}
msvc_version : vs15
meson_properties : {}
manifest : None
extra_properties : {}
qt5_qmake_path : None
qt5_pkgconfigdir : None
for_shell : None
package_tarball_compression : bz2
extra_mirrors : []
extra_bootstrap_packages : {}
moltenvk_prefix : None
vs_install_path : None
vs_install_version : None
Edited by Jeff Wilson