similar to: Relying on autoconf/configure

Displaying 20 results from an estimated 3000 matches similar to: "Relying on autoconf/configure"

2000 Jun 23
4
Compiling with GCC on win32?
Why does the source use `int64_t'. Is this suppose to be built with GCC? I have Mumit Kahns gcc, version 2.8.1. Do I need a 2.9.5 version to get the `int64_t' type? I have substituted a typedef of `long long' in os_types.h. This seems to make sense? The rint() macro also seems to be having some problems. I guess there are two meanings to __GNUC__ and _WIN32. One is the OS and
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
2000 Sep 13
1
PATCH - mingw compatibility for 9/13/00 build.
I am a mingw coder and I needed to make the following changes to the CVS source from 9/13/00 to get a build: os_types.h L36C16 reads had to change "unsigned _G_int32_t" to "_G_uint32_t" to resolve the compile error: ..\include\vorbis\os_types.h:36:parse error before 'ogg_uint32_t' ..\include\vorbis\os_types.h:36:warning:data definition has no type or storage class
2002 Dec 10
2
mingw compiling problem for libogg
(i hope this is correct m.list) Hi, there is a small compiling problem for mingw when compiling on libogg.. in include/ogg/os_types.h : ogg_int64_t, ogg_int32_t, etc are defined correctly on cygwin and MSVC/Borland but not on mingw... i have attached a patch that will fix this problem (i hope it attaches correctly) thx, Nehal --- os_types.h.old Fri Jul 19 02:25:52 2002 +++ os_types.h Tue
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
2000 Jun 13
1
compiling under cygwin
To get CVS ver to compile under cygwin 1.1.2 it would be convenient to change file: /usr/local/cvsroot/vorbis/include/vorbis/os_types.h 21c21 < #ifdef _WIN32 --- > #if defined (_WIN32) && !defined(__CYGWIN__) thx -dan ---------- daniel.probst@vwl.uni-mannheim.de Dr. Daniel Probst Economic Theory Mannheim University Germany --- >8 ---- List archives:
2000 Nov 21
1
Updated Mac support
I have a zip file containing updated Macintosh support for Vorbis on my company's web site at the following URL: http://bDistributed.com/projects/vorbis-mac/MacVorbisUpdatesBeta3.zip I used Metrowerks ClassWrangler to build the file because StuffIt insisted on MacBinary-encoding the project files. StuffIt Expander seems to have issues with expanding it, so I'm not sure if it's
2005 Jun 29
3
os_types.h
Hey guys, Maybe its cause I'm using older tools, but I've noticed a minor problem building the ogg libraries on a mac. I'm using Codewarrior 8. In os_types.h on line 60, it says "#include <sys/types.h>" where it should be "#include <types.h>" I'm guessing this isn't an issue for all compilers, just codewarrior. Possibly only codewarrior 8
2001 Jan 19
1
tiny cygwin bug (& solution)
In the file os_types.h (ogg/include/ogg) cygwin (newest version) complains about some error on line 43. Apparently "typedef unsigned _G_int32_t ogg_uint32_t;" is an illegal line .. Anyone have any idea why ? .. Anyway, if "unsigned _G_int32_t" is replaced by "_G_uint32_t", cygwin compiles happily (i attached a cvs diff-file that does this). I still have problems
2000 Sep 29
1
ao/
I dived into automake, autoconf, etc. waters a little while ago, and somehow got libao to actually compile (!!!) (sort of...). Still not right, though. The commit looks sorta like this: * make configure.in in coordination with autoheader and automake properly create config.h. I put it in ao/include/config.h so that the build won't need an extra include directory, but if anybody thinks
2002 Dec 22
1
Cross compiling of software depending on libvorbis
Hi I'm trying to compile my game project (that depends on libvorbis) for the win32 platform. I use mingw (both native in linux and inside cygwin) to achieve this. But I can't get libvorbis to work because of a dependency problem with libogg. libogg seems to have a file (os_types.h) that depends on an include-file called _G_config.h. This file is supposed to contain some system-specific
2004 Oct 26
1
tipo de datos no reconocido
2004 Aug 06
2
(no subject)
I have to compile icecast-1.3.11 under Win32, and want to apply the patch of Li-Kai Liu: http://www.xiph.org/archives/icecast-dev/0066.html But I could not find the "win32config.h" file. I installed Subversion to grab the repository but I didn't find it either. Does anybody have this file and would like to send me? Peter -- "Sie haben neue Mails!" - Die GMX Toolbar
2000 May 01
2
Bug fix, win32 stuff
There was a bug in the new ov_open_callbacks where it would not zero out some member variables of the file info struct, and if a file was not successfully opened this would cause a crash at destruct time. Fixed. I've also made some changes so that vorbis will compile cleanly under win32 without one having to muck around with it. I have added a "vorbis_vc6" directory which contains
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
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
2000 Oct 08
1
Mac Vorbis Player
I've got a working (standalone) Mac Vorbis player. It doesn't handle clipping nicely (it makes narsty noises that XMMS doesn't), the code's not commented yet, there's no other way to quit while the sound plays besides force quitting, and there's no real error checking, but it works and I got around the problem with os_types.h by putting a mac-specific version in the
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
2000 Apr 21
5
BeOS diffs
HI, how do I get mods applied to Vorbis, I'm not a cvs guru and I don't know much about configure scripts. BeOS has this little quirk of being 99% POSIX compliant so these mods are required for vorbis to compile. To define int64_t in codec.h #ifdef __BEOS__ #include <inttypes.h> #endif run.c in vq needs 'changing' around line 141 becuase S_IFSOCK isn't
2005 Jun 17
1
ov_open fails on Version 1.0.1
Eddie, I have been reviewing vorbis list postings, because I have been spinning my wheels for a week, trying to make a simple insertion of ogg vorbis decoding (vorbisfile) in the audio class of my MFC/C++ program. I just read your thread from April 2004. Question: Do you have anything you could send me, since I assume you succeeded in getting results? And/or could you take a look at what I