blob: 39756f0440fff5cfb0fd38f6c6758c147fbe9240 (
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
38
39
40
|
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: xineplug_inp_cdda - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\TCHAMP~2.AME\LOCALS~1\Temp\RSP184.tmp" with contents
[
libdvdnav.lib /nologo /dll /incremental:yes /pdb:"Debug/xineplug_inp_cdda.pdb" /debug /machine:I386 /def:".\xineplug_inp.def" /out:"Debug/bin/plugins/xineplug_inp_cdda.so" /implib:"Debug/xineplug_inp_cdda.lib" /pdbtype:sept /libpath:"lib"
".\Debug\media_helper.obj"
".\Debug\input_cdda.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\RSP184.tmp"
<h3>Output Window</h3>
Linking...
Creating library Debug/xineplug_inp_cdda.lib and object Debug/xineplug_inp_cdda.exp
input_cdda.obj : error LNK2001: unresolved external symbol _gethostbyname@4
input_cdda.obj : error LNK2001: unresolved external symbol _WSAGetLastError@0
input_cdda.obj : error LNK2001: unresolved external symbol _connect@12
input_cdda.obj : error LNK2001: unresolved external symbol _htons@4
input_cdda.obj : error LNK2001: unresolved external symbol _socket@12
input_cdda.obj : error LNK2001: unresolved external symbol _select@20
input_cdda.obj : error LNK2001: unresolved external symbol _recv@16
input_cdda.obj : error LNK2001: unresolved external symbol _alarm
input_cdda.obj : error LNK2001: unresolved external symbol _send@16
Debug/bin/plugins/xineplug_inp_cdda.so : fatal error LNK1120: 9 unresolved externals
Error executing link.exe.
<h3>Results</h3>
xineplug_inp_cdda.so - 10 error(s), 0 warning(s)
</pre>
</body>
</html>
|