Hi everyone!
I’m trying to compile oF in msys2 following these instructions. I get an error when I get to compiling the openFrameworksCompiled project.
I’m primarily a Mac user so forgive me if it’s a noob question. Errors pasted below, any help would be greatly appreciated!
Seb
PS if there’s an easier way to compile oF projects for Windows without the bulk of VS, let me know!
$ make
HOST_OS=MINGW64_NT-10.0
checking pkg-config libraries: cairo zlib openssl glew
HOST_OS=MINGW64_NT-10.0
checking pkg-config libraries: cairo zlib openssl glew
HOST_OS=MINGW64_NT-10.0
checking pkg-config libraries: cairo zlib openssl glew
cat: /c/of_v0.9.8_msys2/libs/openFrameworksCompiled/lib/msys2/obj/Debug/.compiler_flags: No such file or directory
Compiling /c/of_v0.9.8_msys2/libs/openFrameworks/3d/of3dPrimitives.cpp
/mingw32/bin/g++ -g3 -std=gnu++14 -DUNICODE -D_UNICODE -Wall -fexceptions -DPOCO_STATIC -mms-bitfields -IC:/msys64/mingw32/include/cairo -IC:/msys64/mingw32/include/pixman-1 -IC:/msys64/mingw32/include -IC:/msys64/mingw32/include/freetype2 -IC:/msys64/mingw32/include/libpng16 -IC:/msys64/mingw32/include/harfbuzz -IC:/msys64/mingw32/include/glib-2.0 -IC:/msys64/mingw32/lib/glib-2.0/include -IC:/msys64/mingw32/include -IC:/msys64/mingw32/include/freetype2 -IC:/msys64/mingw32/include -IC:/msys64/mingw32/include/harfbuzz -IC:/msys64/mingw32/include/glib-2.0 -IC:/msys64/mingw32/lib/glib-2.0/include -IC:/msys64/mingw32/include -IC:/msys64/mingw32/include/libpng16 -IC:/msys64/mingw32/include -I/c/of_v0.9.8_msys2/libs/fmodex/include -I/c/of_v0.9.8_msys2/libs/glfw/include -I/c/of_v0.9.8_msys2/libs/glfw/include/GLFW -I/c/of_v0.9.8_msys2/libs/glu/include -I/c/of_v0.9.8_msys2/libs/rtAudio/include -I/c/of_v0.9.8_msys2/libs/tess2/include -I/c/of_v0.9.8_msys2/libs/utf8cpp/include -I/c/of_v0.9.8_msys2/libs/utf8cpp/include/utf8 -I/c/of_v0.9.8_msys2/libs/videoInput/include -I/c/of_v0.9.8_msys2/libs/openFrameworks -I/c/of_v0.9.8_msys2/libs/openFrameworks/3d -I/c/of_v0.9.8_msys2/libs/openFrameworks/app -I/c/of_v0.9.8_msys2/libs/openFrameworks/communication -I/c/of_v0.9.8_msys2/libs/openFrameworks/events -I/c/of_v0.9.8_msys2/libs/openFrameworks/gl -I/c/of_v0.9.8_msys2/libs/openFrameworks/graphics -I/c/of_v0.9.8_msys2/libs/openFrameworks/math -I/c/of_v0.9.8_msys2/libs/openFrameworks/sound -I/c/of_v0.9.8_msys2/libs/openFrameworks/types -I/c/of_v0.9.8_msys2/libs/openFrameworks/utils -I/c/of_v0.9.8_msys2/libs/openFrameworks/video -DDEBUG -MMD -MP -MF /c/of_v0.9.8_msys2/libs/openFrameworksCompiled/lib/msys2/obj/Debug/libs/openFrameworks/3d/of3dPrimitives.d -MT/c/of_v0.9.8_msys2/libs/openFrameworksCompiled/lib/msys2/obj/Debug/libs/openFrameworks/3d/of3dPrimitives.o -o /c/of_v0.9.8_msys2/libs/openFrameworksCompiled/lib/msys2/obj/Debug/libs/openFrameworks/3d/of3dPrimitives.o -c /c/of_v0.9.8_msys2/libs/openFrameworks/3d/of3dPrimitives.cpp
make[2]: *** [makefileCommon/compile.core.mk:241: /c/of_v0.9.8_msys2/libs/openFrameworksCompiled/lib/msys2/obj/Debug/libs/openFrameworks/3d/of3dPrimitives.o] Error 1
make[1]: *** [makefileCommon/compile.core.mk:213: Debug] Error 2
make: *** [makefileCommon/compile.core.mk:229: all] Error 2