* [Qemu-devel] header include order causes build failure
@ 2011-05-26 8:07 Christoph Egger
0 siblings, 0 replies; only message in thread
From: Christoph Egger @ 2011-05-26 8:07 UTC (permalink / raw)
To: qemu-devel@nongnu.org
Hi,
qemu build system includes third party headers before
qemu headers which is wrong. It should be the other
way around.
When 'nas' (Network Audio System,
http://www.pdl.cmu.edu/NASD/Downloads/NASDcode.html)
is installed then there is an external "audio/audio.h".
Due to the wrong header include order this one is used instead of
qemu's one and causes a build error saying that
QEMUSoundCard is not defined.
gcc error message:
hw/wm8750.c:30:error: expected specifier-qualifier-list before
'QEMUSoundCard'
Christoph
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-26 8:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 8:07 [Qemu-devel] header include order causes build failure Christoph Egger
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.