* Andrew M. Wu <andrewwu@Princeton.EDU> [010419 03:49]:> Hi all, > > I've been trying to compile and re-compile ices-0.0.1beta5 with lame > support. > > I've downloaded the source to lame-3.88beta and compiled it and installed > it. The configure script allows for the compilation of a libmp3lame.a > and libmp3lame.la, but not libmp3lame.so (in the INSTALL it says that is a > (not yet) ). > > In configuring ices I specify the include dir for lame.h and the library > dir for the lame library file; make; and make install. > > However lame still hasn't compiled with lame support and I can't > re-encode. > > Any suggestions would be most welcome. > > I'm running a Mandrake 7.0 base system on kernel 2.4.2.I had a similar problem and determined it was due to my RedHat system picking up the libmp3lame from /usr/lib instead of in /usr/local/lib where I installed the latest version. I used --with-lame-includes=/usr/local/include --with-lame-libraries=/usr/local/lib. However, I am still having some problems since my libmp3lame doesn't have a lame_version(). I've changed to get_lame_version(). However, lame_init_params() is crashing with a SEGV. Is with lame-3.88 (beta) so maybe I'm trying to use a lame version that's too new or has problems. I also managed to get libxml2 (2.3.6) instead of libxml, but I linked from xml2-config to xml-config) and it seems to work. I do get a warning about "Unknown ___ keyword: comment" (where ___ is Stream, Execution, Server, etc) when reading the config file, but it seems to work OK. Regards, Todd Sorry to follow up on my own email, but the problem I was having with the /usr/lib version of libmp3lame was that it was compiled with the termcap support and the autoconf test was failing because it couldn't find the tnget.. routines (as detailed in the FAQ). I rebuilt libmp3lame and used the instructions in the FAQ to be sure I didn't have any GTK or termcap support. Regards, Todd --- >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.
Todd Poston
2004-Aug-06 14:22 UTC
[icecast] (whoops..wrong subject line should be->) Compiling Win32 Icecast
My bad.. forgot to change the subject line :-| ----- Original Message ----- From: "Todd Poston" <tposton1@swbell.net> To: <icecast@xiph.org> Sent: Thursday, April 19, 2001 9:06 AM Subject: Re: [icecast] Compiling with lame support> So I figured I'd finally get around to inquiring.. what do I need tocompile> a new Win32 version of the latest Icecast? > > Do I need Borland? VS6 doesn't seem to do it because I haven't been ableto> sucessfully compile. I'm no C/C++ guy so I'm not _much_ use at figuringout> these errors :( > > Is this hopeless? > > peace out, > Todd >--- >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.
So I figured I'd finally get around to inquiring.. what do I need to compile a new Win32 version of the latest Icecast? Do I need Borland? VS6 doesn't seem to do it because I haven't been able to sucessfully compile. I'm no C/C++ guy so I'm not _much_ use at figuring out these errors :( Is this hopeless? peace out, Todd --- >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.