VCVRack / AudibleInstruments

VCV Rack plugin based on Mutable Instruments Eurorack modules
https://vcvrack.com/AudibleInstruments.html
Other
387 stars 84 forks source link

715f977 not compiling Windows 7 #37

Closed Coirt closed 6 years ago

Coirt commented 6 years ago
Makefile:55: warning: overriding recipe for target 'dist'
../../plugin.mk:36: warning: ignoring old recipe for target 'dist'
g++ -DTEST -I./eurorack -Wno-unused-local-typedefs -fPIC -I../../include -I../../dep/include -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/Clouds.cpp.o src/Clouds.cpp
src/Clouds.cpp:7:10: fatal error: clouds/dsp/granular_processor.h: No such file or directory
 #include "clouds/dsp/granular_processor.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [../../compile.mk:54: build/src/Clouds.cpp.o] Error 1
AndrewBelt commented 6 years ago

I think you need to check out the submodules. https://github.com/VCVRack/AudibleInstruments/blob/v0.5/README.md#building

Coirt commented 6 years ago

Just looking at the code there was scratching my head how the Mult and Utility modules were not named Kinks and Links didn't know that! Tried that command in MSYS2 just before posting gave this error might not be doing it right idk.

from the Plugins/AudibleInstruments directory entering: " git submodule update --init --recursive " returning:

': not a valid identifierline 88: export: `dashless
AndrewBelt commented 6 years ago

You can ignore that warning message. Does it build now?

Coirt commented 6 years ago

Tried the commands

mv /mingw64/bin/envsubst.exe /mingw64/bin/envsubst.exe.old
pacman -S gettext

Updated the files then tried again in the AudibleInstruments directory

git submodule update --init --recursive

Do not get the "88" error nothing of any kind just goes back to the directory. Doing make again still gives the error associated with the dependencies.

Coirt commented 6 years ago

Just deleted and re-cloned think it might be working now.... That did it alright could have just cloned the eurorack folder too no?

AndrewBelt commented 6 years ago

Okay, closing since this is solved. Reopen if not.