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

option 'subdir-objects' is disabled #144

Open
ashokgujju opened this issue Nov 18, 2015 · 1 comment
Open

option 'subdir-objects' is disabled #144

ashokgujju opened this issue Nov 18, 2015 · 1 comment

Comments

@ashokgujju
Copy link

I am following the installation instructions. when I executed ./fetch.sh I many of these warnings (warning:source file '$(ENC_SRC)/grp_data.c' is in a subdirectory,
Makefile.am:26: but option 'subdir-objects' is disabled) and execution terminated. full log is attached.
could anyone help me on this?
log.txt

@CptCattivo
Copy link

Hi,
if you haven't found a solution by yourself yet, this one worked for me:

  1. Go to ".../library-jni/jni/vo-aacenc" and open the "configure.ac" file.
  2. Add the line "AM_INIT_AUTOMAKE([subdir-objects])" and save the file. (I even had to replace the line "AM_INIT_AUTOMAKE([tar-ustar])", but i don't know, if this was really necessary).
  3. Repeat 1 and 2 for the ".../library-jni/jni/vo-amrwbenc" directory and wherever else the problem occurs.
  4. Try again ^^.
  5. In my case, there was an additional problem, where i had to run the command "automake --add-missing" in the same directories. Maybe you should do this, too.

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