foxfox 0 Posted February 18, 2017 (edited) Sorry Robert..... All OK ! Edited February 19, 2017 by foxfox Quote Share this post Link to post Share on other sites
Robert 134 Posted February 19, 2017 Updated to latest source, works. Quote Share this post Link to post Share on other sites
haynor666 6 Posted February 19, 2017 piling src/frontend/mame/audit.cpp...../../../../../src/frontend/mame/audit.cpp: In member function 'media_auditor::summary media_auditor::audit_media(const char*)':../../../../../src/frontend/mame/audit.cpp:51:48: error: 'const class std::shared_ptr<machine_config>' has no member named 'root_device' const char *driverpath = m_enumerator.config().root_device().searchpath(); ^../../../../../src/frontend/mame/audit.cpp:59:64: error: 'const class std::shared_ptr<machine_config>' has no member named 'root_device' for (device_t &device : device_iterator(m_enumerator.config().root_device())) ^../../../../../src/frontend/mame/audit.cpp: In member function 'media_auditor::summary media_auditor::audit_samples()':../../../../../src/frontend/mame/audit.cpp:202:78: error: 'const class std::shared_ptr<machine_config>' has no member named 'root_device' for (samples_device &device : samples_device_iterator(m_enumerator.config().root_device())) ^../../../../../src/frontend/mame/audit.cpp: In member function 'device_t* media_auditor::find_shared_device(device_t&, const char*, const util::hash_collection&, uint64_t)':../../../../../src/frontend/mame/audit.cpp:592:78: error: 'const class std::shared_ptr<machine_config>' has no member named 'root_device' for (device_t &scandevice : device_iterator(m_enumerator.config(drvindex).root_device())) ^frontend.make:616: polecenia dla obiektu '../../../../mingw-gcc/obj/x64/Release/src/frontend/mame/audit.o' nie powiodły sięmake[2]: *** [../../../../mingw-gcc/obj/x64/Release/src/frontend/mame/audit.o] Błąd 1Makefile:85: polecenia dla obiektu 'frontend' nie powiodły sięmake[1]: *** [frontend] Błąd 2makefile:993: polecenia dla obiektu 'windows_x64' nie powiodły sięmake: *** [windows_x64] Błąd 2 Quote Share this post Link to post Share on other sites
Robert 134 Posted February 19, 2017 What compiler and version are you using? Did you do a clean build? Quote Share this post Link to post Share on other sites
haynor666 6 Posted February 23, 2017 (edited) Yeah, it was clean build but with previous tools. With new tools I get message "MINGW32 is not set" or "Python is not available in the path" Edited February 23, 2017 by haynor666 Quote Share this post Link to post Share on other sites