=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for sidplay-1.0.9nb3 clang++ -DPACKAGE=\"sidplay-base\" -DVERSION=\"1.0.9\" -DHAVE_SIGNAL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_FREEBSD=1 -I. -I. -I/usr/pkg/include -O2 -I/usr/pkg/include -c sidplay.cpp clang++ -DPACKAGE=\"sidplay-base\" -DVERSION=\"1.0.9\" -DHAVE_SIGNAL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_FREEBSD=1 -I. -I. -I/usr/pkg/include -O2 -I/usr/pkg/include -c audiodrv.cpp clang++ -DPACKAGE=\"sidplay-base\" -DVERSION=\"1.0.9\" -DHAVE_SIGNAL_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_FREEBSD=1 -I. -I. -I/usr/pkg/include -O2 -I/usr/pkg/include -c sid2wav.cpp In file included from audiodrv.cpp:5: ./audiodrv.h:26:4: error: Audio driver not supported. #error Audio driver not supported. ^ sid2wav.cpp:271:34: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] muteVal |= (1 << argv[a][j]-'1'); ~~ ~~~~~~~~~~^~~~ sid2wav.cpp:271:34: note: place parentheses around the '-' expression to silence this warning muteVal |= (1 << argv[a][j]-'1'); ^ ( ) sid2wav.cpp:734:33: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] void error(char* s1, char* s2 = "") ^ In file included from sidplay.cpp:32: ./audiodrv.h:26:4: error: Audio driver not supported. #error Audio driver not supported. ^ ./audiodrv.h:47:25: error: use of undeclared identifier 'SNDCTL_DSP_RESET' return (ioctl(audioHd,SNDCTL_DSP_RESET,0)!=(-1)); ^ audiodrv.cpp:18:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] errorString = "None"; ^ audiodrv.cpp:39:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] errorString = "ERROR: Could not open audio device."; ^ audiodrv.cpp:53:23: error: use of undeclared identifier 'SNDCTL_DSP_GETFMTS' if (ioctl(audioHd,SNDCTL_DSP_GETFMTS,&mask) == (-1)) ^ audiodrv.cpp:56:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] errorString = "AUDIO: Could not get sample formats."; ^ audiodrv.cpp:78:11: error: use of undeclared identifier 'AFMT_S16_LE' { AFMT_S16_LE, SIDEMU_SIGNED_PCM, SIDEMU_16BIT, false }, ^ audiodrv.cpp:79:11: error: use of undeclared identifier 'AFMT_U16_LE' { AFMT_U16_LE, SIDEMU_UNSIGNED_PCM, SIDEMU_16BIT, false }, ^ ./audiodrv.haudiodrv.cpp:80:11: error: use of undeclared identifier 'AFMT_S16_BE' { AFMT_S16_BE, SIDEMU_SIGNED_PCM, SIDEMU_16BIT, true }, ^ audiodrv.cpp:81:11: error: use of undeclared identifier 'AFMT_U16_BE' { AFMT_U16_BE, SIDEMU_UNSIGNED_PCM, SIDEMU_16BIT, true }, ^ audiodrv.cpp:83:11: error: use of undeclared identifier 'AFMT_S8' { AFMT_S8, SIDEMU_SIGNED_PCM, SIDEMU_8BIT, false }, ^ audiodrv.cpp:84:11: error: use of undeclared identifier 'AFMT_U8' { AFMT_U8, SIDEMU_UNSIGNED_PCM, SIDEMU_8BIT, false } ^ audiodrv.cpp:88:11: error: use of undeclared identifier 'AFMT_S8' { AFMT_S8, SIDEMU_SIGNED_PCM, SIDEMU_8BIT, false }, ^ :47:25: error: use of undeclared identifier 'SNDCTL_DSP_RESET' return (ioctl(audioHd,SNDCTL_DSP_RESET,0)!=(-1)); ^ sidplay.cpp:159:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ audiodrv.cpp:89:11: error: use of undeclared identifier 'AFMT_U8' { AFMT_U8, SIDEMU_UNSIGNED_PCM, SIDEMU_8BIT, false }, ^ audiodrv.cpp:96:11: error: use of undeclared identifier 'AFMT_S16_LE' { AFMT_S16_LE, SIDEMU_SIGNED_PCM, SIDEMU_16BIT, false }, ^ audiodrv.cpp:97:11: error: use of undeclared identifier 'AFMT_U16_LE' { AFMT_U16_LE, SIDEMU_UNSIGNED_PCM, SIDEMU_16BIT, false }, ^ audiodrv.cpp:98:11: error: use of undeclared identifier 'AFMT_S16_BE' { AFMT_S16_BE, SIDEMU_SIGNED_PCM, SIDEMU_16BIT, true }, ^ audiodrv.cpp:99:11: error: use of undeclared identifier 'AFMT_U16_BE' { AFMT_U16_BE, SIDEMU_UNSIGNED_PCM, SIDEMU_16BIT, true } ^ audiodrv.cpp:107:32: error: invalid application of 'sizeof' to an incomplete type 'DriverCaps []' for ( int d=0; d