[x264-devel] Compiling Steven's msvs2013 devel branch

Balint Szente bszente at gmail.com
Fri May 23 11:29:14 CEST 2014


Hello!


I encountered difficulties in compiling:
<https://github.com/kemuri-9/x264-devel/tree/msvs2013>

Steps I did:
1. Installed VC++ 2013 with Update 2
2. Installed MSYS
3. Started "VS2013 x86 Native Tools Command Prompt"
4. from this prompt I started "C:\MinGW\msys\1.0\msys.bat"
5. cd <x264-devel-msvs2013>
6. $ CC=cl.exe ./configure --disable-cli --enable-static
platform:      X86
system:        WINDOWS
cli:           no
libx264:       internal
shared:        no
static:        yes
asm:           yes
interlaced:    yes
avs:           avisynth
lavf:          no
ffms:          no
mp4:           no
gpl:           yes
thread:        win32
opencl:        yes
filters:       crop select_every
debug:         no
gprof:         no
strip:         no
PIC:           no
bit depth:     8
chroma format: all

You can run 'make' or 'make fprofiled' now.
7. $ make
cat common/opencl/x264-cl.h common/opencl/bidir.cl 
common/opencl/downscale.cl common/opencl/intra.cl 
common/opencl/motionsearch.cl common/opencl/subpel.cl 
common/opencl/weightp.cl | perl ./tools/cltostr.pl x264_opencl_source > 
common/oclobj.h
make: *** [.depend] Error 2

The .obj files are created in the directory, but the .lib file is not.

Please find attached the following files:
   config.log
   config.mak
   config.h
   .depend

What am I missing? What did I do wrong?

Thank you,
Balint
-------------- next part --------------
checking whether _MSC_VER > 1800 || (_MSC_VER == 1800 && _MSC_FULL_VER >= 180030324) is true... yes
checking whether rc works... yes
x264 configure script
Command line options: "--disable-cli" "--enable-static"

