All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nardmann, Heiko" <heiko.nardmann@secunet.com>
To: QEMU Development Mailing List <qemu-devel@nongnu.org>
Subject: [Qemu-devel] qemu CVS not compilable
Date: Thu, 4 Aug 2005 11:15:08 +0200	[thread overview]
Message-ID: <200508041115.14591.heiko.nardmann@secunet.com> (raw)

Problem:
the current CVS is not compilable with audio enabled.

configure call:
./configure --prefix=/opt/qemu-20050804 --enable-adlib --enable-fmod

configure output:
Install prefix    /opt/qemu-20050804
BIOS directory    /opt/qemu-20050804/share/qemu
binary directory  /opt/qemu-20050804/bin
Manual directory  /opt/qemu-20050804/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /root/Source/qemu/qemu-20050804
C compiler        gcc
Host C compiler   gcc
make              make
host CPU          i386
host big endian   no
target list       i386-user arm-user armeb-user sparc-user ppc-user 
i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu
gprof enabled     no
static build      no
SDL support       yes
SDL static link   yes
mingw32 support   no
Adlib support     yes
FMOD support      yes (lib='' include='')
kqemu support     yes

KQEMU Linux module configuration:
kernel sources    /lib/modules/2.6.11.4-21.7-smp/build
kbuild type       2.6

End of make output with error message:
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I -I. 
-I/root/Source/qemu/qemu-20050804/target-i386 
-I/root/Source/qemu/qemu-20050804 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -I/root/Source/qemu/qemu-20050804/fpu -c -o 
audio.o /root/Source/qemu/qemu-20050804/audio/audio.c
In file included from /root/Source/qemu/qemu-20050804/vl.h:73,
                 from /root/Source/qemu/qemu-20050804/audio/audio.c:25:
/root/Source/qemu/qemu-20050804/target-i386/cpu.h:23:20: config.h: No such 
file or directory
In file included from /root/Source/qemu/qemu-20050804/target-i386/cpu.h:39,
                 from /root/Source/qemu/qemu-20050804/vl.h:73,
                 from /root/Source/qemu/qemu-20050804/audio/audio.c:25:
/root/Source/qemu/qemu-20050804/cpu-defs.h:23:20: config.h: No such file or 
directory
In file included from /root/Source/qemu/qemu-20050804/target-i386/cpu.h:41,
                 from /root/Source/qemu/qemu-20050804/vl.h:73,
                 from /root/Source/qemu/qemu-20050804/audio/audio.c:25:
/root/Source/qemu/qemu-20050804/fpu/softfloat.h:36:20: config.h: No such file 
or directory
In file included from /root/Source/qemu/qemu-20050804/target-i386/cpu.h:655,
                 from /root/Source/qemu/qemu-20050804/vl.h:73,
                 from /root/Source/qemu/qemu-20050804/audio/audio.c:25:
/root/Source/qemu/qemu-20050804/cpu-all.h:629:2: #error unsupported target CPU
In file included from /root/Source/qemu/qemu-20050804/target-i386/cpu.h:655,
                 from /root/Source/qemu/qemu-20050804/vl.h:73,
                 from /root/Source/qemu/qemu-20050804/audio/audio.c:25:
/root/Source/qemu/qemu-20050804/cpu-all.h:635: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:636: error: `cpu_dump_state' 
declared as function returning a function
/root/Source/qemu/qemu-20050804/cpu-all.h:637: error: syntax error before 
"int"
/root/Source/qemu/qemu-20050804/cpu-all.h:639: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:640: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:640: warning: type defaults to `int' 
in declaration of `cpu_single_env'
/root/Source/qemu/qemu-20050804/cpu-all.h:640: warning: data definition has no 
type or storage class
/root/Source/qemu/qemu-20050804/cpu-all.h:647: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:648: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:650: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:651: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:652: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:653: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:658: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:688: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:689: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:690: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:691: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:692: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:693: error: syntax error before '*' 
token
/root/Source/qemu/qemu-20050804/cpu-all.h:743: error: syntax error before '*' 
token
In file included from /root/Source/qemu/qemu-20050804/audio/audio.c:25:
/root/Source/qemu/qemu-20050804/vl.h:709: error: syntax error before '*' token
/root/Source/qemu/qemu-20050804/vl.h:710: error: syntax error before '*' token
make[1]: *** [audio.o] Error 1
make[1]: Leaving directory `/root/Source/qemu/qemu-20050804/i386-softmmu'
make: *** [all] Error 1

-- 
Heiko Nardmann (Dipl.-Ing. Technische Informatik)
secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de),
Weidenauer Str. 223-225, D-57076 Siegen
Tel. : +49 271 48950-13, Fax  : +49 271 48950-50

             reply	other threads:[~2005-08-04  9:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-04  9:15 Nardmann, Heiko [this message]
2005-08-04  9:38 ` [Qemu-devel] qemu CVS not compilable malc
2005-08-04 10:01   ` Nardmann, Heiko
2005-08-04 10:25     ` malc
2005-08-04 15:55       ` Jim C. Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200508041115.14591.heiko.nardmann@secunet.com \
    --to=heiko.nardmann@secunet.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.