Geoff Shang
2004-Aug-06 14:23 UTC
[icecast] My turn to have issues with compiling libshout
On 13 Mar 2003, Karl Heyes wrote:> > ../thread/thread.h:90: syntax error before "pthread_rwlock_t" > > This is the key point, what system is this, and can you send me the > config.logThis system is running Debian unstable and has the following auto* versions: automake (GNU automake) 1.4-p6 autoconf (GNU Autoconf) 2.57 Unstable has automake 1.4, 1.5, 1.6 and 1.7 available. Is this the likely problem and is there a suggested version to upgrade to? I'll send the log privately as it's 31k. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Thu, 2003-03-13 at 23:28, Geoff Shang wrote:> > This is the key point, what system is this, and can you send me the > > config.log > > This system is running Debian unstable and has the following auto* > versions:I'm currently in the process of changing the setup for using rwlock_t, not all systems have them (they are a later posix spec) and are only used by one module (avl). The configure found the right flags to use but the make didn't use it, so maybe try the recent checkins and if it's still a problem then send me the config.log and libshout/avl/Makefile> automake (GNU automake) 1.4-p6 > autoconf (GNU Autoconf) 2.57 > > Unstable has automake 1.4, 1.5, 1.6 and 1.7 available. Is this the likely > problem and is there a suggested version to upgrade to?well brendan is thinking of making 1.6 the pre-requisite as the earlier versions had various problems. I don't know what those problems are, but many people have complained about them, so it's not beyond the realms of possibilities that this could be biting you. karl. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith
2004-Aug-06 14:23 UTC
[icecast] My turn to have issues with compiling libshout
Karl Heyes <karl@pts.tele2.co.uk> said:> On Thu, 2003-03-13 at 23:28, Geoff Shang wrote: > > > > This is the key point, what system is this, and can you send me the > > > config.log > > > > This system is running Debian unstable and has the following auto* > > versions: > > I'm currently in the process of changing the setup for using rwlock_t, > not all systems have them (they are a later posix spec) and are only > used by one module (avl). >Err.. what? The rwlocks are absolutely _critical_ for icecast (though probably not for ices/libshout). You cannot remove them or make them optional. Mike <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Geoff Shang
2004-Aug-06 14:23 UTC
[icecast] My turn to have issues with compiling libshout
On 14 Mar 2003, Karl Heyes wrote:> The configure found the right flags to use but the make didn't use it, > so maybe try the recent checkins and if it's still a problem then send > me the config.log and libshout/avl/MakefileOK, will send privately again since it's big again.> well brendan is thinking of making 1.6 the pre-requisite as the earlier > versions had various problems. I don't know what those problems are, but > many people have complained about them, so it's not beyond the realms of > possibilities that this could be biting you.hmmm. Well, I'll get the guy who admin's the box to upgrade. He has probably hit the sack by now. Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.