checking whether cl.exe works... yes
checking whether yasm supports vpmovzxwd ymm0, xmm0... yes
checking whether cl.exe supports __asm__("pabsw %xmm0, %xmm0");... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -link shell32.lib -largeaddressaware 
conftest.c
conftest.obj : error LNK2019: unresolved external symbol ___asm__ referenced in function _main
conftest.exe : fatal error LNK1120: 1 unresolved externals
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () { __asm__("pabsw %xmm0, %xmm0"); return 0; }
--------------------------------------------------
checking for pthread_create(0,0,0,0); in pthread.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lpthread -link pthread.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lpthread'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <pthread.h>
int main () { pthread_create(0,0,0,0); return 0; }
--------------------------------------------------
checking for pthread_create(0,0,0,0); in pthread.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lpthreadGC2 -link pthreadVC2.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lpthreadGC2'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <pthread.h>
int main () { pthread_create(0,0,0,0); return 0; }
--------------------------------------------------
checking for pthread_create(0,0,0,0); in pthread.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras -DPTW32_STATIC_LIB  -lpthreadGC2 -lwsock32 -DPTW32_STATIC_LIB -link pthreadVC2.lib wsock32.lib -DPTW32_STATIC_LIB shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lpthreadGC2'
cl : Command line warning D9002 : ignoring unknown option '-lwsock32'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <pthread.h>
int main () { pthread_create(0,0,0,0); return 0; }
--------------------------------------------------
checking for pthread_create(0,0,0,0); in pthread.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras -DPTW32_STATIC_LIB  -lpthreadGC2 -lws2_32 -DPTW32_STATIC_LIB -link pthreadVC2.lib ws2_32.lib -DPTW32_STATIC_LIB shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lpthreadGC2'
cl : Command line warning D9002 : ignoring unknown option '-lws2_32'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <pthread.h>
int main () { pthread_create(0,0,0,0); return 0; }
--------------------------------------------------
checking for return log2f(2); in math.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras -Werror  -Werror -link -Werror shell32.lib -largeaddressaware 
cl : Command line error D8021 : invalid numeric argument '/Werror'
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <math.h>
int main () { return log2f(2); return 0; }
--------------------------------------------------
checking for sws_init_context(0,0,0); in libswscale/swscale.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -lswscale -lavutil -link swscale.lib avutil.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lswscale'
cl : Command line warning D9002 : ignoring unknown option '-lavutil'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'libswscale/swscale.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <libswscale/swscale.h>
int main () { sws_init_context(0,0,0); return 0; }
--------------------------------------------------
checking for -lpostproc... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lpostproc -link postproc.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lpostproc'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'postproc.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lavcodec... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lavcodec -link avcodec.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lavcodec'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'avcodec.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lavcore... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lavcore -link avcore.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lavcore'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'avcore.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lswscale... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lswscale -link swscale.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lswscale'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'swscale.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lavutil... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lavutil -link avutil.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lavutil'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'avutil.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lm... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lm -link m.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lm'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'm.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lz... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lz -link z.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lz'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'z.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lbz2... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lbz2 -link bz2.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lbz2'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'bz2.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lavifil32... yes
checking for -lws2_32... yes
checking for avformat_close_input(0); in libavformat/avformat.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -L. -lavformat -lavifil32 -lws2_32 -link -libpath:. avformat.lib vfw32.lib ws2_32.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-L.'
cl : Command line warning D9002 : ignoring unknown option '-lavformat'
cl : Command line warning D9002 : ignoring unknown option '-lavifil32'
cl : Command line warning D9002 : ignoring unknown option '-lws2_32'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'libavformat/avformat.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <libavformat/avformat.h>
int main () { avformat_close_input(0); return 0; }
--------------------------------------------------
checking for FFMS_DestroyVideoSource(0); in ffms.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -lffms2 -link ffms2.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lffms2'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'ffms.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <ffms.h>
int main () { FFMS_DestroyVideoSource(0); return 0; }
--------------------------------------------------
checking for FFMS_DestroyVideoSource(0); in ffms.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -lffms2 -lstdc++ -L. -lavformat -lavifil32 -lws2_32 -link ffms2.lib stdc++.lib -libpath:. avformat.lib vfw32.lib ws2_32.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lffms2'
cl : Command line warning D9002 : ignoring unknown option '-lstdc++'
cl : Command line warning D9002 : ignoring unknown option '-L.'
cl : Command line warning D9002 : ignoring unknown option '-lavformat'
cl : Command line warning D9002 : ignoring unknown option '-lavifil32'
cl : Command line warning D9002 : ignoring unknown option '-lws2_32'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'ffms.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <ffms.h>
int main () { FFMS_DestroyVideoSource(0); return 0; }
--------------------------------------------------
checking for lsmash.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -llsmash -link lsmash.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-llsmash'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'lsmash.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <lsmash.h>
int main () {  return 0; }
--------------------------------------------------
checking for -lz... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lz -link z.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lz'
conftest.c
LINK : fatal error LNK1181: cannot open input file 'z.lib'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for -lws2_32... yes
checking for -lwinmm... yes
checking for gpac/isomedia.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -lgpac_static -lws2_32 -lwinmm -link libgpac_static.lib ws2_32.lib winmm.lib shell32.lib -largeaddressaware 
cl : Command line warning D9002 : ignoring unknown option '-lgpac_static'
cl : Command line warning D9002 : ignoring unknown option '-lws2_32'
cl : Command line warning D9002 : ignoring unknown option '-lwinmm'
conftest.c
conftest.c(1) : fatal error C1083: Cannot open include file: 'gpac/isomedia.h': No such file or directory
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <gpac/isomedia.h>
int main () {  return 0; }
--------------------------------------------------
checking for uint32_t test_vec __attribute__ ((vector_size (16))) = {0,1,2,3}; in stdint.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -link shell32.lib -largeaddressaware 
conftest.c
conftest.c(2) : error C2146: syntax error : missing ';' before identifier '__attribute__'
conftest.c(2) : error C2059: syntax error : '{'
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <stdint.h>
int main () { uint32_t test_vec __attribute__ ((vector_size (16))) = {0,1,2,3}; return 0; }
--------------------------------------------------
checking for -fno-tree-vectorize... yes
checking for fseeko(stdin,0,0); in stdio.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -O2 -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -link shell32.lib -largeaddressaware 
conftest.c
conftest.obj : error LNK2019: unresolved external symbol _fseeko referenced in function _main
conftest.exe : fatal error LNK1120: 1 unresolved externals
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <stdio.h>
int main () { fseeko(stdin,0,0); return 0; }
--------------------------------------------------
checking for fseeko64(stdin,0,0); in stdio.h... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -O2 -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras   -link shell32.lib -largeaddressaware 
conftest.c
conftest.obj : error LNK2019: unresolved external symbol _fseeko64 referenced in function _main
conftest.exe : fatal error LNK1120: 1 unresolved externals
--------------------------------------------------
Failed program was:
--------------------------------------------------
#include <stdio.h>
int main () { fseeko64(stdin,0,0); return 0; }
--------------------------------------------------
checking for _fseeki64(stdin,0,0); in stdio.h... yes
checking for -Wshadow... no
Failed commandline was:
--------------------------------------------------
cl.exe conftest.c -O2 -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras  -Wshadow -link -Wshadow shell32.lib -largeaddressaware 
cl : Command line error D8021 : invalid numeric argument '/Wshadow'
--------------------------------------------------
Failed program was:
--------------------------------------------------
int main () {  return 0; }
--------------------------------------------------
checking for perl... yes
checking whether _M_IX86_FP >= 1 is true... yes

