Hi there,
I’m trying to setup of on VSCode but I can’t find a solution for the error I get while trying to compile (build debug or build release):
Compiling OF library for Debug
/usr/bin/sh: -c: line 2: syntax error: unexpected end of file
make[2]: *** [makefileCommon/compile.core.mk:233: C:/Users/mmang/Desktop/of_v0.11.2_msys2_mingw64_release/libs/openFrameworksCompiled/lib/msys2/obj/Debug/.compiler_flags] Error 2
make[1]: *** [makefileCommon/compile.core.mk:212: Debug] Error 2
make: *** [C:/Users/mmang/Desktop/of_v0.11.2_msys2_mingw64_release/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:139: Debug] Error 2
The code compiles and runs in the MSYS shell, so I can edit it in VSCode and run it from the shell but it’s kind of annoying and I’m sure it’s something small that could fix it, I just don’t know what.
If someone could help me out it would be amazing!
2 posts - 2 participants