----- Original Message ----- From: Thomas Vander Stichele <thomas@urgent.rug.ac.be> To: <icecast@xiph.org> Sent: Thursday, August 23, 2001 8:58 AM Subject: Re: [icecast] Newbe: OK so far?> > OK, I found LAME's web site and installed it using the source for it.That> > appears to work. I also found a couple of libxml... packages and either > > replaced the existing ones and added a few others. That went withoutproblem.> > However the same problem exists. I found that the lame.h file is in a > > directory of /root/lame3.70 Perhaps the make can't find it at thisdirectory?> > > > IS there anyway during the make process that I can pause the processor> > scroll back to find the first error? > > Hi, > > I would first of all recommend getting at least lame 3.87; it makes a lame > library for you, and if I recall correctly, it also installs the header > file in the right place. > > In your case, lame.h is in the dir you mentioned (root/lame3.70) because > that's where you unpacked the source ;) > > If 3.87 does not install the header file in the usual location > (which would probably be /usr/local/include, or (slightly less likely) > /usr/local/include/lame, both in case for a source install), you can copy > it there manually, because that's where it should end up anyway - only the > lame people have historically been better at writing code than packaging. > > If you don't want to do that, copying that lame.h to your ices source dir > will work as well. > > Thomas > > <-*- -*-> > I looked up at Anna > She turned back to look at me > It's best to kill the ones that matter > Render blind the ones that see > <-*- thomas@apestaart.org -*-> > URGent, the best radio on the Internet - 24/7 ! - http://urgent.rug.ac.be/ > > > --- >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. >--- >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.
> OK, I found LAME's web site and installed it using the source for it. That > appears to work. I also found a couple of libxml... packages and either > replaced the existing ones and added a few others. That went without problem. > However the same problem exists. I found that the lame.h file is in a > directory of /root/lame3.70 Perhaps the make can't find it at this directory? > > IS there anyway during the make process that I can pause the process or > scroll back to find the first error?Hi, I would first of all recommend getting at least lame 3.87; it makes a lame library for you, and if I recall correctly, it also installs the header file in the right place. In your case, lame.h is in the dir you mentioned (root/lame3.70) because that's where you unpacked the source ;) If 3.87 does not install the header file in the usual location (which would probably be /usr/local/include, or (slightly less likely) /usr/local/include/lame, both in case for a source install), you can copy it there manually, because that's where it should end up anyway - only the lame people have historically been better at writing code than packaging. If you don't want to do that, copying that lame.h to your ices source dir will work as well. Thomas <-*- -*-> I looked up at Anna She turned back to look at me It's best to kill the ones that matter Render blind the ones that see <-*- thomas@apestaart.org -*-> URGent, the best radio on the Internet - 24/7 ! - http://urgent.rug.ac.be/ --- >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.
OK, I found LAME's web site and installed it using the source for it. That appears to work. I also found a couple of libxml... packages and either replaced the existing ones and added a few others. That went without problem. However the same problem exists. I found that the lame.h file is in a directory of /root/lame3.70 Perhaps the make can't find it at this directory? IS there anyway during the make process that I can pause the process or scroll back to find the first error? Scott Jack Moffitt wrote:> > Thanks for replying. Any idea where I can find such for a SuSE 6.3 > > system? I've looked at Yast's installable features and there is no such > > thing... > > RPM based distos (i think suse is rpm based) generally call them -devel. > > Look for libxml-devel, full name will be something like > libxml-devel-1.8.14-1.i386.rpm or something like that. > > Sometimes the gui tools will call it libxml SDK or libxml development > tools, or something. > > jack. > > --- >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.--- >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.
Where can I find the 3.87 version of LAME? I've seen nothing later than 3.80 and this was just for documentation. The place I'm looking is lame.sourceforge.net. Perhaps you know a site that has the latest and greatest... Scott -------- Thomas Vander Stichele wrote:> > OK, I found LAME's web site and installed it using the source for it. That > > appears to work. I also found a couple of libxml... packages and either > > replaced the existing ones and added a few others. That went without problem. > > However the same problem exists. I found that the lame.h file is in a > > directory of /root/lame3.70 Perhaps the make can't find it at this directory? > > > > IS there anyway during the make process that I can pause the process or > > scroll back to find the first error? > > Hi, > > I would first of all recommend getting at least lame 3.87; it makes a lame > library for you, and if I recall correctly, it also installs the header > file in the right place. > > In your case, lame.h is in the dir you mentioned (root/lame3.70) because > that's where you unpacked the source ;) > > If 3.87 does not install the header file in the usual location > (which would probably be /usr/local/include, or (slightly less likely) > /usr/local/include/lame, both in case for a source install), you can copy > it there manually, because that's where it should end up anyway - only the > lame people have historically been better at writing code than packaging. > > If you don't want to do that, copying that lame.h to your ices source dir > will work as well. > > Thomas > > <-*- -*-> > I looked up at Anna > She turned back to look at me > It's best to kill the ones that matter > Render blind the ones that see > <-*- thomas@apestaart.org -*-> > URGent, the best radio on the Internet - 24/7 ! - http://urgent.rug.ac.be/ > > --- >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.--- >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.
Never mind I found the latest version of LAME and got the 3.87 version as you mentioned. When I did the gmake (interesting that it is no longer make) it still got the same errors. I copied the lame.h file to the directories /usr/local/include, /usr/local/include/lame, and even to the same directory as ices and still got the same error! Any ideas what to try next? Thanks, Scott ----- Thomas Vander Stichele wrote:> > OK, I found LAME's web site and installed it using the source for it. That > > appears to work. I also found a couple of libxml... packages and either > > replaced the existing ones and added a few others. That went without problem. > > However the same problem exists. I found that the lame.h file is in a > > directory of /root/lame3.70 Perhaps the make can't find it at this directory? > > > > IS there anyway during the make process that I can pause the process or > > scroll back to find the first error? > > Hi, > > I would first of all recommend getting at least lame 3.87; it makes a lame > library for you, and if I recall correctly, it also installs the header > file in the right place. > > In your case, lame.h is in the dir you mentioned (root/lame3.70) because > that's where you unpacked the source ;) > > If 3.87 does not install the header file in the usual location > (which would probably be /usr/local/include, or (slightly less likely) > /usr/local/include/lame, both in case for a source install), you can copy > it there manually, because that's where it should end up anyway - only the > lame people have historically been better at writing code than packaging. > > If you don't want to do that, copying that lame.h to your ices source dir > will work as well. > > Thomas > > <-*- -*-> > I looked up at Anna > She turned back to look at me > It's best to kill the ones that matter > Render blind the ones that see > <-*- thomas@apestaart.org -*-> > URGent, the best radio on the Internet - 24/7 ! - http://urgent.rug.ac.be/ > > --- >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.--- >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.