search for: lvorbi

Displaying 20 results from an estimated 68 matches for "lvorbi".

Did you mean: lvorbis
2001 Jul 06
1
problem with vorbis autoconf stuff
It sets: VORBIS_LIBS="$VORBIS_LIBDIR -lvorbis -lm" VORBISFILE_LIBS="-lvorbisfile" VORBISENC_LIBS="-lvorbisenc" Shouldn't this be: VORBIS_LIBS="$VORBIS_LIBDIR -lvorbis -lm" VORBISFILE_LIBS="$VORBIS_LIBDIR -lvorbisfile" VORBISENC_LIBS="$VORBIS_LIBDIR -lvorbisenc" as libvorb...
2004 Nov 18
2
Questions about vorbis linking
Hello: I think that I got a linking problem but I don't know how to fix it. This is the error code form make: cc grabando_pcm.o encodear_vorbis.o -o mi_servidor -lasound -lvorbis -logg encodear_vorbis.o(.text+0x42): En la funci?n `inicializar_vorbis': : undefined reference to `vorbis_encode_init_vbr' collect2: ld devolvi? el estado de salida 1 make: *** [mi_servidor] Error 1 Offcourse, I had the file /usr/include/vorbis/vorbisenc.h and the vorbis_encode_init_vbr...
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
...s (1.0rc3) package succesfully. I can run configure successfully, but when I run make it dies with this make[2]: Entering directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o -lvorbisenc -lvorbis -lm -logg ../share/libutf8.a ../share/libgetopt.a gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a encode.o: In functi...
2003 Jun 12
1
static lib
I'm trying to link sox to the ogg vorbis static libraries but I'm getting the following error: gcc -L. -L./gsm -o sox sox.o -lst -lgsm -logg -lvorbis -lvorbisfile -lvorbisenc -lmad -lmp3lame ld: Undefined symbols: _oggpack_bytes _oggpack_get_buffer _oggpack_reset _oggpack_writeclear _oggpack_writeinit _oggpack_read _oggpack_readinit _oggpack_write _oggpack_adv _oggpack_look _oggpack_writealign _vorbis_packet_blocksize _vorbis_synthesis _vorbis...
2014 Aug 09
1
libvorbisfile dynamic linkage with pkg-config - inter-library dependencies?
...city against the system copies of libogg and libvorbis (standard dynamic linkage to the system libraries). There has not been significant change to the Audacity calling code since this was last working. The problem seems to be that pkg-config --libs --print-errors "vorbisfile" outputs -lvorbisfile but when I try to link Audacity with only -lvorbisfile on the linker command line, the link fails with /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: export/audacity-ExportOGG.o: undefined reference to symbol 'vorbis_block_init' /usr/lib/gcc/x86_64-pc-l...
2001 May 10
2
_oggpack
...ibvorbis libraries and installed them on my MacOS X machine. The libao cannot be compiled yet since stuff is missing. But I only want to play round with encoding right now. So I also unpacked the vorbis tools distribution and am in oggenc. In oggenc I do a cc *.c -I. -L/usr/local/lib -logg -lvorbis -lvorbisenc I get unknown symbols _oggpack_* where * is read, write, adv, look, etc. I did a quick grep of source for all of libvorbis libogg and libao to try and find the missing _oggpack stuff and couldn't find it. Where can I find it? Thanks Chad --- >8 ---- List archives: http:...
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
...g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/usr/lib -lxml2 -lz -lpthread -lm libtool: link: cannot find the library `/usr/lib/libogg.la' make[3]: *** [ices] Error 1 This, in fact, doesn't exist, even though I've got libvorbis-devel and libogg-devel installed. Is the makefile looking for...
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
...le.c:1:1: warning: this is the location of the previous definition /bin/sh ../libtool --mode=link gcc -O2 -D_REENTRANT -all-static -o player_example player_example.o ../lib/libtheora.la -logg -lm -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lm -ldl -L/usr/X11R6/lib -lX11 -lXext -lvorbis -lpthread gcc -O2 -D_REENTRANT -static -o player_example player_example.o -Wl,-rpath -Wl,/usr/local/lib ../lib/.libs/libtheora.a -L/usr/local/lib /usr/local/lib/libSDL.a -L/usr/X11R6/lib -ldl -lX11 -lXext /usr/local/lib/libvorbis.a -lm /usr/local/lib/libogg.a -lpthread /usr/bin/ld: cannot find -...
2010 Nov 30
1
Adding dependencies
.... I've installed the libraries on my machine, as well as added both the .c and .h files for the library to my icecast source folder. However, while running make, I get: ad.a httpp/.libs/libicehttpp.a log/.libs/libicelog.a avl/.libs/libiceavl.a timing/.libs/libicetiming.a -lssl -lcrypto -lcurl -lvorbis -logg -lxslt -lxml2 -lz -lpthread -licucore -lm Undefined symbols: "_redisConnect", referenced from: _logging_playlist in logging.o "_redisFree", referenced from: _logging_playlist in logging.o "_freeReplyObject", referenced from: _logging_play...
2000 Jun 27
1
vorbis-tools/Makefile.in glitch...
...eset' vorbisfile.o(.text+0xa9): undefined reference to `ogg_sync_pageseek' vorbisfile.o(.text+0xd2): undefined reference to `ogg_sync_buffer' ... This is obviously because libvorbis comes before vorbisfile on the command line ;). It really seems like we should be doing "-L../lib -lvorbis" instead of ../lib/libvorbis.a though, and that would fix the problem. Anybody have any objections to that, or any other suggestion of a propper way to handle this? If thats the right way, I'll just put it into CVS myself. -- Peter, taking a moment away from his day job... "What...
2000 Oct 02
1
state of cvs
if you're going to compile vorbis you'll need the following modules ogg vorbis if you're goin to compile the plugins you'll also need vorbis-plugins if you're going to compile the tools you'll need ao vorbis-tools all of these should build with exception of ao and vorbis-plugins. There were some problems from the merge that I didn't catch before leaving for
2000 Nov 18
1
beta 3 release build is broken on BeOS
Seems we've gone back to the -L/path/to/libvorbis/ -lvorbis missing while building libvorbisfile :( it appears that. libvorbisfile_la_LIBADD = libvorbis.la and libvorbisenc_la_LIBADD = libvorbis.la have gone missing from vorbis/lib/makefile.am Dave --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.or...
2002 Sep 11
1
Compiling
I am trying to compile the example code for vorbis files and I am getting an undefined reference, below is my Makefile, any ideas on what is wrong? OBJS=ogg.o ogg: $(OBJS) cc -o ogg $(OBJS) -L/usr/local/lib -lm -lc -lvorbis ogg.o: ogg.c cc -I/usr/local/include -c ogg.c clean: rm -f $(OBJS) <p>_________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com --- >8 ---- List archives: http://www.xiph.org/arc...
2004 Aug 29
2
Building theora
...xample.c; \ then mv -f ".deps/encoder_example.Tpo" ".deps/encoder_example.Po"; \ else rm -f ".deps/encoder_example.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link gcc -I/usr/include/SDL -D_REENTRANT -o encoder_example encoder_example.o ../lib/libtheora.la -logg -lvorbisenc -lvorbis -lm -logg gcc -I/usr/include/SDL -D_REENTRANT -o encoder_example encoder_example.o ../lib/.libs/libtheora.a -lvorbisenc -lvorbis -lm -logg encoder_example.o: In function `main': encoder_example.o(.text+0x1b19): undefined reference to `vorbis_granule_time' collect2: ld returne...
2000 Oct 18
1
Building on BeOS part 3
...ad of undefined reference errors such as vorbisfile.o: In function `_fetch_headers': vorbisfile.o(.text+0x6c8): undefined reference to `vorbis_info_init' vorbisfile.o(.text+0x6d1): undefined reference to `vorbis_comment_init' Now I can 'fix' this manually by adding -L./libs -lvorbis (or the other .o files but I think the former is better), but I'd like to work out why this isn't building directly from the makefile. I used 'autogen.sh --prefix=/boot/home/config --with-ogg=/boot/home/config' to configure, should I have used other arguments ? Can anyone give...
2004 Aug 06
0
Icecast 2 questions.
...s somehow to link against the wrong libshout (I think, it's been a little while since I did all this, like a few weeks). So here's what I had to do: cd to src and edit Makefile. You should see something like this on something like line 114: LIBS = -lpthread -lxml2 -L/lib -logg -L/lib -lvorbis -lm -lvorbisenc -L/usr/friends/geoff/lib -lshout the problem is that it must be finding libshout before ever getting to look in the right place for it. So I edited that to look like this: LIBS = -lpthread -lxml2 -L/lib -logg -L/lib -lvorbis -lm -lvorbisenc /usr/friends/geoff/lib/libshout.a I...
2004 Aug 06
3
ices2 compilations problems
...e/Darkmeteor/lib -logg >&5 configure:8855: $? = 0 configure:8857: ./conftest configure:8860: $? = 0 configure:8878: result: yes configure:8983: checking for Vorbis configure:9019: gcc -o conftest -O20 -fsigned-char -D_REENTRANT -I/home/Darkmeteor/include conftest.c -L/home/Darkmeteor/lib -lvorbis -lm -L/home/Darkmeteor/lib -logg >&5 configure:9022: $? = 0 configure:9024: ./conftest configure:9027: $? = 0 configure:9045: result: yes configure:9156: checking for Shout configure:9191: gcc -o conftest -O20 -fsigned-char -D_REENTRANT -I/home/Darkmeteor/include -I/home/Darkmeteor/include...
2000 Jul 25
2
Library issues (BOUNCE vorbis-dev@xiph.org: Non-member submission from [rob@emusic.com]) (fwd)
...if the vorbis libs are installed on the target machine. The source tarball that I just posted requires the lib to be installed in /usr/lib. Not a great solution. If vorbisfile.a were libvorbisfile.a I could just have configure do a AC_CHECK_LIB and then have the vorbis plugin be compiled with -lvorbis and -lvorbisfile 2) Are there any plans for creating shared libs? What is the overall philosophy about the libraries? Should we include the vorbis source inside of FreeAmp and avoid these problems? I'd prefer to have shared libs... Is there an rpm package script available? If not, I could...
2005 May 10
2
Problem compiling Icecast on RedHat
...auth.o md5.o format_vorbis.o yp.o -L/usr/local/lib net/.libs/libicenet.a thread/.libs/libicethread.a httpp/.libs/libicehttpp.a log/.libs/libicelog.a avl/.libs/libiceavl.a timing/.libs/libicetiming.a -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lvorbis -L/usr/lib /usr/lib/libxslt.so /usr/lib/libxml2.so -lz -lpthread -lm /usr/local/lib/libkrb5.so: the use of `mktemp' is dangerous, better use `mkstemp' /usr/bin/ld: icecast: hidden symbol `fstat' in /usr/lib/libc_nonshared.a(fstat.oS) is referenced by DSO collect2: ld returned 1 exit st...
2004 Aug 06
4
Adventures with icecast2
...as been made. hmmm. It just occured to me that perhaps it's linking in the wrong version of libshout. I'm no C programmer so I don't know how to tell. My makefile looks like this: all: example example: example.c $(CC) -o example example.c -L../src -lshout -L../../log -logg -lvorbis The question being, is it getting libshout from ../src or from /usr/lib? Assuming that's all correct, the only thing I can think of is that either my config and example.c do not agree, and/or one contains some sort of syntax error. I include both below. A couple of other questions. I know...