You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
if you haven't found a solution by yourself yet, this one worked for me:
Go to ".../library-jni/jni/vo-aacenc" and open the "configure.ac" file.
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).
Repeat 1 and 2 for the ".../library-jni/jni/vo-amrwbenc" directory and wherever else the problem occurs.
Try again ^^.
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.
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
The text was updated successfully, but these errors were encountered: