gbrandt1 / southpole-vcvrack

Southpole Modules for VCV Rack
Other
67 stars 24 forks source link

No rule to make target 'build/src/Aux.cpp.o' building Master on Windows #17

Open djpeterso23662 opened 6 years ago

djpeterso23662 commented 6 years ago

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.
gbrandt1 commented 6 years ago

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.

gbrandt1 commented 6 years ago

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.