Re: [Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger

2005-05-04 Thread Paul Brook
On Wednesday 04 May 2005 07:48, Natalia Portillo wrote: > Hi! > > I'm getting (along with a LOT of warnings) the following error when > trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple): > > TiBook:~/qemu claunia$ make > for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \ >

Re: [Qemu-devel] 2 Questions

2005-05-04 Thread René Korthaus
Am 03.05.2005 um 13:08 schrieb Mike Kronenberg: Mike Kronenberg wrote: So here I am again :) You find my proposal at http://www.kberg.ch/cocoaqemu/ That build was pretty buggy (forgot to remove some static links). But living in a fast World: here is a new one. Still the same error... maybe you for

[Qemu-devel] QEMU CVS, X-Code 2.0 and Tiger

2005-05-04 Thread Natalia Portillo
Hi! I'm getting (along with a LOT of warnings) the following error when trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple): TiBook:~/qemu claunia$ make for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \ make -C $d all || exit 1 ; \ done ../dyngen -c -o opc.h op.o

[Qemu-devel] smbmount script for linux/Solaris guest

2005-05-04 Thread Ben Taylor
I've just figured out how to get the -smb working with windows, and am moving on to linux and solaris guests. Given that the samba server is always presented the same way, would it make sense to code a script that a user could drop in the /etc/rc directories (based on linux or solaris appropriate

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-04 Thread Nardmann, Heiko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I now have applied all given patches to the source tree. But I still have problems linking qemu. Here is the linker error message: gcc -o qemu vl.o osdep.o block.o readline.o monitor.o pci.o console.o block-cow.o block-qcow.o aes.o block-vmdk

[Qemu-devel] Problems with Windows build 0.70 from FreeOSZoo

2005-05-04 Thread jeebs
Now that FreeOSZoo finally has the 0.70 build (and will hopefully do regular cvs builds again), I decided to test it. 1) a nonexistant cd image should give an error. It's easy to make a typo in the monitor when doing a 'change cdrom' command. But qemu just quietly accepts it. 2) qemu still

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-04 Thread Juergen Keil
> Undefined first referenced > symbol in file > fesetround libqemu.a(softfloat-native.o) > lrintf libqemu.a(softfloat-native.o) > llrint libqemu.a(softfloat-native

[Qemu-devel] qemu segfault while booting with "-isa"

2005-05-04 Thread Damien \"tuX\" THEBAULT
I was trying to install GNU/Hurd (which works only with the "-isa" option, I don't know why, it may be related to GNU/Hurd) But I can't boot the debian "install-cd" : qemu segfault when trying to start the linux kernel. When I start from gdb, I can see "Uncompressing Linux... Ok, booting the kerne

Re: [Qemu-devel] 2 Questions

2005-05-04 Thread Mike Kronenberg
Mike Kronenberg wrote: So here I am again :) You find my proposal at http://www.kberg.ch/cocoaqemu/ That build was pretty buggy (forgot to remove some static links). But living in a fast World: here is a new one. Changes: - portet the GUI from nib to cocoa.m (no extrenal files are needed anymo