search for: libiceavl_la

Displaying 6 results from an estimated 6 matches for "libiceavl_la".

2004 Aug 06
0
Freebsd build problems
...problem. I don't know when this changed, but the last time I successfully built icecast was 6/17. Here's where it fails: mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/usr/local/include -Wall -ffast-math -fsigned-char -pthread -D_THREAD_SAFE -I/usr/local/include -c avl.c -MT libiceavl_la-avl.lo -MD -MP -MF .deps/libiceavl_la-avl.TPlo -fPIC -DPIC cc1: warning: changing search order for system directory "/usr/local/include" cc1: warning: as it has already been specified as a non-system directory mv -f libiceavl_la-avl.o .libs/libiceavl_la-avl.lo mv: rename libiceavl_la-av...
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
...out-2.0/include' gmake[2]: Leaving directory `/usr/local/src/libshout-2.0/include' Making all in src gmake[2]: Entering directory `/usr/local/src/libshout-2.0/src' Making all in avl gmake[3]: Entering directory `/usr/local/src/libshout-2.0/src/avl' source='avl.c' object='libiceavl_la-avl.lo' libtool=yes \ depfile='.deps/libiceavl_la-avl.Plo' tmpdepfile='.deps/libiceavl_la-avl.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -Wall -ffast-math -fsigned-char -D_THREAD_SAFE -pthread -...
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi, I couldn't find anything about this subject from archive - are there known problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to date). I downloaded libshout2 latest nightly snapshot and tried to compile it on 5.0 and then later on 4.8. Both failed (problems were mostly around sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that it might be a
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...read.la libicethread_la-thread.lo ar cru .libs/libicethread.a .libs/libicethread_la-thread.o ranlib .libs/libicethread.a creating libicethread.la (cd .libs && rm -f libicethread.la && ln -s ../libicethread.la libicethread.la) Making all in avl source='avl.c' object='libiceavl_la-avl.lo' libtool=yes \ depfile='.deps/libiceavl_la-avl.Plo' tmpdepfile='.deps/libiceavl_la-avl.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/sw/include/libxml2 -I/sw/include -g -O2 -c -o libice...
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
...4:25 2003// Only in IceCast/src: Makefile Only in IceCast/src: Makefile.in Only in IceCast/src: admin.o Only in IceCast/src/avl: .deps Only in IceCast/src/avl: .libs Only in IceCast/src/avl: Makefile Only in IceCast/src/avl: Makefile.in Only in IceCast/src/avl: libiceavl.la Only in IceCast/src/avl: libiceavl_la-avl.lo Only in IceCast/src/avl: libiceavl_la-avl.o Only in IceCast/src: client.o diff -ur icecast/src/config.c IceCast/src/config.c --- icecast/src/config.c 2003-03-14 21:10:17.000000000 -0500 +++ IceCast/src/config.c 2003-04-18 20:20:31.000000000 -0400 @@ -98,6 +98,7 @@ ice_config_dir_t *dirn...
2004 Aug 06
0
[PATCH] IceCast2 - socket-based default mount
...Entries.Log Only in IceCast/src: Makefile Only in IceCast/src: Makefile.in Only in IceCast/src: admin.o Only in IceCast/src/avl: .deps Only in IceCast/src/avl: .libs Only in IceCast/src/avl: Makefile Only in IceCast/src/avl: Makefile.in Only in IceCast/src/avl: libiceavl.la Only in IceCast/src/avl: libiceavl_la-avl.lo Only in IceCast/src/avl: libiceavl_la-avl.o Only in IceCast/src: client.o diff -ur icecast/src/config.c IceCast/src/config.c --- icecast/src/config.c 2003-03-14 21:10:17.000000000 -0500 +++ IceCast/src/config.c 2003-04-18 10:15:44.000000000 -0400 @@ -127,6 +127,7 @@ xmlFree(c->er...