Frontend Tech + >> HBMAME / ARCADE64 / MESSUI
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

chungy
MAME Fan
Reged: 03/31/23
Posts: 3
Send PM


Build issue with HBMAME master
#395889 - 03/31/23 07:51 PM


On trying to build HBMAME, I get the following compilation error. Running Arch LInux x86_64.


Code:


../../../../../src/mame/machine/esqpanel.cpp: In member function ‘virtual void esqpanel_device::device_start()’:
../../../../../src/mame/machine/esqpanel.cpp:431:91: error: ‘class machine_manager’ has no member named ‘http’
431 | m_external_panel_server = new esqpanel::external_panel_server(machine().manager().http());
| ^~~~

../../../../../src/mame/machine/esqpanel.cpp:432:33: error: ‘class machine_manager’ has no member named ‘http’
432 | if (machine().manager().http()->is_active()) {
| ^~~~
make[2]: *** [ensoniq.make:415: ../../../../linux_gcc/obj/x64/Release/src/mame/machine/esqpanel.o] Error 1





RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3200
Loc: A long way from you
Send PM


Re: Build issue with HBMAME master new [Re: chungy]
#395894 - 03/31/23 11:50 PM


> On trying to build HBMAME, I get the following compilation error. Running Arch LInux
> x86_64.

I don't know anything about Linux, but it looks like you're trying to compile code that we don't use.

Make sure you specify TARGET=hbmame .



chungy
MAME Fan
Reged: 03/31/23
Posts: 3
Send PM


Re: Build issue with HBMAME master new [Re: Robbbert]
#395905 - 04/01/23 10:42 PM


Hmm, alright. I didn't figure the default Make target would be broken.

Seems to work fine after TARGET=hbmame.


Pages: 1

Frontend Tech + >> HBMAME / ARCADE64 / MESSUI
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Extra information Permissions
Moderator:  Robbbert 
0 registered and 14 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 173