We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does Master still build under VCV Rack 0.5.1 Windows? Not having any luck building Southpole. Any suggestions? Thanks!
$ make g++ -DTEST -I./eurorack -Wno-unused-local-typedefs -fPIC -I../../include -I../../dep/include -DVERSION=0.5.3 -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -Wsuggest-override -std=c++11 -c -o build/src/Southpole.cpp.o src/Southpole.cpp g++ -DTEST -I./eurorack -Wno-unused-local-typedefs -fPIC -I../../include -I../../dep/include -DVERSION=0.5.3 -MMD -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -Wsuggest-override -std=c++11 -c -o build/src/Abr.cpp.o src/Abr.cpp make: *** No rule to make target 'build/src/Aux.cpp.o', needed by 'plugin.dll'. Stop.
The text was updated successfully, but these errors were encountered:
nope, i don't use a dev branch yet, i'm saving individual files from time to time. please stick to the release tags to compile the source.
Sorry, something went wrong.
that being said, that file should not be there anymore, just delete it.
and if you are using community-builds-from-source.sh you can set the southpole-vcvrack repo to the latest tag in the list.
No branches or pull requests
Does Master still build under VCV Rack 0.5.1 Windows? Not having any luck building Southpole. Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: