similar to: can't compile ices 2 on ppc

Displaying 20 results from an estimated 200 matches similar to: "can't compile ices 2 on ppc"

2004 Aug 06
0
ices2 build errors
I have a gentoo linux server and I tryed to compile Ices2 from CVS nightly snapshots. I have also icecast2 installed and it seems to work. Versions used: Ices2 20030919 libshout2 20030919 icecast2 20030919 with all versions that I have tried, I became these build error: ices.o(.text+0x149):/root/ices-2.0-Beta2/src/ices.c:91: undefined reference to `shout_shutdown'
2004 Mar 31
6
Can't compile asterisk.
hi. I got these compile errors while install asterisk. readline and openssl are compiled using gnu source, and kernel version is 2.4.17. Compile errors message is follows. Someone cleared this problem? Please, help! Regards. ---------------------------------------------------------------------------------- gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config. o channel.o
2001 Jan 18
2
Ogg Vorbis on PPC Linux?
I work for Terra Soft Solutions (makers of Yellow Dog Linux) and I'm trying to compile the latest cvs snapshot for inclusion in our next release, but I'm running into some problems... I'm using modified versions of the SRPMs included in RedHat's Rawhide distro (I only updated to the latest cvs, but the old version also experienced this problem), which compile fine on an x86 box I
2006 Jan 13
1
Problems installing R 2.2.1
We are trying to install R2.2.1 on a IBM P655 Cluster, SuSE LE 9.1 We are using gcc v 3.3.3 and we are getting this error on make g77 -fPIC -g -O2 -ffloat-store -c dlamc.f -o dlamc.lo g77 -fPIC -g -O2 -c dlapack0.f -o dlapack0.lo g77 -fPIC -g -O2 -c dlapack1.f -o dlapack1.lo g77 -fPIC -g -O2 -c dlapack2.f -o dlapack2.lo g77 -fPIC -g -O2 -c dlapack3.f -o dlapack3.lo g77 -fPIC -g
2005 Aug 26
0
Installing Ices on OSX 10.4.2
Hello, I have been unable to install Ices2 on the latest version of Tiger. I have tried two methods: one using DarwinPorts to install, and the other grabbing the source and building it myself. Both seem to exit compilation with the same or similar errors that I don't understand. I am not a C hacker, so I won't be able to solve this myself. All the supporting libs installed just fine
2004 Aug 06
0
programming with libshout
Hello... I have a doubt with the use of shout_send()... at low level, what should it send? the example reads from "stdin" and sends the read buffer with shout_send, but... where should fread() read from (behind the stdin)? I could think about something like this (for example) mpg123 "audio_file" ---> stdout --pipe-- stdin <--- libshout_application I include the
2004 Aug 06
0
ices2: ice-url header patch
After reading this posting in the icecast archives (http://www.xiph.org/archives/icecast/3483.html) about setting the stream url in the metadata with ices2, I couldn't see that it actually was possible to set the ice-url anywhere. Please let me know if the attached patch is any use, and if I'm sending it to the right place! (Unix linefeeds). I use it with Peercast. It means you can add
2018 Oct 29
2
Should Icecast send the "Connection: close" header?
I'm accessing a server using Icecast 2.4.0. It is streamed using HTTP 1.1 using the Transfer-Encoding: chunked - so far so good. The issue is that the HTTP library I'm using uses connection pooling by default and attempts to re-use connections if the server does not send the "Connection: close" header. As part of that re-use, when you end a request/response cycle, it tries to
2016 Aug 08
0
[Bug 12132] New: Error on attributes when directory read-only
https://bugzilla.samba.org/show_bug.cgi?id=12132 Bug ID: 12132 Summary: Error on attributes when directory read-only Product: rsync Version: 3.1.2 Hardware: All OS: Mac OS X Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org
2018 Oct 29
0
Should Icecast send the "Connection: close" header?
Good afternoon, On Mon, 2018-10-29 at 13:48 -0400, Spencer Russell wrote: > I'm accessing a server using Icecast 2.4.0. It is streamed using HTTP > 1.1 using the Transfer-Encoding: chunked - so far so good. I feel like I need to clarify a few things here: * Icecast 2.4.0 does not implement HTTP/1.1 but HTTP/1.0, which it correctly tells in it's response status lines.
2004 Aug 06
2
ices2 build errors
/bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -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 log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lvorbisenc -L/usr/local/lib -lshout -lvorbis
2004 Aug 06
3
Problems with libshout2
Hi, Let me know if this is the wrong place to post this, but I am having problems with cutouts in my streams using libshout2. I am taking audio files and re-encoding them at 32Kbs and then streaming them. Problem is that every 20 secs or so, the stream cuts out for about 5-10 secs and then continues. Any ideas as to why? Should I try using shout_send_raw? Thanks in advance!! Deven
2007 Jun 25
1
R-2.5.0 compilation problem on Linux powerpc
Hello everybody,I am having an error while compiling R-2.5.0 on Linux powerpc. This is what I see when I do a make: gcc -std=gnu99 -shared -L/usr/local/lib -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o ../../../../library/grDevices/libs/grDevices.so is unchanged make[5]: Leaving directory `/home/vivekv/sw_alg/R-2.5.0/src/library/grDevices/src' make[4]: Leaving
2004 Aug 06
1
libshout nonblocking API
I propose the following changes to the libshout API to support nonblocking I/O: New functions: int shout_set_nonblocking(shout_t *self, unsigned int nonblocking): Instructs libshout to use nonblocking I/O. Must be called before shout_open (no switching back and forth midstream at the moment). unsigned int shout_get_nonblocking(shout_t *self): self-explanatory. Changed functions:
2006 Jul 20
1
libshout: Streaming MPEG Audio Layer 2
Hi, I have been trying to stream MPEG Audio Layer 2 using libshout in my dvbshout program: http://www.ecs.soton.ac.uk/~njh/dvbshout/ However I have been using the shout_send_raw() API call because the MPEG audio header parser rejects audio that isn't Layer 3. Streaming layer 2 works in exactly the same way as Layer 3 and without any problems. Would it be possible to get src/mp3.c
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
I'm trying to complie ices2.0.1 on a more-or-less stock Fedora 3 installation, and I'm getting the following compiler error (during linking, I think). /bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -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
2004 Jan 17
0
New sounds posted
So, per the discussion last week and generous donations, we have some new sound files with which to work. The sounds are located in: http://www.loligo.com/asterisk/sounds/ For those of you who just want to download the _new_ sounds, please fetch: http://www.loligo.com/asterisk/sounds/20040117.newsounds.tar All of the sounds in that tarball are also in the main ../sounds/ directory in
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there: https://github.com/mstorsjo/fdk-aac offers pretty good quality. As for libshout, I do not think that it is currently posible to send AAC data using it. First, libshout doesn't have support to buffer and control timing of data sent. And even is you use the un-timed API (shout_send_raw), the library cannot set the proper mime type, due to a
2007 Apr 13
1
Nonparametric Effect size indices
Hello! For comparing two non-normally distributed samples, Leech (2002) suggested to report nonparametric effect size indices, such as Vargha & Delaney's A or Cliff's d. I tried to search the R-sites, but could not find related procedures or packages that include nonparametric effect sizes. Thank you for your help! Citation: Leech (2002). A call for greater use of nonparametric
2012 Aug 07
0
ices 2.0.2 released
flum, I'm proud to announce the release of ices2 2.0.2. This is the first release since 2005 and includes a lot changes waiting in trunk for too long. Here is the list of changes: New features: * Support for RoarAudio input Bugfixes: * Updated Documentation (Closes: #1238) * Fixed double shout_close() (Closes: #720)