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

libgig fails to compile in msys_helper.sh #3518

Closed
Hey-Holokin opened this issue Apr 29, 2017 · 4 comments
Closed

libgig fails to compile in msys_helper.sh #3518

Hey-Holokin opened this issue Apr 29, 2017 · 4 comments
Labels

Comments

@Hey-Holokin
Copy link

Hey-Holokin commented Apr 29, 2017

Under branch stable-1.2
System: Intel i5-6400 with Windows 10, Creator Update

image
image

@tresf edited, added searchable keywords

Sorry, you need either libsndfile or libaudiofile to compile libgig.
This is needed for the gigextract utility to write audio files.
make : *** No targets specified and no makefile found.  Stop.

- Installing libgig... 
make:  Nothing to be done for 'install'.
mv: cannot stat '/mingw64/lib/bin/libakai-0.dll': No such file or directory
mv: cannot stat '/mingw64/lib/bin/libgig-7.dll': No such file or directory
@Umcaruje
Copy link
Member

Please add the information about your system, and the branch you're compiling

@Hey-Holokin
Copy link
Author

Information added.

@tresf
Copy link
Member

tresf commented Apr 29, 2017

I think the relevant portion is:

Sorry, you need either libsndfile or libaudiofile to compile libgig.(edited)

This dependency should have been met when mingw64-x-libsndfile was installed via the fetch_ppa.sh script. fetch_ppa.sh is called automatically by msys_helper.sh so as long as $HOME/ppa doesn't exist.

So if you don't mind re-installing the dependencies, I recommend wiping out $HOME/ppa and trying that script again.

@tresf tresf closed this as completed Apr 30, 2017
@tresf
Copy link
Member

tresf commented Apr 30, 2017

Closed via f9e01b5. Thanks @edition-ben for the fix. Cherry-picked from #3492.

cd ~; rm -rf lmms ppa; ./msys_helper.sh and you should be all set.

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

No branches or pull requests

3 participants