Gentoo Archives: gentoo-dev

From: Sergey Kuleshov <sergey@××××××××××.com>
To: Gentoo-dev <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] ebuild for self-written kde-program fails
Date: Sat, 26 Apr 2003 13:49:13
Message-Id: 200304261651.19226.sergey@til-design.com
In Reply to: [gentoo-dev] ebuild for self-written kde-program fails by Werner Joss
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 That's odd :( Can you post your ebuild file to have a look at.
5 Also, one suggestion, probably a stupid one, try to use make
6 instead of emake in src_compile().
7
8 P.S. I'm also new here ;-)
9
10 On Saturday 26 April 2003 13:29, Werner Joss wrote:
11 > my kde-program compiles/installs fine if I do this via the usual steps
12 > 'configure - make - make install', but fails when I try to install it
13 > with a simple ebuild.
14 > the problem seems to be a different behaviour of moc (the qt meta-object
15 > compiler) when processing qt-designer .ui files.
16 > I think the relevant part of the ui file is this:
17 >
18 > <includehints>
19 > <includehint>kurlrequester.h</includehint>
20 > <includehint>klineedit.h</includehint>
21 > <includehint>kpushbutton.h</includehint>
22 > </includehints>
23 >
24 > because when running moc from 'make', it inserts
25 >
26 > #include <kurlrequester.h>
27 >
28 > into the resulting .h file,
29 > whereas in case of the ebuild, moc omits that line.
30 ......
31 > if anybody has a clue where to look now, I would greatly appreciate.
32 > werner
33 >
34 >
35 >
36 > --
37 > gentoo-dev@g.o mailing list
38
39 - --
40 Sergey Kuleshov <sergey@××××××××××.com>
41 Studio Programer
42 -----BEGIN PGP SIGNATURE-----
43 Version: GnuPG v1.2.1 (GNU/Linux)
44
45 iD8DBQE+qrkCcbJxBGJJn5IRAmnvAJ9nADzO60irO8+bEzWO77lvRffEZACfU8ET
46 bmDsBlT5bxAjA1BEzMFfYkE=
47 =bNQH
48 -----END PGP SIGNATURE-----
49
50
51 --
52 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ebuild for self-written kde-program fails Werner Joss <werner@××××××××××××××××××.de>