[x264-devel] Compiling Steven's msvs2013 devel branch
Steven Walters
kemuri9 at gmail.com
Fri May 23 14:48:14 CEST 2014
It looks like the depend file failed to be created properly.
The culprit here is that make is expecting "CC=cl", and not
"CC=cl.exe" for MSVS.
With the difference, make is using gcc-style dependency generation to
generate the .depend, where it needs to be using the msvs style.
Please try again without specifying the ".exe" in your configure line:
CC=cl ./configure --disable-cli --enable-static
Regards,
Steven
On Fri, May 23, 2014 at 5:29 AM, Balint Szente <bszente at gmail.com> wrote:
> 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
>
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> https://mailman.videolan.org/listinfo/x264-devel
>
More information about the x264-devel
mailing list