Problem compiling QEMU Screamer on Linux Manjaro

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
ccepeda
Space Cadet
Posts: 2
Joined: Sat Jul 24, 2021 12:55 pm

Problem compiling QEMU Screamer on Linux Manjaro

Post by ccepeda »

Hello there. I was trying to compile QEMU screamer on Linux Manjaro but I get the following error: ERROR: GNU make (make) not found.

I used the following code

Code: Select all

git clone -b screamer https://github.com/mcayland/qemu qemu-screamer
cd qemu-screamer
./configure --target-list=ppc-softmmu --enable-sdl --enable-gtk
I get the error when I use the ./ command. What could be the cause of this error?
Thanks!
User avatar
adespoton
Forum All-Star
Posts: 4227
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com
Contact:

Re: Problem compiling QEMU Screamer on Linux Manjaro

Post by adespoton »

ccepeda wrote: Sat Jul 24, 2021 12:59 pm Hello there. I was trying to compile QEMU screamer on Linux Manjaro but I get the following error: ERROR: GNU make (make) not found.

I used the following code

Code: Select all

git clone -b screamer https://github.com/mcayland/qemu qemu-screamer
cd qemu-screamer
./configure --target-list=ppc-softmmu --enable-sdl --enable-gtk
I get the error when I use the ./ command. What could be the cause of this error?
Thanks!
That would seem to indicate that you don't have GNU make installed? Have you installed make and gcc?
ccepeda
Space Cadet
Posts: 2
Joined: Sat Jul 24, 2021 12:55 pm

Re: Problem compiling QEMU Screamer on Linux Manjaro

Post by ccepeda »

No, I hadn't. That was the issue. Thanks!
Last edited by ccepeda on Sat Jul 24, 2021 11:15 pm, edited 1 time in total.
Post Reply