Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: khvalera on December 24, 2012, 11:12:39 PM

Title: Error during compilation of the program
Post by: khvalera on December 24, 2012, 11:12:39 PM
When compile a version 2.6.0 - 2.6.1 in ffmpeg, get the error:
/usr/lib64/gcc/x86_64-slackware-linux/4.5.2/../../../../x86_64-slackware-linux/bin/ld: cannot find-lADM6avutil
collect2: implementation of ld was completed with return code 1
make[3]: *** [libavcodec/libavcodec.so.54] Error 1
Title: Re: Error during compilation of the program
Post by: Jan Gruuthuse on December 25, 2012, 06:50:02 AM
Check you have these installed: libavcodec-dev, libavcodec-extra-53 (ubuntu 12.04.1 here) or its equivalents for slackware?dpkg -l libavcodec-dev libavcodec-extra-53
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  libavcodec-dev 4:0.8.4-0ubunt Development files for libavcodec
ii  libavcodec-ext 4:0.8.4ubuntu0 Libav codec library

If these are installed: provide the logbuild where it goes wrong (logbuildCore, logbuildPluginsCommon, logbuildClilogbuildQt4 or logbuildGtk). Should be found in the tmp folder. (Or its equivalent in slackware)
So developers can check what is going on with your build.
Title: Re: Error during compilation of the program
Post by: khvalera on December 25, 2012, 08:57:07 PM
AgiliaLinux is based on slackware. In place of ffmpeg is using libav, is installed
Title: Re: Error during compilation of the program
Post by: Jan Gruuthuse on December 27, 2012, 09:18:39 AM
It does not find: lADM6avutil or ADM6avutil? Don't know if this is due to your Russian, non English(uk) os? Can you possible install English language support for your OS and try again when it is available. If this fails: let us know: developer might pick up on this issue.
Title: Re: Error during compilation of the program
Post by: khvalera on January 25, 2013, 11:30:43 PM
Quote from: Jan Gruuthuse on December 27, 2012, 09:18:39 AM
It does not find: lADM6avutil or ADM6avutil? Don't know if this is due to your Russian, non English(uk) os? Can you possible install English language support for your OS and try again when it is available. If this fails: let us know: developer might pick up on this issue.

...on the English version of the same error!
Title: Re: Error during compilation of the program
Post by: mean on January 26, 2013, 07:48:19 AM
Make sure you have patch installed
Title: Re: Error during compilation of the program
Post by: khvalera on January 26, 2013, 09:47:26 PM
Quote from: mean on January 26, 2013, 07:48:19 AM
Make sure you have patch installed

You mean the program: http://www.gnu.org/software/patch/patch.html ? She is of course installed
Title: Re: Error during compilation of the program
Post by: khvalera on March 18, 2013, 03:53:30 PM
someone can help solve this problem?
Title: Re: Error during compilation of the program
Post by: ajschult on March 20, 2013, 04:07:58 AM
It would be helpful to see the command it was trying to run that resulted in that message...

Does libADM6avutil.so exist in your avidemux build directory?  should be in buildCore/ffmpeg/build/libavutil/
Title: Re: Error during compilation of the program
Post by: khvalera on April 02, 2013, 08:07:06 PM
Quote from: ajschult on March 20, 2013, 04:07:58 AM
It would be helpful to see the command it was trying to run that resulted in that message...

Does libADM6avutil.so exist in your avidemux build directory?  should be in buildCore/ffmpeg/build/libavutil/

..there! libADM6avutil.so a link to libADM6avcodec.so.54
Title: Re: Error during compilation of the program
Post by: khvalera on April 08, 2013, 02:33:58 PM
...in avidemux 2.6.3 the problem is gone!