* Trying to compile with Stas's sound patch
@ 2006-08-29 14:25 Jan Willem Stumpel
2006-08-30 10:14 ` Trying to compile with Stas's sound patch (2) Jan Willem Stumpel
0 siblings, 1 reply; 2+ messages in thread
From: Jan Willem Stumpel @ 2006-08-29 14:25 UTC (permalink / raw)
To: dosemu
I'd like to try Stas's patch but cannot manage the compile. Could
use a little help..
1) svn co https://svn.sourceforge.net/svnroot/dosemu/trunk dosemu
succeeds, creates a directory ~/dosemu with the source code.
2) patch -p0 <dosemu-sound-21.diff also succeeds, without errors.
3) cd dosemu
4) autoheader produced the message:
configure.ac:473: warning: AC_CONFIG_SUBDIRS: you should use
literals
autoconf/status.m4:929: AC_CONFIG_SUBDIRS is expanded from...
configure.ac:473: the top level
A similar warning came from autoconf. I do not know if this is
serious.
5) ./default-configure -d seems to go OK.
6) "make" stops after the following error:
In file included from oss.c:21:
seqops.h:13: error: static declaration of ‘seqbuf_dump’
follows
non-static declaration
/usr/include/linux/soundcard.h:1057: error: previous
declaration of ‘seqbuf_dump’ was here
make[2]: *** [oss.o] Error 1
make[2]: Leaving directory
`/home/jws/dosemu/src/arch/linux/dosext/sound/midid'
make[1]: *** [arch/linux/dosext/sound/midid] Error 2
make[1]: Leaving directory `/home/jws/dosemu/src'
make: *** [default] Error 2
uname -a is
Linux vega 2.6.15 #8 PREEMPT Fri Jun 23 13:44:05 CEST 2006 i686
GNU/Linux
BTW such a pity that development has stopped.
Regards, Jan
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* Trying to compile with Stas's sound patch (2)
2006-08-29 14:25 Trying to compile with Stas's sound patch Jan Willem Stumpel
@ 2006-08-30 10:14 ` Jan Willem Stumpel
0 siblings, 0 replies; 2+ messages in thread
From: Jan Willem Stumpel @ 2006-08-30 10:14 UTC (permalink / raw)
To: dosemu
I could compile by just changing the declaration of seqbuf_dump to
static void in /usr/include/linux/soundcard.h.
It works very well, for example music in wolf3d and duke3d, and
the old Soundblaster utilities now also work. It seems to use a
lot of CPU, though.
Regards, Jan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-30 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-29 14:25 Trying to compile with Stas's sound patch Jan Willem Stumpel
2006-08-30 10:14 ` Trying to compile with Stas's sound patch (2) Jan Willem Stumpel
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.