Changes between Initial Version and Version 1 of Ticket #112
- Timestamp:
- 04/19/12 07:17:50 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #112 – Description
initial v1 1 r734 adds the hooks to specify the right paths, but now it fails with :1 r734 adds the hooks to specify the right paths, but now it fails with (multi-line cl.exe line edited by hand so as not to overflow the bug tracker window): 2 2 {{{ 3 3 building 'xpra.vpx.codec' extension 4 4 creating build\temp.win32-2.7\Release\xpra\vpx 5 C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ixpra/vpx/win32 -IZ:\vpx-vp8-debug-src-x86-win32mt-vs9-v1.0.0/include -IZ:\ffmpeg-win32-shared/include -IC:\Python27\include -IC:\Python27\PC /Tcxpra/vpx\codec.c /Fobuild\temp.win32-2.7\Release\xpra/vpx\codec.obj 6 codec.c 5 C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c \ 6 /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ixpra/vpx/win32 -IZ:\vpx-vp8 \ 7 debug-src-x86-win32mt-vs9-v1.0.0/include -IZ:\ffmpeg-win32-shared/include \ 8 -IC:\Python27\include -IC:\Python27\PC /Tcxpra/vpx\codec.c \ 9 /Fobuild\temp.win32-2.7\Release\xpra/vpx\codec.obj \ 10 codec.c 7 11 z:\ffmpeg-win32-shared\include\libavutil\common.h(72) : error C2054: expected '(' to follow 'inline' 8 12 z:\ffmpeg-win32-shared\include\libavutil\common.h(73) : error C2085: 'av_log2_c' : not in formal parameter list