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