We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm using the HEAD of the repo :
$ git clone https://github.com/moinakg/pcompress && cd pcompress $ git log -1 commit 4c62e4db6074693175ea1d05b5c12a7d51592e33
I configure the build with wavpack support disabled and make fails :
$ ./config --disable-wavpack .... $ make .... [ "x" != "x" ] && (cd ; make) Makefile:338: recipe for target 'archive/wavpack_helper.o' failed make: *** [archive/wavpack_helper.o] Error 1
I've grepped around for "error", but nothing comes out. No problem if I build after a ./config --wavpack-dir step.
The text was updated successfully, but these errors were encountered:
moinakg
No branches or pull requests
Hi,
I'm using the HEAD of the repo :
I configure the build with wavpack support disabled and make fails :
I've grepped around for "error", but nothing comes out. No problem if I build after a ./config --wavpack-dir step.
The text was updated successfully, but these errors were encountered: