From: Konstantin T. <an...@ya...> - 2010-10-16 18:21:30
|
Hi all! I'm trying to build Mac-on-Linux on Mac OS X (PPC). As I can see from sources, this platform was supported (despite the name of the project :) So, I've tried to compile it. 1. Compilation stopped at bootx/accel/molaccel.S. In attachment there is the patch fixing this problem (I'm not an assembler guru, just looked into SVN history - that problem occured earlier). Maybe conditional compilation is needed here 2. Next fail occured in kvm.o. I don't know why it's compiled - I've checked MOL module in dialog, not KVM (and I guess both are not relevant for OS X). So I think it is an issue of build system Finally, I guess whole bootx directory is related to booting of OS X - and personally I'm not interested in it. I'd like to try Linux or *BSD guests, but not OS X (I even don't need X11 support in guests). Can I disable OS X guest support entirely? P.S. There was a bug in configure.in causing warning message - attached patch fixes it. -- Regards, Konstantin |