* [Qemu-devel] cvs oss.c
@ 2004-10-02 21:26 Bob Barry
2004-10-02 21:29 ` Sylvain Petreolle
0 siblings, 1 reply; 2+ messages in thread
From: Bob Barry @ 2004-10-02 21:26 UTC (permalink / raw)
To: qemu-devel
For the last few days cvs has failed to compile for me, failing in oss.c.
My compiler is gcc 3.2.3. Output is:
make[1]: Leaving directory `/usr/portage/distfiles/cvs-src/qemu/i386-user'
make[1]: Entering directory `/usr/portage/distfiles/cvs-src/qemu/i386-softmmu'
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/usr/portage/distfiles/cvs-src/qemu/target-i386 -I/usr/portage/distfiles/cvs-src/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/portage/distfiles/cvs-src/qemu/slirp -c -o oss.o /usr/portage/distfiles/cvs-src/qemu/oss.c
/usr/portage/distfiles/cvs-src/qemu/oss.c:318: conflicting types for `AUD_open'
/usr/portage/distfiles/cvs-src/qemu/vl.h:563: previous declaration of `AUD_open'
/usr/portage/distfiles/cvs-src/qemu/oss.c:323: conflicting types for `AUD_write'
/usr/portage/distfiles/cvs-src/qemu/vl.h:564: previous declaration of `AUD_write'
/usr/portage/distfiles/cvs-src/qemu/oss.c:448: conflicting types for `AUD_adjust_estimate'
/usr/portage/distfiles/cvs-src/qemu/vl.h:565: previous declaration of `AUD_adjust_estimate'
/usr/portage/distfiles/cvs-src/qemu/oss.c:453: conflicting types for `AUD_get_free'
/usr/portage/distfiles/cvs-src/qemu/vl.h:566: previous declaration of `AUD_get_free'
/usr/portage/distfiles/cvs-src/qemu/oss.c:520: conflicting types for `AUD_get_buffer_size'
/usr/portage/distfiles/cvs-src/qemu/vl.h:567: previous declaration of `AUD_get_buffer_size'
make[1]: *** [oss.o] Error 1
make[1]: Leaving directory `/usr/portage/distfiles/cvs-src/qemu/i386-softmmu'
make: *** [all] Error 1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] cvs oss.c
2004-10-02 21:26 [Qemu-devel] cvs oss.c Bob Barry
@ 2004-10-02 21:29 ` Sylvain Petreolle
0 siblings, 0 replies; 2+ messages in thread
From: Sylvain Petreolle @ 2004-10-02 21:29 UTC (permalink / raw)
To: qemu-devel
--- Bob Barry <bobb@absamail.co.za> a écrit :
> For the last few days cvs has failed to compile for me, failing in oss.c.
Make sure that oss.c, vl.c an vl.h are the original CVS versions.
I had the same results and a 'cvs status oss.c' said I had conflicts on merge...
> /usr/portage/distfiles/cvs-src/qemu/oss.c:318: conflicting types for `AUD_open'
> /usr/portage/distfiles/cvs-src/qemu/vl.h:563: previous declaration of `AUD_open'
> /usr/portage/distfiles/cvs-src/qemu/oss.c:323: conflicting types for `AUD_write'
> /usr/portage/distfiles/cvs-src/qemu/vl.h:564: previous declaration of `AUD_write'
> /usr/portage/distfiles/cvs-src/qemu/oss.c:448: conflicting types for `AUD_adjust_estimate'
> /usr/portage/distfiles/cvs-src/qemu/vl.h:565: previous declaration of `AUD_adjust_estimate'
> /usr/portage/distfiles/cvs-src/qemu/oss.c:453: conflicting types for `AUD_get_free'
> /usr/portage/distfiles/cvs-src/qemu/vl.h:566: previous declaration of `AUD_get_free'
> /usr/portage/distfiles/cvs-src/qemu/oss.c:520: conflicting types for `AUD_get_buffer_size'
> /usr/portage/distfiles/cvs-src/qemu/vl.h:567: previous declaration of `AUD_get_buffer_size'
=====
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net)
Say NO to software patents
Dites NON aux brevets logiciels
"You believe it's the year 1984, when in fact, its closer to 2184"1984 / Matrix
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-02 21:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-02 21:26 [Qemu-devel] cvs oss.c Bob Barry
2004-10-02 21:29 ` Sylvain Petreolle
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).