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

Bad generated makefile? #4

Open
cyruscousins opened this issue Mar 26, 2018 · 2 comments
Open

Bad generated makefile? #4

cyruscousins opened this issue Mar 26, 2018 · 2 comments

Comments

@cyruscousins
Copy link

Hi,
On Ubuntu 17.10 with gstreamer 1.0, after installing dependencies, I run ./autogen.sh and ./configure to generate the makefile, then make, and I get the following output:

make all-recursive
make[1]: Entering directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq'
Making all in src
make[2]: Entering directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq/src'
Making all in doc
make[2]: Entering directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq/doc'
Making all in man
make[3]: Entering directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq/doc/man'
make[3]: *** No rule to make target 'peaq.1', needed by 'all-am'. Stop.
make[3]: Leaving directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq/doc/man'
Makefile:536: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq/doc'
Makefile:426: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/cyruscousins/Programming/audio/AudioEMD/comparison_algs/gstpeaq'
Makefile:358: recipe for target 'all' failed
make: *** [all] Error 2

It seems like no rule is generated for peaq.1. Any idea what's going wrong here?

@martinholters
Copy link
Member

I think you need to run ./configure --enable-man (as is done at the end of autogen.sh, by the way). Please report back whether that fixes it.

Also note that peaq.1 is contained in the tarballs, so I assume you're building directly from git. Is that correct?

@cyruscousins
Copy link
Author

Thank you, this fixes the issue. I am building directly from git.

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