Displaying 20 results from an estimated 1419 matches for "lameness".
2004 Aug 06
3
ices configure can't find lame library
Hi all
I'd like to install ices with re-encoding support. So I installed the
latest stable lame from source. However, when I configure ices using
--with-lame option, it couldn't find the lame library. I specified
--with-lame-libraries=/usr/local/lame/lib
--with-lame-includes=/usr/local/lame/include/lame, and it still couldn't
find it. I tried all kind of combination for specifying
2004 Aug 06
1
ices configure can't find lame library
On Sat, 2002-07-20 at 14:43, Mark W. Davis wrote:
> Did you try --with-lame-libraries=/usr/local/lame or variations thereof?
> Some configure scripts do not like the explicit path to the library.
>
Yes, I tried all kind of variations I can think of. I even just now
installed lame RPM, but it still didn't work. I can't think of anything
else to try right now.
Rdb
2004 Aug 06
2
ices configure script
Hi,
I'm having difficulty getting ices 0.2.2 to see my lame install and my
perl install. The lame libraries (v3.91) are installed in:
/usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h,
but when I run:
./configure --with-lame --with-lame-includes=/usr/local/include/lame/
--with-lame-libraries=/usr/local/
it says it can't find the lame libraries. ldconfig seems
2004 Aug 06
3
Well here i go again :)
Alright , once again, thank you for all the help , it has been interesting.
I got ices to work successfully , except for using lame.h , i for the life
of me , can not get it
to include it , no matter what version ( i have tried from 3.66 to 3.70 )
and can not get it to include it. ( heh i started using 2.* series and have
not figured out it is not included :P.
The other issue i find i hear about
2004 Aug 06
2
includes and libraries
Thanks to Mike for pointing me to ices and away from the braindead shout.
I'm kind of stumped on this one, now.
I compiled ices-0.2.3 just fine
it actually works! :)
Ok, so I want to reencode for a lower bitrate (ices -R) and it complains
that I need lame. ok, so I grab it.
I compiled lame-3.92 (and lame can at least be started on the cli)
So I go back to ices-0.2.3 and run:
# ./configure
2004 Aug 06
1
Problemas compiling IceS with lame
Hi ALL...
I've compiled ices without lame, it worked.
My lame is the 3.70 version.
when i put the option in ./configure --wtih-lame, this error occurs:
checking for shout/shout.h... (cached) no
Installed libshout not found, using builtin
checking for lame/lame.h... (cached) no
checking for lame.h... (cached) yes
checking for lame_init_old in -lmp3lame... (cached) no
configure: error: Could not
2004 Aug 06
2
more on building with lame
On Tuesday, 26 June 2001 at 15:51, Darrell Berry wrote:
> nope, already done that, any other ideas?
>
> Denys Sene dos Santos wrote:
>
> > # rm config.cache
> > #./configure ...
> >
> >Darrell Berry wrote:
> >
> >
> >>i get
> >>
> >>checking for lame/lame.h... (cached) no
> >>checking for lame.h... (cached)
2004 Aug 06
2
Lame, Bitrates, ReEncoding I
I'd like to use the Bitrate and Reencode features of ices and understand I
must recompile with lamelib.
However, it's Very Unclear where to begin here. This is noted in the
ices-0.2.3 INSTALL file:
I installed lame as a debian package so lame.h is in
/usr/include/lame/lame.h
and libmp3lame.a is in /usr/lib. configure finds everything automatically.
<p>I assume we
2004 Aug 06
4
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 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
2004 Aug 06
1
ices and lame.h probs
Hey,
I've downloaded the latest copy of lame and ices and installed lame, but when
I ./configure ices it won't find the lame.h file. It comes back with
configure: error: Could not find a valid LAME library installation
Any ideas? I really want to get lame and ices working...!
Thanks,
dctanner.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2004 Aug 06
2
Newbe: OK so far?
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
-----
2004 Aug 06
2
more on building with lame
# rm config.cache
#./configure ...
Darrell Berry wrote:
> i get
>
> checking for lame/lame.h... (cached) no
> checking for lame.h... (cached) no
> configure: error: Could not find a valid LAME library installation
>
> any ideas?
>
--
_____________________________________________________________________
\_
\ Denys Sene dos Santos - sene@cptec.inpe.br
o/\_
2004 Aug 06
2
IceS compiling problems
I have serious problems to compile IceS on a debian (woody), kernel 2.4.18.
I have to say the configure script does not find anything...
- I installed libshout and libshout-dev downloaded drom the icecast site. I
have shout.h :
0:33 root@radiopi2 /usr/include/shout# ls
shout.h
Yet configure gives me this :
~/sources/ices-0.2.2% ./configure --with-libshout=/usr/include
checking for
2004 Aug 06
2
Compiling with lame support
On Thu, Apr 19, 2001 at 03:47:40AM -0400, Andrew M. Wu wrote:
> 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
2004 Aug 06
0
ices configure can't find lame library
Did you try --with-lame-libraries=/usr/local/lame or variations thereof?
Some configure scripts do not like the explicit path to the library.
<p>On Fri, 2002-07-19 at 08:13, Reuben D. Budiardja wrote:
> Hi all
> I'd like to install ices with re-encoding support. So I installed the
> latest stable lame from source. However, when I configure ices using
> --with-lame option, it
2004 Aug 06
0
Lame, Bitrates, ReEncoding I
Ok, not bad -be sure to rm config.cache if ices has already been compiled.
Then
./configure --with-lame-libraries=/usr/local/lib --with-lame-includes=/usr/l
ocal/include/lame/ >configure.out
Check configure.out for:
updating cache ./config.cache
checking for lame/lame.h... yes
checking for lame_init_old in -lmp3lame... yes
checking for lame_encode_flush_nogap in -lmp3lame... yes
updating
2015 Apr 26
3
question about use MP3s with LAME on Icecast
Hi.
Is it possible (legally) to stream MP3s on Icecast that have been encoded
with LAME encoder (http://lame.sourceforge.net/license.txt)?
So if a composer writes a track, then saves in MP3 with LAME, and wants to
distribute with Icecast server, is it legal?
Must he get license for MP3 (http://mp3licensing.com/royalty/emd.html) and
pay any royalties for MP3 DISTRIBUTING or STREAMING as it stated
2004 Aug 06
3
multiple ices streams and misc other stuff?
Hi all: I was just wondering when the multiple streams stuff might be
checked in to cvs. I remember the gentleman working on it saying he
basically had it running? The reason I'm asking is that I have
received a number of requests to stream my mp3 stream at various
bitrates. I kind of think running three ices streamers is silly if
multiple streams will be available in the near future.
2004 Aug 06
2
more on building with lame
On Tuesday, 26 June 2001 at 16:09, Darrell Berry wrote:
> hmm
>
> tried with lame 3.88, and deleting config.cache, still get:
>
> checking for lame/lame.h... yes
> checking for lame_init_old in -lmp3lame... no
> Could not find a valid LAME library, reencoding disabled
>
> i assume this MIGHT be some compile-time thing with lame...?
You've probably got an old
2008 Sep 18
4
Questions about BAT
Alright, i have been trying for a while now to do the following, i have googled up and down, searched this forum and the like.
I have a .bat file that i created to help me convert my music. The problem i have is the .bat file calls an .exe and sends it several parameters. Here is an exerpt of it:
~~~~
If ~%1 == ~ GOTO end
C:\Music\Lame_Encoder\lame.exe -b 320 -F -h %1 "%~d1%~p1%~n1 -