[XBOX] Build Errors/Warnings (VS 2003, XDK)
#1
Question 
Experienced a catastrophic failure that only an offsite backup could have prevented ... yes, backup VM's lost.

I've just finished rebuilding a Virtual Machine (VPC 2007 SP1; used to be VMWare Worskation 5.5) dedicated to XBMC for XBOX (as I used to have). I've retrieved the latest SVN snapshot and initiated compilation.

I'm seeing the following warning/errors and wanted to confirm that this is "situation normal" as I don't recall seeing them before the failure.

Advance thanks,


BUILD.BAT

Code:
Microsoft (R) Development Environment  Version 7.10.6030.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
------ Build started: Project: guilib, Configuration: Release Xbox ------
Performing Custom Build Step
'subwcrev' is not recognized as an internal or external command,
operable program or batch file.
        1 file(s) copied.
Compiling...


Command Lines

Code:
echo Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."


Output Window

Code:
c:\XBMC\XBMC_SVN\XBMC\xbmc\cores\ffmpeg\rational.h(51) : warning C4244: 'return' : conversion from 'const int64_t' to 'int', possible loss of data

...

PlayList.cpp(344) : warning C4675: 'void boost::swap(boost::shared_ptr &,boost::shared_ptr &)' : resolved overload was found by argument-dependent lookup
        with
        [
            T=CFileItem
        ]
        xbmc\lib\boost\boost\shared_ptr.hpp(506) : see declaration of 'boost::swap'

...

XeniumSPIg.lib(XeniumSPI.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_compile.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_exec.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_fullinfo.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_get.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_globals.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_newline.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_ord2utf8.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_tables.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_try_flipped.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_valid_utf8.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_xclass.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
libpcre.lib(pcre_chartables.obj) : warning LNK4204: 'c:\Xbmc\Xbmc_svn\Xbmc\Release\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info
Reply
#2
Question 
Should I have placed this in the XBOX Support forum?

Simply looking for validation that this is expected; if not, I will put in the time required to troubleshoot the issue at a system level.

Advance thanks,
Reply
#3
there is absolutely no errors here. the 'error' you see is you not running the xdk dash on your xbox / not connected to a dev kit.
the pre error is you not having subwcrev installed
Reply
#4
Quote:the pre error is you not having subwcrev installed

Much appreciated Spiff.

Should I be concerned about this? If so, what have I forgotten to install ... and could you point me to a link.

I probably overlooked it during the environment installation/configuration process.

Cheers,
Reply
#5
only thing it means is no revision number listed in system info.

it comes with the command line svn tools for windows, not sure if those are shipped with tortoise or not (i suspect yes)
Reply
#6
Looks like they are not, installed the TortoiseSVN-1.6.2.16344-win32-svn-1.6.2.msi from their site.

... unless it's a path related issue.


I'll have a look when I get back home later today.

Cheers,
Reply
#7
In Visual Studio -> Tools -> Options -> Projects -> VC++ Directories -> Platform: xbox, Show directories for: Executable files
Add the path to where your TortoiseSVN\bin directory is to the list. (C:\Program Files\TortoiseSVN\bin)
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply

Logout Mark Read Team Forum Stats Members Help
[XBOX] Build Errors/Warnings (VS 2003, XDK)0