search for: config_typ

Displaying 20 results from an estimated 21 matches for "config_typ".

Did you mean: config_tap
2004 Oct 13
1
config_types.h
2006 Apr 19
0
making ices under Mac OS X
...ut > any errors on my Mac OS X 10.4, but for some reason when I tried > configuring libshout it died with this message: "configure:23903: > error: requisite Ogg Vorbis library not found." I looked through the > config.log file and found this error: > /usr/local/include/ogg/config_types.h:6: error: parse error before > 'ogg_uint16_t' > /usr/local/include/ogg/config_types.h:8: error: parse error before > 'ogg_uint32_t' > > I found /usr/local/include/ogg/config_types.h had the following: > /* these are filled in by configure */ > typedef int16_...
2000 Oct 05
4
Macintosh support (again)
...d yet. It's so simple to address, too -- just as simple as putting instructions for how to do the two-stage build into the documentation! Here's what needs to be done: 1. Rename os_types.h.in to os_types.h. 2. Move the one minor portion that's munged by configure into a new file, config_types.h.in. 3. Put '#include "config_types.h"' in place of the configure-munged stuff in os_types.h. 4. Then do whatever needs to be done (if anything) to make configure munge config_types.h.in instead of os_types.h.in. This will ensure that Windows and Macintosh developers can b...
2005 Jul 29
1
libshout build error
...23180: checking for Vorbis configure:23227: gcc -o conftest -g -O2 conftest.c -lvorbis -lm -lvorbisenc >&5 In file included from /usr/local/include/ogg/os_types.h:123, from /usr/local/include/ogg/ogg.h:24, from /usr/local/include/vorbis/codec.h:26, from conftest.c:52: /usr/local/include/ogg/config_types.h:6: error: parse error before 'ogg_uint16_t' /usr/local/include/ogg/config_types.h:8: error: parse error before 'ogg_uint32_t' configure:23230: $? = 1 configure: program exited with status 1 I'm using gcc 4.0. Thanks for your help. -- <Arthur/> -------------- nex...
2001 Jul 11
1
how to set up a Vorbis server
...I'd like to stream Vorbis files from an OpenBSD 2.8 box. I followed the instructions at http://i.cantcode.com/~jack/icecast.html (via http://www.xiph.org/ogg/vorbis/index.html), and ran aground during the compilation of .../icecast/src/source.c. It needs /usr/include/ogg/{ogg,os_types,config_types}.h; /usr/include/ogg doesn't exist. I gather the directory and files were supposed to be created at some point (and that I would have gotten them if I were working from an RPM or Debian package). Can someone provide better instructions, or point out what I did wrong? thanks,...
2001 Nov 01
1
Re: vorbis.framework
...'macosx' directories. I verified that they built, but didn't test the resulting frameworks. Just type 'open macosx/[ogg|vorbis].pbproj' from the terminal to try them out. They need a fair bit of cleanup, which I'm working on now. In particular, the ogg build tries to use config_types.h rather than os_types.h. Anybody know a ProjectBuilder or Cocoa-specific ifdef? In the meantime you can work around by running 'autoconf && ./configure' from the command line. autogen will fail because automake is missing, but autoconf works far enough. Ogg.framework and Vor...
2014 Feb 28
1
minor issue using opus-tools
...oc/libogg-1.3.1 ?; fish_xiph_org.png ?index.html ?multiplex1.png ? ? ?oggstream.html ?pages.png ? ?rfc5334.txt ? ?stream.png ? ? ? white-ogg.png framing.html ? ? ? libogg ? ? ?ogg-multiplex.html ?packets.png ? ? rfc3533.txt ?skeleton.html ?vorbisword2.png ?white-xifish.png ls ? /usr/include/ogg ; config_types.h ?ogg.h ?os_types.h ?ls -lR ?/usr ?| grep ?'/ogg' ?; /usr/include/ogg: /usr/local/include/ogg: /usr/local/share/doc/libogg-1.3.0/ogg: ?curl ? http://downloads.xiph.org/releases/opus/opus-tools-0.1.7.tar.gz ? > ? opus-tools-0.1.7.tar.gz ? ; ?gzip -d ? ? opus-tools-0.1.7.tar.gz ?; ?...
2017 Mar 09
1
[PATCH] fix minor typo in return type of op_serialno()
Attached small patch fixes a minor typo in return type of op_serialno() i.e. changes ogg_uint32_t to opus_uint32 to match the header. One doesn't usually hit this, but if one actually does (e.g. when using a differently configured config_types.h with a long vs int conflict in int32 typedef) it results in a build failure. -- O.S. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-fix-minor-typo-in-return-type-of-op_serialno.patch Type: text/x-diff Size: 769 bytes Desc: not available URL: <http:/...
2001 Apr 18
3
[Patch] OS/2 port
...(__EMX__) + +typedef short ogg_int16_t; +typedef int ogg_int32_t; +typedef unsigned int ogg_uint32_t; +typedef long long ogg_int64_t; -# ifdef __BEOS__ +#else + +# ifdef __BEOS__ /* Be */ #include <inttypes.h> -# endif +# endif #include <sys/types.h> #include <ogg/config_types.h> - -# endif /* macintosh */ - -#endif /* _WIN32 */ +#endif #endif /* _OS_TYPES_H */ -- ______________________________________________________________________________ | Brian Havard | "He is not the messiah! | | brianh@kheldar.apana.org.au...
2003 Mar 10
3
Configure problems
I'm trying to compile on an Amiga for PPC using GNU but the configure script stops at this for libvorbis: <p>aclocal: configure.in: 42: macro `AM_PROG_LIBTOOL' not found in library make: *** [aclocal.m4] Error 1 <p>and this for libao: <p>checking size of short... configure: error: can not run test program while cross compiling How do I fix this? <p>J.Johansson
2004 Aug 06
2
Cross compiling
...ure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating doc/ogg/Makefile config.status: creating include/Makefile config.status: creating include/ogg/Makefile config.status: creating include/ogg/config_types.h config.status: creating win32/Makefile config.status: creating debian/Makefile config.status: creating ogg.pc config.status: executing depfiles commands <p><p>_________________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fr...
2005 May 26
1
libogg2 branch->trunk (deadline: 5/30)
...2_buffer_state *ogg2_buffer_create(void); D. Changed name of include To go along with changes in II.A. an ogg/ogg.h would need to be made available for backwards compatability. In order to keep everything tidy I have moved ogg2/ogg.h to ogg/ogg2.h so that the other ogg/*.h includes (config_types.h and os_types.h specifically) which are shared don't have to be duplicated. -- Diversity is the Fuel of Evolution, Conformity it's Starvation. Be Radical. Be New. Be Different. Feed Evolution with Everything You Are.
2005 May 26
1
libogg2 branch->trunk (deadline: 5/30)
...2_buffer_state *ogg2_buffer_create(void); D. Changed name of include To go along with changes in II.A. an ogg/ogg.h would need to be made available for backwards compatability. In order to keep everything tidy I have moved ogg2/ogg.h to ogg/ogg2.h so that the other ogg/*.h includes (config_types.h and os_types.h specifically) which are shared don't have to be duplicated. -- Diversity is the Fuel of Evolution, Conformity it's Starvation. Be Radical. Be New. Be Different. Feed Evolution with Everything You Are.
2005 May 26
1
libogg2 branch->trunk (deadline: 5/30)
...2_buffer_state *ogg2_buffer_create(void); D. Changed name of include To go along with changes in II.A. an ogg/ogg.h would need to be made available for backwards compatability. In order to keep everything tidy I have moved ogg2/ogg.h to ogg/ogg2.h so that the other ogg/*.h includes (config_types.h and os_types.h specifically) which are shared don't have to be duplicated. -- Diversity is the Fuel of Evolution, Conformity it's Starvation. Be Radical. Be New. Be Different. Feed Evolution with Everything You Are.
2005 May 26
1
libogg2 branch->trunk (deadline: 5/30)
...2_buffer_state *ogg2_buffer_create(void); D. Changed name of include To go along with changes in II.A. an ogg/ogg.h would need to be made available for backwards compatability. In order to keep everything tidy I have moved ogg2/ogg.h to ogg/ogg2.h so that the other ogg/*.h includes (config_types.h and os_types.h specifically) which are shared don't have to be duplicated. -- Diversity is the Fuel of Evolution, Conformity it's Starvation. Be Radical. Be New. Be Different. Feed Evolution with Everything You Are.
2005 May 26
1
libogg2 branch->trunk (deadline: 5/30)
...2_buffer_state *ogg2_buffer_create(void); D. Changed name of include To go along with changes in II.A. an ogg/ogg.h would need to be made available for backwards compatability. In order to keep everything tidy I have moved ogg2/ogg.h to ogg/ogg2.h so that the other ogg/*.h includes (config_types.h and os_types.h specifically) which are shared don't have to be duplicated. -- Diversity is the Fuel of Evolution, Conformity it's Starvation. Be Radical. Be New. Be Different. Feed Evolution with Everything You Are.
2005 Jun 14
3
lack of detail for exception in ov_open
I am having one frustrating time trying to decipher why ov_read is failing in my MFC/C++ application, and I see in Google results that others have had difficulty as well. These google discussions generally involve libraries, dll's and linking options, as though there are perhaps some basic incompatibilities between ogg vorbis and win32 and/or MFC/C++. Very confusing. If I pass fopen a
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi, I have downloaded the following files libao-0.6.0.tar.gz libogg-1.0beta4.tar.gz libvorbis-1.0beta4.tar.gz vorbis-tools-1.0beta4.tar.gz as said from the download section. But I'm at a loss to what do after that. I don't have much experience/knowledge in compiling etc, but I still want to try out ogg. (I downloaded the source coz I have an OpenBSD machine, and there was no
2001 Nov 22
14
Small vorbis files with vorbisfile
I think I have bumped into the small file error, or I''m doing something stupid. The files are short audio effects for a game (embedded in our own data format). Sample info: Vorbis packets: 1 (4 kb) Samples: 28672 Samplerate: 22 kHz Channels: 2 This is what I''m doing when I want to get a number of bytes from the stream: The problem is that ov_pcm_tell always returns 0. And so
2004 Aug 06
0
Cross compiling
...config.status: creating Makefile > config.status: creating src/Makefile > config.status: creating doc/Makefile > config.status: creating doc/ogg/Makefile > config.status: creating include/Makefile > config.status: creating include/ogg/Makefile > config.status: creating include/ogg/config_types.h > config.status: creating win32/Makefile > config.status: creating debian/Makefile > config.status: creating ogg.pc > config.status: executing depfiles commands > > > > _________________________________________________________________ > Do You Yahoo!? -- Une adress...