Author Topic: Mame Installation Instructions  (Read 13711 times)

itspac

  • Veteran
  • ***
  • Posts: 136
    • View Profile
Re: Mame Installation Instructions
« Reply #15 on: June 06, 2008, 03:12:18 am »
sounds like what mine was like.  When i added roms from other places i had names....   go figure....

itspac

  • Veteran
  • ***
  • Posts: 136
    • View Profile
Re: Mame Installation Instructions
« Reply #16 on: September 28, 2008, 02:12:58 am »
I'm having getting the MAME pluggin to compile.

Code: [Select]
linuxmce@dcerouter:/usr/src/lmce/charon-merge/src/MAME_PlugIn$ make sog++ -c -I.. -I../DCE -I/usr/include/mysql -DKDE_LMCE -DDEBUG -DTHREAD_LOG -DLOG_ALL_QUERIES -I/opt/libxine1-pluto/include -I/opt/linphone-1.3.5/include  -Wall -fPIC -ggdb3 -fmessage-length=0 Main.cpp -o Main.o
../DCE/DeviceData_Base.h: In member function ‘bool DCE::DeviceData_Base::WithinCategory(long int, DCE::DeviceCategory*)’:
../DCE/DeviceData_Base.h:397: warning: comparison between signed and unsigned integer expressions
../DCE/DeviceData_Impl.h: In member function ‘int DCE::MAME_PlugIn_Data::Get_Priority()’:
../DCE/DeviceData_Impl.h:51: error: ‘std::map<int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<int>, std::allocator<std::pair<const int, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > DCE::DeviceData_Impl::m_mapParameters’ is private
../Gen_Devices/MAME_PlugInBase.h:98: error: within this context
../Media_Plugin/MediaListGrid.h: At global scope:
../Media_Plugin/MediaListGrid.h:143: warning: ‘bool FileBrowserInfoComparerLastViewed(FileBrowserInfo*, FileBrowserInfo*)’ defined but not used
../Media_Plugin/MediaListGrid.h:148: warning: ‘bool FileBrowserInfoComparerTrack(FileBrowserInfo*, FileBrowserInfo*)’ defined but not used
make: *** [Main.o] Error 1

That's what I get when following the wiki

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Mame Installation Instructions
« Reply #17 on: September 28, 2008, 05:03:06 am »
amd64?

-Thom