similar to: Compiling the 'cmdline' demo

Displaying 20 results from an estimated 2000 matches similar to: "Compiling the 'cmdline' demo"

2000 Jun 11
1
cmdline
I have got CVS version of vorbis. In cmdline directory # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined reference to `CheckWav'
2000 Nov 19
0
potential BeOS fix
I'm not sure how this would affect other OS's (I have no real idea how autoconf, automake etc work) but this is a go at fixing the BeOS undefined link problem. Hope the diffs are okay P.S. is there a simple test program for the FP bug in the math inline header I'd like to see if BeOS suffers from the problem or not. Dave --- configure.in Sun Nov 19 14:42:16 2000 +++
2001 Jan 29
1
Mac OS X/Darwin patch for libvorbis
This is also pretty simple. Just a small patch to configure.in to set the right compiler flags and changes to os.h to (a) not have deeply nested ifdefs, making the file needlessly hard to read, (b) break up the sections by functionality and (c) don't assume that every non-Win32 has the floating versions of math library functions. -tim Index: configure.in
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello, I'm running into problems while trying to build libvorbis. My build platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6. The build fails with the following error : Making all in examples gmake[2]: Entering directory `/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2000 Sep 11
0
cmdline does not compile from cvs
When I try to compile "cmdline/vorbis", I get the following. gcc -O20 -ffast-math -D_REENTRANT -fsigned-char -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H getopt.o getopt1.o main.o -I. -I../lib -DUSE_ALLOCA_H -DUSE_MEMORY_H ../lib/libvorbis.a -o vorbis -lm -lpthread main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined
1999 Oct 26
2
building on openbsd...
the library builds with no problems, but the commandline tool stops at this: gcc -O20 -D__NO_MATH_INLINES -fsigned-char -I. -I../lib -Dsize16='short' -Dsize32='int' -Dsize64='long long' -c main.c main.c: In function `main': main.c:201: warning: assignment makes pointer from integer without a cast main.c:253: warning: passing arg 1 of `CheckWav' from incompatible
2000 Jun 19
2
Compilation error
Hi, The latest CVS version which I just checked out doesn't compile... (Linux 2.2.14) % make make[1]: Entering directory /var/.scratch/cvs/vorbis/lib' make target CFLAGS="-O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char -I. -I../include " make[2]: Entering directory /var/.scratch/cvs/vorbis/lib' gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES
2003 Aug 20
0
libvorbis configure script fails on Irix
Hello, I'm trying to compile libogg, libvorbis, libao, and vorbis-tools on an SGI Octane running Irix6.5.22. libogg configures and compiles without a problem. I installed it in usr/local/lib. When I moved on to libvorbis trouble began. The configure script made the following complaint: checking for Ogg... 12269:./conftest: rld: Error: unresolvable symbol in ./conftest:
2001 Jan 22
0
Ogg/Mp3 Encoding Comparison
Hello All, I realize that this is all highly unscientific and probably unprofessional as well. Still, I couldn't resist the urge. I ripped track 6 (prelude) from Yanni's "Tribute" album and encoded it with the latest versions of lame and oggenc. I present below the command line I used for both encodes: time oggenc -a 'Yanni' -t 'Prelude' -l 'Tribute' -c
2001 Jan 22
0
Ogg/Mp3 Encoding Comparison
Hello All, I realize that this is all highly unscientific and probably unprofessional as well. Still, I couldn't resist the urge. I ripped track 6 (prelude) from Yanni's "Tribute" album and encoded it with the latest versions of lame and oggenc. I present below the command line I used for both encodes: time oggenc -a 'Yanni' -t 'Prelude' -l 'Tribute' -c
2000 Jul 05
1
Meta-data enabled encoders
Hello, I have been following Ogg Vorbis for about two months now. I like it. A lot. I can't wait to use it. I want to use it so bad it hurts. The only thing stopping me at this point is the inability to add artist, title, and album information to the file. I consider that a must before I start ripping files into the .ogg format. Does anyone have *any* kind of a timeframe on an encoder (for
2007 Aug 30
1
[PATCH] : Add -Wdeclaration-after-statement
Hi all, It seems that with commit number 13652 I inadvertantly broken the build. The problem is that I'm using the default version of gcc on Ubuntu which is gcc-4.1.2. It seems that this version is actually a C99 compiler and C99 explicitly allows declarations after statements. However, declarations after statements raise an error in earlier versions of gcc. In short this is an error that
2000 Nov 17
1
Vorbis doesn't build off the head with non-standard installation directory
After updating my libtool to 1.3.5, I got ogg installed OK with: ./autogen.sh --prefix=/Local/Public/bungi/Vorbis make install But, now I'm trying to build vorbis (which exactly the same command as above) and I'm getting a failure in configure since it can't find the ogg headers. The config.log shows: configure:1888: cc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char
2013 Apr 20
1
compile error
I've been trying to figure out for a couple of days why I can't get libvorbis to compile. It has me stumped, though I'm not a whiz at compiling from source. I'm installing on Mac OSX 10.8.2. The relevant commands are: export CC=clang ./configure --prefix=${TARGET} --build=x86_64 --with-ogg-libraries=${TARGET}/lib --with-ogg-includes=${TARGET}/include/ --enable-static
2005 Aug 18
1
Reg. Enabling Debugging.
Hi, This is a repeat question. Earlier I had asked the same question and eventually found the ans. (http://lists.xiph.org/pipermail/vorbis-dev/2005-August/018179.html) However now when I try the same thing somehow I am not able to use debugging. To use debugging, i compiled the source using the folloing commands,. >make clean >./autogen.sh --enable-DEBUG >make The configure.in has
2001 Oct 23
4
Problems compiling under OS X
While trying to compile libao 0.8.0 under OS X 10.1, I got the following problems: > [localhost:ecc/Sources/libao-0.8.0] root# ./configure > creating cache ./config.cache > checking for a BSD compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking whether make sets ${MAKE}... yes > checking for working aclocal... found >
2000 Apr 12
2
Comparison Between MP3 and Vorbis
Hello All, I realize that I am using pre-release code. I realize that the bitstream format will change in a couple of days. I realize that at this point comparisons between MP3 and Vorbis still don't mean much. BUT I couldn't resist. I ripped a random track off of one of my CDs and did some comparisons between Vorbis and MP3. I thought you guys might be interested in the results.
2000 Nov 07
1
More BeOS woe
This one may be my fault.... I've put a temporary fix for libvorbis not linking, I altered libvorbis_la_LIBADD = to libvorbis_la_LIBADD = $(OGG_LIBS) in the makefile, hence the temporary and continued with the build. I'm now getting gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1 - DHAVE_ALLOCA=1 -I. -I. -I../include
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all, I was just trying to build myself a RC3 set of Ogg/Vorbis libs and tools, but the build of libvorbis bombs out on me while making all in examples. I've ./configure'd with no options, which gave no warnings or errors. After that a normal make gives the below attached output. Can anyone tell me what I've done wrong ? I've also tried removing the examples/ directory. After
2004 Feb 18
5
compiling vorbis in cygwin
Hi, On compiling vorbis in a cygwin shell using "./autogen.sh" I get the following error... configure:19396: checking for Ogg configure:19431: gcc -o conftest.exe -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H conftest.c -lm -logg >&5 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot find -logg collect2: ld returned 1 exit status The