Windows version of XBMC Wont Build
#1
OK i cant build the Windows version of XBMC any more i could build it a couple of days ago but after updating to the newest revision i now get an error and it exits out after the log comes up here is the log any help would be great thank you.

Build Log
#2
I don't have windows, but can you modify:

branches/linuxport/XBMC/xbmc/cores/DllLoader/emu_msvcrt.cpp and search for:

str.c_str and replace with newDir.c_str and see if that works.

Thanks.
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#3
I've gone ahead and committed this with r17761. Please try to compile and let me know if it now works.

TS
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#4
your fix worked, but now i'm getting link errors for karaoke. am rebuilding.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#5
Error 176 error LNK2019: unresolved external symbol "public: __thiscall CKaraokeWindowBackground::~CKaraokeWindowBackground(void)" ([EMAIL="??1CKaraokeWindowBackground@@QAE@XZ"]??1CKaraokeWindowBackground@@QAE@XZ[/EMAIL]) referenced in function "public: void * __thiscall CKaraokeWindowBackground::`scalar deleting destructor'(unsigned int)" ([EMAIL="??_GCKaraokeWindowBackground@@QAEPAXI@Z"]??_GCKaraokeWindowBackground@@QAEPAXI@Z[/EMAIL]) GUIWindowKaraokeLyrics.obj
Error 177 error LNK2019: unresolved external symbol "public: __thiscall CKaraokeWindowBackground::CKaraokeWindowBackground(void)" ([EMAIL="??0CKaraokeWindowBackground@@QAE@XZ"]??0CKaraokeWindowBackground@@QAE@XZ[/EMAIL]) referenced in function "public: __thiscall CGUIWindowKaraokeLyrics::CGUIWindowKaraokeLyrics(void)" ([EMAIL="??0CGUIWindowKaraokeLyrics@@QAE@XZ"]??0CGUIWindowKaraokeLyrics@@QAE@XZ[/EMAIL]) GUIWindowKaraokeLyrics.obj
Error 178 fatal error LNK1120: 2 unresolved externals XBMC\Release
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#6
tslayer Wrote:I've gone ahead and committed this with r17761. Please try to compile and let me know if it now works.

TS

Never worked here is a new log thanks for the help.

New Log
#7
Different issue.

It compiles on Linux so I'm guessing it may have to do with project files for windows?

I suggest you start by looking at r17757.
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#8
Hehe.. Fix was just committed by charlydoes: r17762
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#9
Rocky,

If you bother to compare both your build logs, you'll see you don't have the same error.

Anyhow, svn up and do a complete rebuild.
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
#10
the project file is missing the karakowindowbackground.cpp/.h files

edit: yup charly fixed it
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
#11
tslayer Wrote:Rocky,

If you bother to compare both your build logs, you'll see you don't have the same error.

Anyhow, svn up and do a complete rebuild.

ah sorry but thank you for your help but am still getting an error bugger lol.

Tools:

1. Microsoft Visual Studio .NET 2003 - All set up correctly
2. SVN
3. Windows XP Pro SP3

Ok going to try and fix this.

Code:
XBMC-SVN-Win32\xbmc\win32\XBMC_PC.rc(151) : error RC2176 : old DIB in xbmc.ico; pass it through SDKPAINT
#12
get VC++ 2008 Express and update your SVN, its working fine again closing

Logout Mark Read Team Forum Stats Members Help
Windows version of XBMC Wont Build0