* [Qemu-devel] Bug in CVS
@ 2004-08-04 23:15 Mailinglisten für Philipp Gühring
2004-08-05 5:46 ` Mikesch Nepomuk
0 siblings, 1 reply; 2+ messages in thread
From: Mailinglisten für Philipp Gühring @ 2004-08-04 23:15 UTC (permalink / raw)
To: qemu-devel
Hi,
I tried to compile the current CVS version, and got the following error:
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
-I/home/philipp/qemu/cvs/qemu/target-i386 -I/home/philipp/qemu/cvs/qemu
-I/home/philipp/qemu/cvs/qemu/linux-user
-I/home/philipp/qemu/cvs/qemu/linux-user/i386 -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/philipp/qemu/cvs/qemu/slirp -c -o syscall.o
/home/philipp/qemu/cvs/qemu/linux-user/syscall.c
/home/philipp/qemu/cvs/qemu/linux-user/syscall.c: In function
`do_setsockopt':
/home/philipp/qemu/cvs/qemu/linux-user/syscall.c:580: error: `SO_BSDCOMPAT'
undeclared (first use in this function)
/home/philipp/qemu/cvs/qemu/linux-user/syscall.c:580: error: (Each
undeclared identifier is reported only once
/home/philipp/qemu/cvs/qemu/linux-user/syscall.c:580: error: for each
function it appears in.)
m
Commenting the line 580 helped to compile it, and I guess that it is not
needed on Linux.
Many greetings,
Philip Gühring
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Bug in CVS
2004-08-04 23:15 [Qemu-devel] Bug in CVS Mailinglisten für Philipp Gühring
@ 2004-08-05 5:46 ` Mikesch Nepomuk
0 siblings, 0 replies; 2+ messages in thread
From: Mikesch Nepomuk @ 2004-08-05 5:46 UTC (permalink / raw)
To: qemu-devel
Am Donnerstag, 5. August 2004 01:15 schrieb Mailinglisten für Philipp Gühring:
[...]
> /home/philipp/qemu/cvs/qemu/linux-user/syscall.c:580: error: `SO_BSDCOMPAT'
> undeclared (first use in this function)
SO_BSDCOMPAT is obsolete since the 2.4 kernels.
If You want just full system emulation, You can comment this safely out.
Mikesch
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-05 5:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-04 23:15 [Qemu-devel] Bug in CVS Mailinglisten für Philipp Gühring
2004-08-05 5:46 ` Mikesch Nepomuk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).