Skip to content
New issue

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

git submodule update problem in mingw64 #54

Closed
sharpie7 opened this issue Aug 26, 2018 · 3 comments
Closed

git submodule update problem in mingw64 #54

sharpie7 opened this issue Aug 26, 2018 · 3 comments

Comments

@sharpie7
Copy link

I hesitate to raise this as I probably missed something important in the docs again, so sorry if that is the case.

Seems to be a problem with the clone submodules step in Win 10 under mingw64:

Iain@BIGPC8 MINGW64 ~/Rack/plugins
$ git clone https://github.com/VCVRack/Fundamental.git
Cloning into 'Fundamental'...
remote: Counting objects: 709, done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 709 (delta 46), reused 66 (delta 38), pack-reused 631
Receiving objects: 100% (709/709), 699.36 KiB | 1.14 MiB/s, done.
Resolving deltas: 100% (477/477), done.

Iain@BIGPC8 MINGW64 ~/Rack/plugins
$ cd Fundamental/

Iain@BIGPC8 MINGW64 ~/Rack/plugins/Fundamental
$ git submodule update --init --recursive
': not a valid identifierline 88: export: `dashless
@AndrewBelt
Copy link
Member

I see no issue here. The last line is a warning.

@sharpie7
Copy link
Author

If you say so, though the command returns immediately without apparently doing anything.

Next step then:

Iain@BIGPC8 MINGW64 ~/Rack/plugins/Fundamental
$ make
g++ -Wsuggest-override -std=c++11 -Idep/include -DSLUG=Fundamental -fPIC -I../../include -I../../dep/include -DVERSION=0.6.1 -MMD -MP -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -c -o build/src/Fundamental.cpp.o src/Fundamental.cpp
g++ -Wsuggest-override -std=c++11 -Idep/include -DSLUG=Fundamental -fPIC -I../../include -I../../dep/include -DVERSION=0.6.1 -MMD -MP -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -c -o build/src/Delay.cpp.o src/Delay.cpp
src/Delay.cpp:5:10: fatal error: samplerate.h: No such file or directory
 #include "samplerate.h"
          ^~~~~~~~~~~~~~
compilation terminated.
make: *** [../../compile.mk:65: build/src/Delay.cpp.o] Error 1

@AndrewBelt
Copy link
Member

I just answered a question about this in another thread. Run make dep in the Fundamental directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants