Downloaded Qemu and started to configure but got into problems right away.(On powerbook G4 1.67 10.5.8)
First problem (solved):
Error: pkg-config binary 'pkg-config' not found
So I downloaded it, installed it but didn't work, then found a site which mentions homebrew but couldn't get that to work, maybe no ppc code??
But I soon found out it was installed in /Opt, so moved to /Usr/bin and so on and got it to work.
But then got this:
glib-2.12 required to compile QEMU
So, downloaded gtk+-2.12.3.tar.bz2 and started to compile but already in configure I got the next Errors:
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.13.5 atk >= 1.9.0 pango >= 1.17.3 cairo >= 1.2.0) were not met:
No package 'glib-2.0' found
No package 'atk' found
No package 'pango' found
No package 'cairo' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


I want to install glib-2.12 but it needs glib-2.0 >= 2.13.5, what the hell???
It needs a greater version of itself to install???
What should I download and where so I can then compile Qemu?
And what about the other needed packages?
Cheers
First problem (solved):
Error: pkg-config binary 'pkg-config' not found
So I downloaded it, installed it but didn't work, then found a site which mentions homebrew but couldn't get that to work, maybe no ppc code??
But I soon found out it was installed in /Opt, so moved to /Usr/bin and so on and got it to work.
But then got this:
glib-2.12 required to compile QEMU
So, downloaded gtk+-2.12.3.tar.bz2 and started to compile but already in configure I got the next Errors:
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.13.5 atk >= 1.9.0 pango >= 1.17.3 cairo >= 1.2.0) were not met:
No package 'glib-2.0' found
No package 'atk' found
No package 'pango' found
No package 'cairo' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I want to install glib-2.12 but it needs glib-2.0 >= 2.13.5, what the hell???
It needs a greater version of itself to install???
What should I download and where so I can then compile Qemu?
And what about the other needed packages?
Cheers