Quantcast
Channel: bugs, errors - openFrameworks
Viewing all articles
Browse latest Browse all 636

Problems compiling of arch 202204 usr/include/sndfile.h:356:33: error: conflicting declaration ‘typedef struct sf_private_tag SNDFILE’ 356 | typedef struct sf_private_tag SNDFILE ;

$
0
0

All my openFrameworks stopped working on arch env due to this latest update of libsndfile

Compilation error is

usr/include/sndfile.h:356:33: error: conflicting declaration ‘typedef struct sf_private_tag SNDFILE’
356 | typedef struct sf_private_tag SNDFILE ;

It will recompile if you change libs/openFrameworks/sound/ofOpenALSoundPlayer.h

// typedef struct SNDFILE_tag SNDFILE ;
typedef struct sf_private_tag SNDFILE ;

as per instructions here

Hope you don’t loose a couple of hours

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 636

Trending Articles