Gentoo Archives: gentoo-user

From: Roy Wright <royw@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] jpeg-mmx-0.1.6 ebuild problem
Date: Fri, 29 Jul 2005 14:54:23
Message-Id: 42EA4188.4060308@cisco.com
1 Howdy,
2
3 Anyone else getting the following error on jpeg-mmx-0.1.6?
4
5 ./configure --prefix=/usr --host=i686-pc-linux-gnu
6 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
7 --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
8 --include-dir=/usr/include/jpeg-mmx --enable-shared --enable-static
9 configure: error: --include-dir=/usr/include/jpeg-mmx: invalid option;
10 use --help to show usage
11
12 doing a configure --help gives:
13
14 --includedir=DIR C header files in DIR [PREFIX/include]
15
16 Looks like the ebuild is using "include-dir" instead of "includedir":
17
18 src_compile() {
19 econf \
20 --include-dir=/usr/include/jpeg-mmx \
21 --enable-shared \
22 --enable-static \
23 || die "configure failed"
24 emake || die "make failed"
25 }
26
27
28 Did not see a bug for this.
29
30 TIA,
31 Roy
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] jpeg-mmx-0.1.6 ebuild problem David Morgan <david.morgan@××××××××××××××××.uk>