hey i im trying to compile openframeworks, using v0.11.0 but it doesnt smee to work
here is the error i get when i try make in the of_v0.11.0_msys264_release/libs/openFrameworksCompiled/project folder
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:17:
C:/msys64/mingw64/include/AL/alc.h:34:16: error: using typedef-name ‘ALCdevice’ after ‘struct’
34 | typedef struct ALCdevice ALCdevice;
| ^~~~~~~~~
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:1:
D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.h:13:33: note: ‘ALCdevice’ has a previous declaration here
13 | typedef struct ALCdevice_struct ALCdevice;
| ^~~~~~~~~
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:17:
C:/msys64/mingw64/include/AL/alc.h:34:26: error: conflicting declaration ‘typedef int ALCdevice’
34 | typedef struct ALCdevice ALCdevice;
| ^~~~~~~~~
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:1:
D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.h:13:33: note: previous declaration as ‘typedef struct ALCdevice_struct ALCdevice’
13 | typedef struct ALCdevice_struct ALCdevice;
| ^~~~~~~~~
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:17:
C:/msys64/mingw64/include/AL/alc.h:36:16: error: using typedef-name ‘ALCcontext’ after ‘struct’
36 | typedef struct ALCcontext ALCcontext;
| ^~~~~~~~~~
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:1:
D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.h:15:34: note: ‘ALCcontext’ has a previous declaration here
15 | typedef struct ALCcontext_struct ALCcontext;
| ^~~~~~~~~~
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:17:
C:/msys64/mingw64/include/AL/alc.h:36:27: error: conflicting declaration ‘typedef int ALCcontext’
36 | typedef struct ALCcontext ALCcontext;
| ^~~~~~~~~~
In file included from D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.cpp:1:
D:/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworks/sound/ofOpenALSoundPlayer.h:15:34: note: previous declaration as ‘typedef struct ALCcontext_struct ALCcontext’
15 | typedef struct ALCcontext_struct ALCcontext;
| ^~~~~~~~~~
make[2]: *** [makefileCommon/compile.core.mk:240: /d/Dokumente/oF/of_v0.11.0_msys264_release/libs/openFrameworksCompiled/lib/msys2/obj/Debug/libs/openFrameworks/sound/ofOpenALSoundPlayer.o] Error 1
make[1]: *** [makefileCommon/compile.core.mk:212: Debug] Error 2
make: *** [makefileCommon/compile.core.mk:228: all] Error 2