similar to: config_types.h

Displaying 20 results from an estimated 100 matches similar to: "config_types.h"

2004 Oct 26
1
tipo de datos no reconocido
2000 Oct 05
4
Macintosh support (again)
In order to compile the latest Vorbis library on the Macintosh, the change appended to this message needs to be made to os_types.h.in. Then, anyone who wants to actually build it must first copy os_types.h.in to os_types.h by hand, since MacOS does not include a command line and thus cannot run configure. It really bugs me that the whole "platforms which don't support configure
2001 Jul 11
1
how to set up a Vorbis server
Hi-- 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
2001 Nov 01
1
Re: vorbis.framework
I've committed Elifarley's ProjectBuilder files to ogg and vorbis cvs. They're both in the '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
2014 Feb 28
1
minor issue using opus-tools
hello all - this is probably something simple, but i am on-the-road and cant find a quick solution. ?i cant seem to get the opus toolset to recognize the ogg library. ?i was able to successfully get opus to work with FFMPEG, but not the toolset. when i go to install opus-tools, i get the following message: No package 'ogg' found i would like to have opusenc working, since i have 700k
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
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
2004 Aug 06
2
Cross compiling
Hello all, I'm trying to build speex library for a CRIS processor running Linux. The configure seems to fail. Here is the command I use wich works to build libogg : ./configure --host=cris --prefix=/home/axis/devboard_lx/target/cris-axis-linux-gnu/usr/local --exec-prefix=/home/axis/devboard_lx/target/cris-axis-linux-gnu/usr/local (I have all my target files in this directory :
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
2006 May 28
0
rake errors - not as helpful as they could be
hi list - i recently attempted to run rake for a first pass at some tests and ran into a mysterious failure. rake indicated that it had aborted running the tests but provided little information on exactly why this occurred. the only bit of information it did offer was that i could use --trace for a full trace. of course i did that hoping it would provide more detail, but it didn''t help a
2004 Aug 06
1
Icecast Logging
I have some questions about Icecast logging... How close is Icecast logging to the Apache logging format? Can you customize the output options like Apache? We've used several tools to process our Icecast logs in the past, including Webalizer and Urchin. Urchin seems to report some slightly erroneous data. What have others used for processing Icecast's access.log file? Hunter --- >8
2006 Apr 19
0
making ices under Mac OS X
After I got the libshout problem taken care of, I tried installing installing ices. It gave the following error: metadata.c:55: error: 'fd_set' undeclared (first use in this function) I searched the internet for fd_set and found that select uses it, which needs sys/time.h, which wasn't included in metadata.c, so I added #include <sys/time.h> with the other includes, and it seems
2005 Jul 29
1
libshout build error
When building libshout, configure outputs this error: checking for Vorbis... no *** Could not run Vorbis test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means Vorbis was incorrectly installed *** or that you have moved Vorbis since it was installed. configure: error: requisite Ogg Vorbis
2004 Mar 13
1
Ogg / Vorbis Compiling under W32 with MingW ** Problem **
I want to compile ogg and vorbis(version 1.01) under mingw. In the console i typed ./configure make but there is a lot of error while making. here is the errors $ ./configure checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific
2004 Nov 27
1
an excecute error
this it is the first time that I program with ogg libraries (I am a beginner). it has happened me an error, the code is the following one: /*********************************************/ OggVorbis_File *musica=NULL; FILE *archiv =NULL; archiv = fopen("prueba.ogg","r"); if(archiv==NULL) exit(0); int falla = ov_open(archiv,musica,NULL,0);//aca se produce el error
2008 Sep 05
3
Still confused on content blocks...
I''ve read the docs. Honestly. But, I still can''t get my site working with the latest gem. I''m confused over when and how I need to specify content blocks, and how these relate to the stuff in config.yaml. The specific problem is with my analytics file include, I get errors like this: An error has occurred: Error while processing </analytics.en.html>: Error
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
2001 Apr 18
3
[Patch] OS/2 port
[Repost, maybe it will get noticed with a better subject] So now beta 4 is out is there any chance you guys will have time to review some of my patches? Here's a simple one. It just adds the standard integer typedefs for EMX GCC. I've flattened the structure using #elif's so it doesn't get a level deeper for every platform added but the result should be the same. I realise
2007 Dec 25
5
[Bug 13815] New: Wrong url for http get
http://bugs.freedesktop.org/show_bug.cgi?id=13815 Summary: Wrong url for http get Product: swfdec Version: git Platform: Other URL: http://www.betterworldbooks.com/Flash/output.swf OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at