blob: 1328eb2a264b4e7d375039d951f95848765cb060 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: xineplug_decode_spucc - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\TCHAMP~2.AME\LOCALS~1\Temp\RSP130.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I ".." /I "include" /I "../include" /I "../src" /I "../src/xine-engine" /I "../src/xine-utils" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XINEPLUG_DECODE_SPUCC_EXPORTS" /D "XINE_COMPILE" /Fp"Debug/xineplug_decode_spucc/xineplug_decode_spucc.pch" /YX /Fo"Debug/xineplug_decode_spucc/" /Fd"Debug/xineplug_decode_spucc/" /FD /GZ /c
"C:\PCChamp\Projects\Xine\xine-lib-1-beta10\src\libspucc\cc_decoder.c"
]
Creating command line "cl.exe @C:\DOCUME~1\TCHAMP~2.AME\LOCALS~1\Temp\RSP130.tmp"
Creating temporary file "C:\DOCUME~1\TCHAMP~2.AME\LOCALS~1\Temp\RSP131.tmp" with contents
[
wsock32.lib /nologo /dll /incremental:yes /pdb:"Debug/xineplug_decode_spucc/xineplug_decode_spucc.pdb" /debug /machine:I386 /def:".\xineplug_decode_ ao.def" /out:"Debug/bin/plugins/xineplug_decode_spucc.so" /implib:"Debug/xineplug_decode_spucc/xineplug_decode_spucc.lib" /pdbtype:sept
".\Debug\xineplug_decode_spucc\xine_decoder.obj"
".\Debug\xineplug_decode_spucc\cc_decoder.obj"
".\Debug\libxine\libxine.lib"
".\Debug\libxinesuppt\libxinesuppt.lib"
".\Debug\libxineutils\libxineutils.lib"
]
Creating command line "link.exe @C:\DOCUME~1\TCHAMP~2.AME\LOCALS~1\Temp\RSP131.tmp"
<h3>Output Window</h3>
Compiling...
cc_decoder.c
C:\PCChamp\Projects\Xine\xine-lib-1-beta10\src\libspucc\cc_decoder.c(66) : error C2059: syntax error : 'constant'
Error executing cl.exe.
<h3>Results</h3>
xineplug_decode_spucc.so - 1 error(s), 0 warning(s)
</pre>
</body>
</html>
|