platform:      X86
system:        WINDOWS
cli:           no
libx264:       internal
shared:        no
static:        yes
asm:           yes
interlaced:    yes
avs:           avisynth
lavf:          no
ffms:          no
mp4:           no
gpl:           yes
thread:        win32
opencl:        yes
filters:       crop select_every 
debug:         no
gprof:         no
strip:         no
PIC:           no
bit depth:     8
chroma format: all
-------------- next part --------------
SRCPATH=.
prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
libdir=${exec_prefix}/lib
includedir=${prefix}/include
ARCH=X86
SYS=WINDOWS
CC=cl.exe
CFLAGS=-DNDEBUG -O2 -W0 -I. -I$(SRCPATH) -TC -nologo -DHAVE_STRING_H -I$(SRCPATH)/extras 
DEPMM=
DEPMT=
LD=link -out:
LDFLAGS=-nologo -incremental:no -largeaddressaware 
LIBX264=libx264.lib
AR=lib -nologo -out:
RANLIB=
STRIP=
INSTALL=install
AS=yasm
ASFLAGS= -O2 -f win32 -DPREFIX -Worphan-labels -DSTACK_ALIGNMENT=4 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8
RC=rc
RCFLAGS= -nologo -I. -I$(SRCPATH)/extras -fo
EXE=.exe
HAVE_GETOPT_LONG=0
DEVNULL=NUL
PROF_GEN_CC=-GL
PROF_GEN_LD=-LTCG:PGINSTRUMENT -POGOSAFEMODE
PROF_USE_CC=-GL
PROF_USE_LD=-LTCG:PGOPTIMIZE
HAVE_OPENCL=yes
%.o: %.c
	$(CC) $(CFLAGS) -c -Fo$@ $<
