Chen-tao / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Can't compile with visual studio 2010 #526

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I installed the vs2010 version of yasm by copying it into c:\Program Files 
(x86)\Microsoft Visual Studio 10.0\VC\bin and renaming it to yasm.exe. I opened 
and converted the included vs9 project and then get this error:

...
2>  Assembling emms.asm
2>  Assembling x86_abi_support.asm
2>  Assembling vpx_config.asm
2>  vsyasm: FATAL: unable to open include file `vpx_ports/x86_abi_support.asm'
2>e:\User\Jochen\Coding\Lib\vpx\src\build\x86-msvs\yasm.targets(45,5): error 
MSB3721: The command "yasm -Xvc -f x64 -g cv8 -I .;..\src -o 
x64\Debug\vpx\dequantize_mmx.obj -rnasm -pnasm   
..\src\vp8\common\x86\dequantize_mmx.asm" exited with code 1.
2>
2>Build FAILED.

For some reason yasm can't find included files. It is possible to get this  to 
work by throwing all asm files into the same directory and modifying the 
include statements. any ideas?

Original issue reported on code.google.com by jochen.w...@googlemail.com on 10 Jan 2013 at 10:20

GoogleCodeExporter commented 8 years ago
I found a workaround. The Bug seems to be caused by the update process of 
visual studio. I would recommend using cmake for cross platform build.

Original comment by jochen.w...@googlemail.com on 10 Jan 2013 at 10:55

GoogleCodeExporter commented 8 years ago
I found a workaround. The Bug seems to be caused by the update process of 
visual studio. I would recommend using cmake for cross platform build.

Original comment by jochen.w...@googlemail.com on 10 Jan 2013 at 10:55

GoogleCodeExporter commented 8 years ago

Original comment by albe...@google.com on 17 Jan 2013 at 11:20