> I'm trying to build qemu with your patchs (I'm a bit late,I didn't have time > last > week) > > I have errors on missing glib.h, softfloat.h, but files exists.... > > /root/qemu/fpu/softfloat.h > /usr/include/glib-2.0/glib.h > > > any idea ? maybe some missing envvars ?
Does it help when you specify the correct target-list (else it tries to build all targets) ./configure --target-list x86_64-softmmu ... _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