default: lib-static
install: install-lib-static
LDFLAGSCLI = shell32.lib 
CLI_LIBX264 = $(LIBX264)
-------------- next part --------------
#define HAVE_MMX 1
#define ARCH_X86 1
#define SYS_WINDOWS 1
#define STACK_ALIGNMENT 4
#define HAVE_WIN32THREAD 1
#define HAVE_THREAD 1
#define HAVE_AVS 1
#define USE_AVXSYNTH 0
#define fseek _fseeki64
#define ftell _ftelli64
#define HAVE_GPL 1
#define HAVE_INTERLACED 1
#define HAVE_OPENCL 1
#define HAVE_MALLOC_H 0
#define HAVE_ALTIVEC 0
#define HAVE_ALTIVEC_H 0
#define HAVE_ARMV6 0
#define HAVE_ARMV6T2 0
#define HAVE_NEON 0
#define HAVE_BEOSTHREAD 0
#define HAVE_POSIXTHREAD 0
#define HAVE_LOG2F 0
#define HAVE_SWSCALE 0
#define HAVE_LAVF 0
#define HAVE_FFMS 0
#define HAVE_GPAC 0
#define HAVE_VECTOREXT 0
#define HAVE_CPU_COUNT 0
#define HAVE_THP 0
#define HAVE_LSMASH 0
#define HAVE_X86_INLINE_ASM 0
#define __SSE__ 1
-------------- next part --------------
mc.c
mc.o
c1 : fatal error C1083: Cannot open source file: 'common/mc.o': No such file or directory
Generating Code...
predict.c
predict.o
c1 : fatal error C1083: Cannot open source file: 'common/predict.o': No such file or directory
Generating Code...
pixel.c
pixel.o
c1 : fatal error C1083: Cannot open source file: 'common/pixel.o': No such file or directory
Generating Code...
macroblock.c
macroblock.o
c1 : fatal error C1083: Cannot open source file: 'common/macroblock.o': No such file or directory
Generating Code...
frame.c
frame.o
c1 : fatal error C1083: Cannot open source file: 'common/frame.o': No such file or directory
Generating Code...
dct.c
dct.o
c1 : fatal error C1083: Cannot open source file: 'common/dct.o': No such file or directory
Generating Code...
cpu.c
cpu.o
c1 : fatal error C1083: Cannot open source file: 'common/cpu.o': No such file or directory
Generating Code...
cabac.c
cabac.o
c1 : fatal error C1083: Cannot open source file: 'common/cabac.o': No such file or directory
Generating Code...
common.c
common.o
c1 : fatal error C1083: Cannot open source file: 'common/common.o': No such file or directory
Generating Code...
osdep.c
osdep.o
c1 : fatal error C1083: Cannot open source file: 'common/osdep.o': No such file or directory
Generating Code...
rectangle.c
rectangle.o
c1 : fatal error C1083: Cannot open source file: 'common/rectangle.o': No such file or directory
Generating Code...
set.c
set.o
c1 : fatal error C1083: Cannot open source file: 'common/set.o': No such file or directory
Generating Code...
quant.c
quant.o
c1 : fatal error C1083: Cannot open source file: 'common/quant.o': No such file or directory
Generating Code...
deblock.c
deblock.o
c1 : fatal error C1083: Cannot open source file: 'common/deblock.o': No such file or directory
Generating Code...
vlc.c
vlc.o
c1 : fatal error C1083: Cannot open source file: 'common/vlc.o': No such file or directory
Generating Code...
mvpred.c
mvpred.o
c1 : fatal error C1083: Cannot open source file: 'common/mvpred.o': No such file or directory
Generating Code...
bitstream.c
bitstream.o
c1 : fatal error C1083: Cannot open source file: 'common/bitstream.o': No such file or directory
Generating Code...
analyse.c
analyse.o
c1 : fatal error C1083: Cannot open source file: 'encoder/analyse.o': No such file or directory
Generating Code...
me.c
me.o
c1 : fatal error C1083: Cannot open source file: 'encoder/me.o': No such file or directory
Generating Code...
ratecontrol.c
ratecontrol.o
c1 : fatal error C1083: Cannot open source file: 'encoder/ratecontrol.o': No such file or directory
Generating Code...
set.c
set.o
c1 : fatal error C1083: Cannot open source file: 'encoder/set.o': No such file or directory
Generating Code...
macroblock.c
macroblock.o
c1 : fatal error C1083: Cannot open source file: 'encoder/macroblock.o': No such file or directory
Generating Code...
cabac.c
cabac.o
c1 : fatal error C1083: Cannot open source file: 'encoder/cabac.o': No such file or directory
Generating Code...
cavlc.c
cavlc.o
c1 : fatal error C1083: Cannot open source file: 'encoder/cavlc.o': No such file or directory
Generating Code...
encoder.c
encoder.o
c1 : fatal error C1083: Cannot open source file: 'encoder/encoder.o': No such file or directory
Generating Code...
lookahead.c
lookahead.o
c1 : fatal error C1083: Cannot open source file: 'encoder/lookahead.o': No such file or directory
Generating Code...
threadpool.c
threadpool.o
c1 : fatal error C1083: Cannot open source file: 'common/threadpool.o': No such file or directory
Generating Code...
win32thread.c
win32thread.o
c1 : fatal error C1083: Cannot open source file: 'common/win32thread.o': No such file or directory
Generating Code...
mc-c.c
mc-c.o
c1 : fatal error C1083: Cannot open source file: 'common/x86/mc-c.o': No such file or directory
Generating Code...
predict-c.c
predict-c.o
c1 : fatal error C1083: Cannot open source file: 'common/x86/predict-c.o': No such file or directory
Generating Code...
opencl.c
opencl.o
c1 : fatal error C1083: Cannot open source file: 'common/opencl.o': No such file or directory
Generating Code...
slicetype-cl.c
slicetype-cl.o
c1 : fatal error C1083: Cannot open source file: 'encoder/slicetype-cl.o': No such file or directory
Generating Code...
x264.c
x264.o
c1 : fatal error C1083: Cannot open source file: 'x264.o': No such file or directory
Generating Code...
input.c
input.o
c1 : fatal error C1083: Cannot open source file: 'input/input.o': No such file or directory
Generating Code...
timecode.c
timecode.o
c1 : fatal error C1083: Cannot open source file: 'input/timecode.o': No such file or directory
Generating Code...
raw.c
raw.o
c1 : fatal error C1083: Cannot open source file: 'input/raw.o': No such file or directory
Generating Code...
y4m.c
y4m.o
c1 : fatal error C1083: Cannot open source file: 'input/y4m.o': No such file or directory
Generating Code...
raw.c
raw.o
c1 : fatal error C1083: Cannot open source file: 'output/raw.o': No such file or directory
Generating Code...
matroska.c
matroska.o
c1 : fatal error C1083: Cannot open source file: 'output/matroska.o': No such file or directory
Generating Code...
matroska_ebml.c
matroska_ebml.o
c1 : fatal error C1083: Cannot open source file: 'output/matroska_ebml.o': No such file or directory
Generating Code...
flv.c
flv.o
c1 : fatal error C1083: Cannot open source file: 'output/flv.o': No such file or directory
Generating Code...
flv_bytestream.c
flv_bytestream.o
c1 : fatal error C1083: Cannot open source file: 'output/flv_bytestream.o': No such file or directory
Generating Code...
filters.c
filters.o
c1 : fatal error C1083: Cannot open source file: 'filters/filters.o': No such file or directory
Generating Code...
video.c
video.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/video.o': No such file or directory
Generating Code...
source.c
source.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/source.o': No such file or directory
Generating Code...
internal.c
internal.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/internal.o': No such file or directory
Generating Code...
resize.c
resize.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/resize.o': No such file or directory
Generating Code...
cache.c
cache.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/cache.o': No such file or directory
Generating Code...
fix_vfr_pts.c
fix_vfr_pts.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/fix_vfr_pts.o': No such file or directory
Generating Code...
select_every.c
select_every.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/select_every.o': No such file or directory
Generating Code...
crop.c
crop.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/crop.o': No such file or directory
Generating Code...
depth.c
depth.o
c1 : fatal error C1083: Cannot open source file: 'filters/video/depth.o': No such file or directory
Generating Code...
avs.c
avs.o
c1 : fatal error C1083: Cannot open source file: 'input/avs.o': No such file or directory
Generating Code...
thread.c
thread.o
c1 : fatal error C1083: Cannot open source file: 'input/thread.o': No such file or directory
Generating Code...
getopt.c
getopt.o
c1 : fatal error C1083: Cannot open source file: 'extras/getopt.o': No such file or directory
Generating Code...


More information about the x264-devel mailing list