Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Any chance of a new build?
#1
Hi All,

ive been using xbmc on the xbox for years. Marvellous piece of code. i recently tried out the xbmc for windows and im thrilled at how far it has come. i have tried the last 2 builds but im anxious for the next.

im no programmer but i tried compiling my own using the instructions on the wiki using VS2008. although it does build and i get 4 successful messages and 0 failures, i do occasionally get runtime errors. plus at the top of the screen when xbmc is running i get free mem, cpu usage etc, dont know how to remove it. i copied the xbmc.exe built from vs2008 (located in \project\VS2008Express\XBMC\Debug (SDL)) into where the svn is and ran it from there, dont know if that is right, couldnt find any info on what to do with the exe once its built.

i know the chances of someone assisting me step by step to get it compiled properly are slim so i was hoping another build would come soon.

thought it was worth asking, if not, i apologise in advance and will continue trying to compile it using the instructions given.

thanx for your time.
PashaK
Reply
#2
Downloads are linked from here (looks like the win32 link isn't right - once you get to SF just hit all files, then the win32 release)

http://xbmc.org/download/

And yes, that's exactly how I run it for development purposes. Build a release build if you don't want the debug info. There's a build.bat you can use as well (no idea how well it works).

Cheers,
Jonathan
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.


Image
Reply
#3
Malloc did some reorganization. I've fixed the link.

@PashaK: You have to choose release (sdl) in the vs 2008 project setting (in the top option field) in order to get a release build rather then the debug one.
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.
Reply
#4
Thx Jonathan,

i'll give that a go and respond later tonight.

youve been a great help
cheers
Reply
#5
ups posted the debug thingy twice. The build.bat in the main folder will try to compile it with vs2003. You have to run BuildSetup.bat in project\Win32BuildSetup. This will file if the nsis installer isn't there but you'll get all needed files in the BUILD folder afterwards.
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.
Reply
#6
Thx WiSO
appreciate the comments, ive got a working build now for rev 13982
thanx heaps to both of you

cheers

PashaK
Reply
#7
One thing i just noticed.

after running buildsetup.bat heres what i get in the command window, even though it says at the bottom failed to create exe, it did and it does run, but freezes on occasion, and i have to task manager end it:

Compiling Solution...
Done!
------------------------------------------------------------
Copying files...
------------------------------------------------------------
Compiling skins...
Compiling Project Mayhem III...
The system cannot find the file specified.
Copying files...
------------------------------------------------------------
Compiling scripts...
------------------------------------------------------------
Compiling plugins...
------------------------------------------------------------
Build Succeeded!
------------------------------------------------------------
Generating installer includes...
------------------------------------------------------------
Creating installer XBMCSetup-Rev13982.exe...
ERROR: The system was unable to find the specified registry key or value.
ERROR: The system was unable to find the specified registry key or value.
'"\makensis.exe"' is not recognized as an internal or external command,
operable program or batch file.
------------------------------------------------------------
!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-
ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR
!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-
ERROR: Failed to create XBMCSetup-Rev13982.exe.
------------------------------------------------------------
View the build log in your HTML browser? [y/n]





i did install the Nullsoft sciptable install system which i assume gives the command makensis.exe.

any thoughts are appreciated

PashaK
Reply
#8
Just modify the Build.bat file.
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.
Reply
#9
thanx for the reply,

you mean the buildsetup.bat file?

modify it how?
Reply
#10
ok not how but modify which part?
Reply
#11
no... dont bother with build.bat unless you really want an installer. in the root there's a build.bat file that will compile and make a build_win32 folder with all the necessary components. (actually, its not all the necessary components, you need to steal the dependancies folder from the Win32BuildSetup folder.)
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.
Reply
#12
Ok, well i modified the buildsetup.bat and changed where it looks for makensis.exe to c:\program files (x86)\NSIS

and it looks good now.

will report if i have any further issues.

thanx alot guys
Reply
#13
that works too Smile

i made my own build.custom.bat file that compiles the binary and then copies everything on top of my installation folder (with the exception of the userdata folder.)
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.
Reply
#14
Question 
Does the wiki article contain all that information?, see:
http://wiki.xbmc.org/?title=HOW-TO_compi...ource_code

Huh
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.
Reply
#15
Gamester17 Wrote:Does the wiki article contain all that information?, see:
http://wiki.xbmc.org/?title=HOW-TO_compi...ource_code

Huh

We might have to update it to explain the build.bat files.
@kraqh3: the build.bat in the root folder builds still with vs2003. the buildsetup.bat for vs2008 and if nsis isn't found copies just all needed files together.
Still one issue to note which isn't fixed yet. The batch files don't extract the web.rar into the xbmc dest dir. If needed one has to extract it from svn.
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Any chance of a new build?0