diff options
Diffstat (limited to 'win32/xineconsole.plg')
-rw-r--r-- | win32/xineconsole.plg | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/win32/xineconsole.plg b/win32/xineconsole.plg new file mode 100644 index 000000000..8738a2cfb --- /dev/null +++ b/win32/xineconsole.plg @@ -0,0 +1,51 @@ +<html>
+<body>
+<pre>
+<h1>Build Log</h1>
+<h3>
+--------------------Configuration: xineconsole - Win32 Debug--------------------
+</h3>
+<h3>Command Lines</h3>
+Creating temporary file "C:\DOCUME~1\Tim\LOCALS~1\Temp\RSPA85.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" /I "../src/video_out" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/xineconsole/" /Fp"Debug/xineconsole/xineconsole.pch" /YX /Fo"Debug/xineconsole/" /Fd"Debug/xineconsole/" /FD /GZ /c
+"C:\PCChamp\PROJECTS\Xine\xine-lib-1-beta6-win32\win32\source\xineconsole.cpp"
+"C:\PCChamp\PROJECTS\Xine\xine-lib-1-beta6-win32\win32\source\xineint.cpp"
+]
+Creating command line "cl.exe @C:\DOCUME~1\Tim\LOCALS~1\Temp\RSPA85.tmp"
+Creating temporary file "C:\DOCUME~1\Tim\LOCALS~1\Temp\RSPA86.tmp" with contents
+[
+kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/xineconsole/xineconsole.pdb" /map:"Debug/xineconsole/xineconsole.map" /debug /machine:I386 /out:"Debug/bin/xineconsole.exe" /pdbtype:sept
+".\Debug\xineconsole\xineconsole.obj"
+".\Debug\xineconsole\xineint.obj"
+".\Debug\libxine\libxine.lib"
+".\Debug\libxinesuppt\libxinesuppt.lib"
+".\Debug\libxineutils\libxineutils.lib"
+]
+Creating command line "link.exe @C:\DOCUME~1\Tim\LOCALS~1\Temp\RSPA86.tmp"
+<h3>Output Window</h3>
+Compiling...
+xineconsole.cpp
+C:\PCChamp\PROJECTS\Xine\xine-lib-1-beta6-win32\win32\source\xineconsole.cpp(56) : error C2660: 'xine_play' : function does not take 4 parameters
+C:\PCChamp\PROJECTS\Xine\xine-lib-1-beta6-win32\win32\source\xineconsole.cpp(58) : error C2065: 'xine_register_event_listener' : undeclared identifier
+C:\PCChamp\PROJECTS\Xine\xine-lib-1-beta6-win32\win32\source\xineconsole.cpp(60) : error C2065: 'xine_set_audio_property' : undeclared identifier
+C:\PCChamp\PROJECTS\Xine\xine-lib-1-beta6-win32\win32\source\xineconsole.cpp(60) : error C2065: 'AO_PROP_MUTE_VOL' : undeclared identifier
+xineint.cpp
+When compiling applications with MSVC++ and C++ exception handling:
+ Replace any 'catch( ... )' with 'PtW32CatchAll' in POSIX threads
+ if you want POSIX thread cancelation and pthread_exit to work.
+c:\pcchamp\projects\xine\xine-lib-1-beta6-win32\src\xine-engine\audio_out.h(36) : fatal error C1083: Cannot open include file: 'xine/metronom.h': No such file or directory
+Error executing cl.exe.
+Creating command line "bscmake.exe /nologo /o"Debug/xineconsole/xineconsole.bsc" ".\Debug\xineconsole\xineconsole.sbr" ".\Debug\xineconsole\xineint.sbr""
+Creating browse info file...
+BSCMAKE: error BK1506 : cannot open file '.\Debug\xineconsole\xineint.sbr': No such file or directory
+Error executing bscmake.exe.
+<h3>Output Window</h3>
+
+
+
+<h3>Results</h3>
+xineconsole.exe - 6 error(s), 0 warning(s)
+</pre>
+</body>
+</html>
|