pyflac icon indicating copy to clipboard operation
pyflac copied to clipboard

gcc got a little stricter with argument types

Open NixM0nk3y opened this issue 10 years ago • 1 comments

Allow compilation on more modern gcc. Tested and working on raspian - sorry I don't have access to older gcc to test backward compatibleness

NixM0nk3y avatar Jul 08 '14 09:07 NixM0nk3y

Seems to have fixed this problem that I'm having on MacOS:

flac/encoder_wrap.c:3116:19: note: forward declaration of 'struct FLAC__StreamEncoder'
SWIGINTERN struct FLAC__StreamEncoder *new_FLAC__StreamEncoder(void){
                  ^
flac/encoder_wrap.c:4090:19: error: incomplete definition of type 'struct FLAC__StreamEncoder'
  if (arg1) (arg1)->private_ = arg2;

razed11 avatar Oct 27 '17 22:10 razed11