[FFmpeg-user] make installcl is unable to create an executable file.

Simin Ghesmati simin.ghesmati at gmail.com
Sun Jun 28 21:50:14 CEST 2015


Dear Sir/Madam

I'd like to run the following, but I received the error (the attached
error). Could you tell me what should I do?

regards,
Simin Ghesmati,


instruction:
Open *VS2013 x86 Native Tools Command Prompt.bat* (should be in *\Program
Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\* folder),
go to *D:\msys64\* and launch *msys2_shell.bat*, there run

PATH="/c/Program Files (x86)/Microsoft Visual Studio 12.0/VC/BIN:$PATH"

cd /d/TBuild/Libraries/ffmpeg-2.6.3
pacman -S msys/make
pacman -S mingw64/mingw-w64-x86_64-opus
pacman -S pkg-config

PKG_CONFIG_PATH="/mingw64/lib/pkgconfig:$PKG_CONFIG_PATH"

./configure --toolchain=msvc --disable-programs --disable-everything
--enable-libopus --enable-decoder=aac --enable-decoder=aac_latm
--enable-decoder=aasc --enable-decoder=mp1 --enable-decoder=mp1float
--enable-decoder=mp2 --enable-decoder=mp2float --enable-decoder=mp3
--enable-decoder=mp3adu --enable-decoder=mp3adufloat
--enable-decoder=mp3float --enable-decoder=mp3on4
--enable-decoder=mp3on4float --enable-decoder=wavpack
--enable-decoder=opus --enable-decoder=vorbis
--enable-decoder=wmalossless --enable-decoder=wmapro
--enable-decoder=wmav1 --enable-decoder=wmav2
--enable-decoder=wmavoice --enable-encoder=libopus --enable-parser=aac
--enable-parser=aac_latm --enable-parser=mpegaudio
--enable-parser=opus --enable-parser=vorbis --enable-demuxer=aac
--enable-demuxer=wav --enable-demuxer=mp3 --enable-demuxer=ogg
--enable-demuxer=mov --enable-muxer=ogg --enable-muxer=opus
--extra-ldflags="-libpath:/d/TBuild/Libraries/opus/win32/VS2010/Win32/Release
celt.lib silk_common.lib silk_float.lib"

make
make install

but I receive this error:


DRLB at Simin-PC MSYS ~
$ PATH="/d/Program Files (x86)/ VS 2013/VC/BIN:$PATH"

DRLB at Simin-PC MSYS ~
$

DRLB at Simin-PC MSYS ~
$ cd /d/TBuild/Libraries/ffmpeg-2.6.3

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ pacman -S msys/make
resolving dependencies...
looking for conflicting packages...

Packages (1) make-4.1-4

Total Download Size:   0.38 MiB
Total Installed Size:  1.17 MiB

:: Proceed with installation? [Y/n] y

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ pacman -S msys/make
resolving dependencies...
looking for conflicting packages...

Packages (1) make-4.1-4

