Re: Compiling lame

2001-09-10 Thread Daniel T. Chen
On Mon, 10 Sep 2001, Julio Merino wrote: > > > > doh. Including executable permissions? Should have mentioned that. > > Which permissions? (I've tried to give everything +x, but still doesn't > work) debian/rules > > debian/rules needs to be executable for dpkg-buildpackage to run. > > It's pr

Re: Compiling lame

2001-09-10 Thread Julio Merino
On Mon, Sep 10, 2001 at 02:58:04PM -0400, Mike McGuire wrote: > On Mon, Sep 10, 2001 at 07:42:22PM +0200, Julio Merino wrote: > > doh. Including executable permissions? Should have mentioned that. Which permissions? (I've tried to give everything +x, but still doesn't work) > debian/rules needs

Re: Compiling lame

2001-09-10 Thread Mike McGuire
On Mon, Sep 10, 2001 at 07:42:22PM +0200, Julio Merino wrote: > juli:/tmp/lame-3.89# dpkg-buildpackage -us -uc > dpkg-buildpackage: source package is lame > dpkg-buildpackage: source version is 3.88-0 > dpkg-buildpackage: source maintainer is Ingo Saitz <[EMAIL PROTECTED]> > dpkg-buildpackage: host

Re: Compiling lame

2001-09-10 Thread Julio Merino
On Mon, Sep 10, 2001 at 12:51:55PM -0400, Mike McGuire wrote: > On Mon, Sep 10, 2001 at 05:08:37PM +0200, Julio Merino wrote: > eh. Why not use the debian scripts they've been nice enough to > provide? :) Really, I've been using them for a while. Makes things > nice and easy. Install the dpkg-de

Re: Compiling lame

2001-09-10 Thread Mike McGuire
On Mon, Sep 10, 2001 at 05:08:37PM +0200, Julio Merino wrote: > Hi all, > > I want to compile LAME, but I can't... I've downloaded the lame 3.89 beta > version (the latest) and doesn't compile. 3.88 gives me the same result, > and 3.70, that is the stable one, doesn't compile too... > > This is t

Re: compiling lame - glib error

2001-01-30 Thread Mark Mackenzie
On Mon, Jan 29, 2001 at 06:35:44PM -0500, joeytsai wrote: > Hi, I just downloaded the newest version of lame (3.87) and I'm having > problems > compiling. The error message I'm getting is: > > gcc -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -ffast-math > -finline-functions -Wall -pedantic

Re: compiling lame - glib error

2001-01-30 Thread Romain Lerallut
such an error is caysed when gcc can't find a foo.h Standard basic gcc call: add a -I/usr/include/foo (or whatever you installed foo.h to) to the gcc call that compiles a .c into a .o Autoconf call: if you use ./configure try ./configure --with-foo-inc=/usr/include/foo or ./configure --included

Re: compiling lame - glib error

2001-01-30 Thread Vijay Prabakaran
On 29 Jan 2001 18:35:44 -0500, joeytsai wrote: > Hi, I just downloaded the newest version of lame (3.87) and I'm having > problems > compiling. The error message I'm getting is: > > gcc -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -ffast-math > -finline-functions -Wall -pedantic -DBRHIST -D