Open papiche opened 7 months ago
I am having similar issues
Compiling Oscilloscope for Release
make[1]: Entering directory '/media/dafoex/1TB/Software/OSMusic/OF/apps/myApps/Oscilloscope'
HOST_OS=Linux
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio libpulse-simple alsa gl glu glew gtk+-3.0
with PKG_CONFIG_LIBDIR=
../../../libs/openFrameworksCompiled/project/makefileCommon/config.addons.mk:210: *** missing separator. Stop.
make[1]: Leaving directory '/media/dafoex/1TB/Software/OSMusic/OF/apps/myApps/Oscilloscope'
make: *** [../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2
My scrollback doesn't show the whole process, but I can try writing it to a file if you need more information For what it's worth I am running Linux Mint 21.3
@papiche about the first: seems there's a dependency on glib that's not declared. this would be easy enough to fix in the ofxNative plugin (e.g. by switching to c++17 and using std::filesystem instead)
@cyber199 that error is from openFrameworks. is it possible you're grabbed the HEAD release? you can try OF0.10 or OF0.11, that's what it should compile with.
ps. once those errors are fixed, these will start showing up: https://github.com/kritzikratzi/Oscilloscope/issues/80
you can try OF0.10 or OF0.11, that's what it should compile with.
Still learning git, is that as simple as git checkout OF0.10
or am I dumb?
no, don't use git. OF is huge and a lot of work to build. grab the binary package for your OS here:
Following this method
leads to
any idea for correcting that ?