Total Download Size:   0.38 MiB
Total Installed Size:  1.17 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages ...
 make-4.1-4-i686          385.6 KiB  30.7K/s 00:13 [#####################]
100%
(1/1) checking keys in keyring                     [#####################]
100%
(1/1) checking package integrity                   [#####################]
100%
(1/1) loading package files                        [#####################]
100%
(1/1) checking for file conflicts                  [#####################]
100%
(1/1) checking available disk space                [#####################]
100%
(1/1) installing make                              [#####################]
100%

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ pacman -S mingw64/mingw-w64-x86_64-opus
resolving dependencies...
looking for conflicting packages...

Packages (1) mingw-w64-x86_64-opus-1.1-2

Total Download Size:   0.28 MiB
Total Installed Size:  1.70 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages ...
 mingw-w64-x86_64-op...   290.6 KiB  30.7K/s 00:09 [#####################]
100%
(1/1) checking keys in keyring                     [#####################]
100%
(1/1) checking package integrity                   [#####################]
100%
(1/1) loading package files                        [#####################]
100%
(1/1) checking for file conflicts                  [#####################]
100%
(1/1) checking available disk space                [#####################]
100%
(1/1) installing mingw-w64-x86_64-opus             [#####################]
100%

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ pacman -S pkg-config
resolving dependencies...
looking for conflicting packages...

Packages (5) glib2-2.42.0-1  libgcrypt-1.6.3-1  libgpg-error-1.19-1
             libxslt-1.1.28-7  pkg-config-0.28-2

Total Download Size:    2.35 MiB
Total Installed Size:  11.71 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages ...
 libgpg-error-1.19-1...    91.9 KiB  31.6K/s 00:03 [#####################]
100%
 libgcrypt-1.6.3-1-i686   347.9 KiB  23.5K/s 00:15 [#####################]
100%
 libxslt-1.1.28-7-i686    126.6 KiB  21.2K/s 00:06 [#####################]
100%
 glib2-2.42.0-1-i686     1686.6 KiB  22.9K/s 01:14 [#####################]
100%
 pkg-config-0.28-2-i686   158.2 KiB  24.4K/s 00:06 [#####################]
100%
(5/5) checking keys in keyring                     [#####################]
100%
(5/5) checking package integrity                   [#####################]
100%
(5/5) loading package files                        [#####################]
100%
(5/5) checking for file conflicts                  [#####################]
100%
(5/5) checking available disk space                [#####################]
100%
(1/5) installing libgpg-error                      [#####################]
100%
(2/5) installing libgcrypt                         [#####################]
100%
(3/5) installing libxslt                           [#####################]
100%
(4/5) installing glib2                             [#####################]
100%
Optional dependencies for glib2
    python2: for gdbus-codegen and gtester-report
(5/5) installing pkg-config                        [#####################]
100%

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ PKG_CONFIG_PATH="/mingw64/lib/pkgconfig:$PKG_CONFIG_PATH"

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ ./configure --toolchain=msvc --disable-programs --disable-everything
--enable-
                                    libopus --enable-decoder=aac
--enable-decoder=aac_latm --enable-decoder=aasc --e

  nable-decoder=mp1 --enable-decoder=mp1float --enable-decoder=mp2
--enable-decode
                                          r=mp2float --enable-decoder=mp3
--enable-decoder=mp3adu --enable-decoder=mp3aduf

loat --enable-decoder=mp3float --enable-decoder=mp3on4
--enable-decoder=mp3on4fl
                                                    oat
--enable-decoder=wavpack --enable-decoder=opus --enable-decoder=vorbis
--ena
                                ble-decoder=wmalossless
--enable-decoder=wmapro --enable-decoder=wmav1 --enable-

        decoder=wmav2 --enable-decoder=wmavoice --enable-encoder=libopus
--enable-parser
                                          =aac --enable-parser=aac_latm
--enable-parser=mpegaudio --enable-parser=opus --e

  nable-parser=vorbis --enable-demuxer=aac --enable-demuxer=wav
--enable-demuxer=m
                                              p3 --enable-demuxer=ogg
--enable-demuxer=mov --enable-muxer=ogg --enable-muxer=o

        pus
--extra-ldflags="-libpath:/d/TBuild/Libraries/opus/win32/VS2010/Win32/Releas

                          e celt.lib silk_common.lib silk_float.lib"

make
make installcl is unable to create an executable file.
If cl is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ make
Makefile:2: config.mak: No such file or directory
Makefile:59: /common.mak: No such file or directory
Makefile:100: /libavutil/Makefile: No such file or directory
Makefile:100: /library.mak: No such file or directory
Makefile:102: /doc/Makefile: No such file or directory
Makefile:185: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'.  Stop.

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ make install
Makefile:2: config.mak: No such file or directory
Makefile:59: /common.mak: No such file or directory
Makefile:100: /libavutil/Makefile: No such file or directory
Makefile:100: /library.mak: No such file or directory
Makefile:102: /doc/Makefile: No such file or directory
Makefile:185: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'.  Stop.

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3
$ PKG_CONFIG_PATH="/mingw64/lib/pkgconfig:$PKG_CONFIG_PATH"

DRLB at Simin-PC MSYS /d/TBuild/Libraries/ffmpeg-2.6.3






-- 
Regards,
============
Simin Ghesmati

*Simin.Ghesmati at gmail.com <Simin.Ghesmati at gmail.com>*


More information about the ffmpeg-user mailing list