Hello,
I have been able to follow the OF installation guide seemingly successfully up until I have to run the command ./install_dependencies.sh`
which just returns this
>
no errors or anything. Is this normal? I have no experience with msys2 so I have no idea. And when I try to run the make file in …/libs/openFrameworksCompiled/project with mingw32 I get this
HOST_OS=MINGW32_NT-10.0-18362
checking pkg-config libraries: cairo zlib openssl glew glfw3 libcurl
with PKG_CONFIG_LIBDIR=
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
/bin/sh: /mingw32/bin/pkg-config: No such file or directory
/bin/sh: line 0: return: can only `return' from a function or sourced script
makefileCommon/config.shared.mk:291: *** couldn't find cairo zlib openssl glew glfw3 libcurl 0 pkg-config package or it's dependencies, did you run the latest install_dependencies.sh?. Stop.
so i figure the install_dependencies.sh did not work for some reason