Posts: 3,555
Joined: Oct 2003
Reputation:
12
tslayer
Team-XBMC Developer
Posts: 3,555
latest cvs build did not compile for me.
removing the following line from musicdatabase.h solved the compilation issue:
#include "filesystem/cddb.h"
that was causing a redefinition error.
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.
Posts: 165
Joined: Oct 2003
Reputation:
0
same for me. my compile also crashes on any attempt to play an mp3 file from the my music section. i don't know if removing the reference to the cddb.h file caused this or not, but older compiles work fine in my music. btw i love the new main menu behavior. when you go back to the main menu it is now defaulting to where you were last, not defaulting to my videos. that is great!!!
Posts: 3,555
Joined: Oct 2003
Reputation:
12
tslayer
Team-XBMC Developer
Posts: 3,555
i don't think the cddb.h problem has to do with the music issue.
latest change in cvs removes the include in musicdatabase.h as well as adding the following in cddb.h:
#pragma once
anyhow, playing music does hang the xbox in latest cvs.
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.