Problems compiling latest svn
#1
Hi,

Trying to compile the latest svn (rev 13635) I have the following errors :

Code:
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowPictures::GetSources()':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x0): multiple definition of `CGUIViewStateWindowPictures::GetSources()'
xbmc/GUIViewStatePictures.o:GUIViewStatePictures.cpp:(.text+0x0): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowPictures::GetExtensions()':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x80): multiple definition of `CGUIViewStateWindowPictures::GetExtensions()'
xbmc/GUIViewStatePictures.o:GUIViewStatePictures.cpp:(.text+0x70): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowGameSaves::SaveViewState()':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0xa0): multiple definition of `CGUIViewStateWindowGameSaves::SaveViewState()'
xbmc/GUIViewStateGameSaves.o:GUIViewStateGameSaves.cpp:(.text+0x60): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowPictures::SaveViewState()':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x100): multiple definition of `CGUIViewStateWindowPictures::SaveViewState()'
xbmc/GUIViewStatePictures.o:GUIViewStatePictures.cpp:(.text+0xb0): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowPictures::UnrollArchives()':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x120): multiple definition of `CGUIViewStateWindowPictures::UnrollArchives()'
xbmc/GUIViewStatePictures.o:GUIViewStatePictures.cpp:(.text+0x90): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowPictures::GetLockType()':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x1a0): multiple definition of `CGUIViewStateWindowPictures::GetLockType()'
xbmc/GUIViewStatePictures.o:GUIViewStatePictures.cpp:(.text+0x1a50): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowGameSaves::GetSources()':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x1c0): multiple definition of `CGUIViewStateWindowGameSaves::GetSources()'
xbmc/GUIViewStateGameSaves.o:GUIViewStateGameSaves.cpp:(.text+0x80): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowPictures::CGUIViewStateWindowPictures(CFileItemList const&)':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0xe80): multiple definition of `CGUIViewStateWindowPictures::CGUIViewStateWindowPictures(CFileItemList const&)'
xbmc/GUIViewStatePictures.o:GUIViewStatePictures.cpp:(.text+0x1be0): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowGameSaves::CGUIViewStateWindowGameSaves(CFileItemList const&)':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x2910): multiple definition of `CGUIViewStateWindowGameSaves::CGUIViewStateWindowGameSaves(CFileItemList const&)'
xbmc/GUIViewStateGameSaves.o:GUIViewStateGameSaves.cpp:(.text+0x3e0): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowGameSaves::CGUIViewStateWindowGameSaves(CFileItemList const&)':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x4db0): multiple definition of `CGUIViewStateWindowGameSaves::CGUIViewStateWindowGameSaves(CFileItemList const&)'
xbmc/GUIViewStateGameSaves.o:GUIViewStateGameSaves.cpp:(.text+0x13b0): first defined here
xbmc/GUIViewStatePicturesProgramsScripts.o: In function `CGUIViewStateWindowPictures::CGUIViewStateWindowPictures(CFileItemList const&)':
GUIViewStatePicturesProgramsScripts.cpp:(.text+0x5950): multiple definition of `CGUIViewStateWindowPictures::CGUIViewStateWindowPictures(CFileItemList const&)'
...

I had no problems compiling rev 13561. I don't know when it broke.

Regards

Trois Six
Reply


Messages In This Thread
Problems compiling latest svn - by Trois Six - 2008-06-20, 09:58
[No subject] - by vulkanr - 2008-06-20, 12:29
[No subject] - by spiff - 2008-06-20, 12:39
[No subject] - by Trois Six - 2008-06-20, 13:39
[No subject] - by BLKMGK - 2008-06-21, 01:38
Logout Mark Read Team Forum Stats Members Help
Problems compiling latest svn0