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

Cannot compile due to missing Makefile.shared #20

Closed
andrewschott opened this issue Feb 5, 2020 · 3 comments
Closed

Cannot compile due to missing Makefile.shared #20

andrewschott opened this issue Feb 5, 2020 · 3 comments

Comments

@andrewschott
Copy link

I just did a clone of the repo and cannot build due to the following error:

andrew@schotty-tower-wired:~/workspace/git_repos/jfsw> make
Makefile:165: jfbuild/Makefile.shared: No such file or directory
make: *** No rule to make target 'jfbuild/Makefile.shared'.  Stop.
andrew@schotty-tower-wired:~/workspace/git_repos/jfsw> 

I noticed in the Makefile the following references to files that do not exist:

include $(AUDIOLIBROOT)/Makefile.shared
include $(EROOT)/Makefile.shared

Any tips on how to make this?
Thanks!
Andrew.

@jonof
Copy link
Owner

jonof commented Feb 5, 2020

Have you initialised and updated the submodules in the repository? For example:

jonof@Boomer ~/tmp/jfsw:master $ git submodule update --init
Submodule 'jfaudiolib' (https://github.com/jonof/jfaudiolib.git) registered for path 'jfaudiolib'
Submodule 'jfbuild' (https://github.com/jonof/jfbuild.git) registered for path 'jfbuild'
Submodule 'jfmact' (https://github.com/jonof/jfmact.git) registered for path 'jfmact'
Cloning into '/Users/jonof/tmp/jfsw/jfaudiolib'...
Cloning into '/Users/jonof/tmp/jfsw/jfbuild'...
Cloning into '/Users/jonof/tmp/jfsw/jfmact'...
Submodule path 'jfaudiolib': checked out '8e28fe3bc41bf809391461697cd0ecb7027cb7f6'
Submodule path 'jfbuild': checked out '31e2b842629f52227fd1291f5228a806704b0cbc'
Submodule path 'jfmact': checked out 'dbbf346d78334c6907ad9014958305309d4df7a0'

@andrewschott
Copy link
Author

andrewschott commented Feb 5, 2020

That would be a big fat no. Let me give that a stab when I get off work. Likely my issue was that. As I couldn't locate proper build instructions I tried doing a 'make' and go from there.

@andrewschott
Copy link
Author

That did the trick! Thanks!

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