Displaying 17 results from an estimated 17 matches for "lossaudio".
2001 Mar 13
2
Followup to compiling Ogg on NetBSD-1.5/i386
...led libogg and
libvorbis earlier -- do I need to compile them again now that I have
made changes in libao ?** I think not, but I still ask).
3. The rest of the stuff in your notes didn't make any sense to me (I'm
only a beginner user), but I gathered that we need to do something with
the -lossaudio option. And I gathered that it has to be put in
ogg123/Makefile (ie, LIBS = -lossaudio *and* LDFLAGS = -lossaudio).
Well, I ran `configure' first, then made the above changes, and `make &&
make install' ...
... but still ogg123 reports "No such device oss". :-(
Now I&...
2000 Aug 17
1
patch for netbsd
attached please find patches to make vorbis kit (2000/8/18 daily
tar.gz) to compile on netbsd. we need more tests and cleanups
(like moving -lossaudio into AC_CHECK_LIB() in configure.in), but
it should be good as starting point. thanks.
itojun
PS: i'm not on the list. if possible please cc: to me.
$NetBSD: patch-aa,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $
--- vorbis-tools/libao/configure.in- Fri Aug 18 01:32:17 2000
+++ vorb...
2007 Oct 11
1
compilation errors netbsd
hello again,
on NetBSD the library ossaudio needs to be linked in for speex to build. i
did it by hand in the src/Makefile by altering LDFLAGS to "-lossaudio". it
now compiles properly.
thanks for your time,
b
On 10/11/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
> Seems like NetBSD doesn't like the ioctl calls. Maybe you need to link
> with another library for that, but I don't have a NetBSD system to
>...
2008 Nov 10
5
[PATCH][IOEMU] build fix for BSD
Hi!
Attached patch makes git-ioemu compile on NetBSD.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
P.S.: I''m about sending the pieces to qemu-devel. The changes
in vl.c already went upstream in qemu''s svn c/s 5646.
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz
2001 Jul 09
1
winelib problems with .configure
...or remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for ldconfig... /sbin/ldconfig
checking for sqrt in -lm... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for iswalnum in -lw... no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for setrunelocale in -lxpg4... no
checking for mmap in -lmmap... no
checking for openpty... no
checking for openpty in -lutil... yes
checking for dlfcn.h... yes
checking...
2001 Mar 16
3
Patches for NetBSD
...h-aa,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $
--- ../vorbis-tools-1.0beta4.orig/configure Sun Feb 25 21:51:05 2001
+++ configure Thu Mar 15 09:52:40 2001
@@ -1822,7 +1822,7 @@
AO_LIBS="-L$ao_prefix/lib"
fi
- AO_LIBS="$AO_LIBS -lao -ldl"
+ AO_LIBS="$AO_LIBS -lao -lossaudio"
echo $ac_n "checking for ao""... $ac_c" 1>&6
echo "configure:1829: checking for ao" >&5
$NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $
--- ../vorbis-tools-1.0beta4.orig/ogg123/Makefile.in Mon Feb 26 03:02:14 2001
+++ ogg123/Makefil...
2004 Aug 06
1
ices2 not compiling on OpenBSD 3.3
> > im_sun.c:29: stropts.h: No such file or directory
> > *** Error code 1
> >
> > Any suggestions?
>
> Yes, use the configure option --disable-sun-audio. Ices2's im_sun only
> works on Solaris right now as it seems. I managed to compile it with
> some changes, but live streaming still isn't possible. It appears that
> audio output via /dev/audio is
2007 Oct 10
2
compilation errors netbsd
hello,
i am experiencing some persistent compilation errors with both the
1.2beta2 release and the svn speex-trunk:
======================
speexdec.o(.text+0x23b): In function `out_file_open':
/speex-trunk/src/speexdec.c:158: undefined reference to `_oss_ioctl'
speexdec.o(.text+0x268):/speex-trunk/src/speexdec.c:168: undefined reference
to `_oss_ioctl'
2007 Dec 01
1
OpenBSD related patches
Hello, list !
Here is diff of changes, i had to make to get swfdec running on
OpenBSD 4.2-current.
Regards Valery.
P.S. Please cc me, i am not subscribed to the list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: swfdec.diff
Type: application/octet-stream
Size: 11628 bytes
Desc: not available
Url :
2004 Aug 06
2
Liveice & Icecast...help
One possibility is that Lame is using the wrong endianess for your
system try changing NUMBER_LITTLE_ENDIAN to NUMBER_BIG_ENDIAN in
liveice.h and rebuilding.
The default distribution of Lame uses big endia samples on IO, which
means that in raw input mode it needs the -x arg to be set. However -
some 'helpful' people have made this the default on some
distributions.... so when liveice
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...$(LDADD) -lcompat
- dump_video_DEPENDENCIES = $(GETOPT_OBJS)
- player_example_SOURCES = player_example.c
- player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
--player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
-+player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS) -lossaudio
- encoder_example_SOURCES = encoder_example.c
- EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h
- encoder_example_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS)
+-dump_video_LDADD = $(GETOPT_OBJS) $(LDADDDEC)
++dump_video_LDADD = $(GETOPT_OBJS) $(LDADDDEC) -lcompat
+
+ dump_psnr_SOURCES = dum...
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...or c2man... $(TOPSRCDIR)/tools/c2man.pl
checking for ldconfig... /sbin/ldconfig
checking for Cygwin environment... no
checking for dllwrap... false
checking for lclint... no
checking for lint... no
checking for sqrt in -lm... yes
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for iswalnum... yes
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for _xpg4_setrunelocale in -lxpg4... no
checking for mmap in -lmmap... no
checking for openpty... no
checking for openpty in -lutil... yes
checking for dlfcn.h... yes
checking...
2019 Aug 30
0
Wine release 4.15
...Implement d3drm_viewport2_SetPlane().
d3drm: Initialise the front and back clip distances in d3drm_viewport2_Init().
Michael Müller (1):
wuauserv: Add dummy service.
Michael Stefaniuc (1):
msi/tests: Actually test two return values.
Naveen Narayanan (1):
wineoss: Fix the -lossaudio check.
Nikolay Sivov (2):
gdiplus: Add GdipRecordMetafileStreamI().
oleaut32: Reduce noise in SAFEARRAY traces.
Paul Gofman (1):
user32: Return correct showCmd from GetWindowPlacement() for other process window.
Piotr Caban (1):
msi: Fix component Action for shared compon...
2004 Oct 23
1
Issues with compiling wine
...#endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char i386_set_ldt ();
| int
| main ()
| {
| i386_set_ldt ();
| ;
| return 0;
| }
configure:5861: result: no
configure:5873: checking for _oss_ioctl in -lossaudio
configure:5903: gcc -o conftest -g -O2 conftest.c -lossaudio >&5
ld: fatal: library -lossaudio: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5909: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #...
2012 Apr 29
3
Failed to Compile Wine 1.5.3
...stall -c
checking for lclint... no
checking for lint... no
checking for fontforge... no
checking for pkg-config... pkg-config
checking for rsvg... no
checking for convert... no
checking for icotool... no
checking for msgfmt... no
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to run the C preprocessor... gcc -m32 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
c...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...nstall... /usr/bin/install -c
checking for lclint... no
checking for lint... no
checking for fontforge... no
checking for pkg-config... pkg-config
checking for rsvg... no
checking for convert... convert
checking for icotool... no
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... gcc -m32 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
c...
2006 May 18
2
Problems compiling Wine
...bin/ldconfig
checking for a BSD-compatible install... /usr/bin/install -c
checking for lclint... no
checking for lint... no
checking for fontforge... fontforge
checking for pkg-config... pkg-config
checking for prelink... prelink
checking for i386_set_ldt in -li386... no
checking for _oss_ioctl in -lossaudio... no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for inet_aton... yes
checking for _xpg4_setrunelocale in -lxpg4... no
checking for poll in -lpoll... no
checking for res_9_init in -lresolv... no
checking for pthread_create in -lpthread... yes
checking f...