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
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
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
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
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
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 the ./configure output, which breaks:
Script started on Mon Sep 10 17:03:35
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
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
;
> Can anyone help?
>
>
> Thanks,
>
> // joey tsai
The arguments to gcc should tell where to locate the headers are with
the -I/someincludedir option.
So most packages check for stuff they need through the configure script.
Here if the pacakage you are compiling Lame has
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 -DHAVEGTK -DUSE_LAYER_2
-DUSE_LAYER_1 -DHAVEMPGLIB -DLAMESNDF
10 matches
Mail list logo