Hello,
Just wanted to say my first build of xbmc.exe only went pretty smoothly today, didn't see the build scripts till now so I copied things manually and mounted Q drive after seeing what was falling over. Only took a couple of mins to get it going which was a pleasent surprise.
I added /MP4 to the command line which speeds compile up a fair bit, this starts 4 compilation threads which works well for dual and quad cores if any one cares.
Mike
HOW-TO: Build XBMC for Win32 in VC++ Express Edition
my4keys82
Junior Member Posts: 14 Joined: Jun 2008 Reputation: 0 |
|
| find quote |
Jeroen
Skilled Skinner Joined: Feb 2008 Reputation: 4 Location: The Netherlands |
2008-06-15 08:41
Post: #22
I decided to try out building XBMC myself using VC++ Express, but it's not working out.
Bare in mind that I never compiled a thing in my life so I don't fully realize what I'm doing ![]() I went through the steps in the Wiki several times, got everything I need, setup VC, etc. The building process starts end eventually VS gives me a fatal error: Code: 4>Linking...I've looked for the obviously missing guilib.lib, yet assuming I know where to look I can't locate it in the svn dirs. So anyway I would like some help :o Would providing the full buildlog be of any help? Anything else I should/can do? |
| find quote |
my4keys82
Junior Member Posts: 14 Joined: Jun 2008 Reputation: 0 |
2008-06-15 11:47
Post: #23
guilib is a seperate project that's included in the solution and should build when xbmc starts building. You could try just building this project by right clicking on the guilib project in the solution explorer and pressing rebuild. This might narrow down the problem.
I'm not familiar with the Express edition of VS so things might be slightly different. I'm a total noob here with xbmc so I'm probably not going to be very helpfull and might be giving bad advice! |
| find quote |
Jeroen
Skilled Skinner Joined: Feb 2008 Reputation: 4 Location: The Netherlands |
2008-06-15 12:37
Post: #24
my4keys82 Wrote:guilib is a seperate project that's included in the solution and should build when xbmc starts building. You could try just building this project by right clicking on the guilib project in the solution explorer and pressing rebuild. This might narrow down the problem. I tried that and ran into another obstacle: Code: 1>Generating Code...I checked the installation of the DirectX SDK and noticed that DSound.lib resides in C:\Program Files\Microsoft DirectX SDK (December 2006)\Lib\x86 while the wiki did not mention an x86 subdirectory. Pretty logical, but being able to narrow it down is needed to find the problem. And that's what your advice did, it compiled with no errors, so thank you ![]() Now see if it works ![]() edit: it does, excellent
(This post was last modified: 2008-06-15 12:42 by Jeroen.)
|
| find quote |
chadoe
Team-XBMC Developer Joined: Nov 2003 Reputation: 0 Location: Home |
2008-06-15 20:59
Post: #25
Jeroen Wrote:I checked the installation of the DirectX SDK and noticed that DSound.lib resides inThat's because you got December 2006 while the wiki are instructions (and link) for Summer 2004, the 2 sdk's use different directories. Glad you got it going
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.
(This post was last modified: 2008-06-15 21:01 by chadoe.)
|
| find quote |
Jeroen
Skilled Skinner Joined: Feb 2008 Reputation: 4 Location: The Netherlands |
2008-06-15 21:40
Post: #26
I just checked because I could have sworn I read 2004 or later, but now I see that was for the skinning tool :o Reading can be difficult sometimes
![]() My build's working pretty good, apart from plugins not working and xbmc not going fullscreen even though I set it to fullscreen in the screen settings. I did a debug and a release build, both the same problems. Are there any additional things I need to do to get plugins working ? |
| find quote |
Jeroen
Skilled Skinner Joined: Feb 2008 Reputation: 4 Location: The Netherlands |
2008-06-19 17:34
Post: #27
I need some help again
![]() Since the build I compiled turned out not that great I tried to do it again. Unfortunately I'm getting a bunch of fatal errors preventing me from succeeding. All but XBMC_PC build successfully, it gives me 4 errors: Code: C:\Program Files\development\Microsoft Visual Studio 9.0\VC\include\stdio.h(483) : see declaration of '_vsnwprintf'Code: C:\Program Files\development\Microsoft Visual Studio 9.0\VC\include\stdio.h(483) : see declaration of '_vsnwprintf'Code: C:\Program Files\development\Microsoft Visual Studio 9.0\VC\include\stdio.h(483) : see declaration of '_vsnwprintf'Code: C:\Program Files\development\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'I updated from SVN, cleaned and rebuild several times already. I have not changed a thing in the project settings. Anybody able to give me a pointer as to what I am doing wrong? |
| find quote |
WiSo
Team-XBMC Developer Posts: 2,481 Joined: Oct 2003 Reputation: 0 Location: Germany |
2008-06-19 18:26
Post: #28
There's at the moment some clean work ongoing to get rid of the xbox specific code. Unfortunately it may break the ports and will not be immediately fixed.
You can try to remove the cpp file from project (because it's deleted) and to uncomment the includes. Afterwards press thumbs that nothing out of the files was needed
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. |
| find quote |
WiSo
Team-XBMC Developer Posts: 2,481 Joined: Oct 2003 Reputation: 0 Location: Germany |
2008-06-19 19:12
Post: #29
fixed in svn. Update and you should be able to build.
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. |
| find quote |
Jeroen
Skilled Skinner Joined: Feb 2008 Reputation: 4 Location: The Netherlands |
2008-06-19 19:32
Post: #30
Ah, that explains a lot
![]() I'm glad it wasn't because of me losing my mind Thanks a bunch, going to try again
(This post was last modified: 2008-06-19 19:34 by Jeroen.)
|
| find quote |


![[Image: xchQLzN.png]](http://i.imgur.com/xchQLzN.png)


Search
Help