Gentoo Archives: gentoo-dev

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

Attachments

File name MIME type
ksitecopy-0.1.12.ebuild text/plain

Replies

Subject Author
Re: [gentoo-dev] ebuild for self-written kde-program fails Sergey Kuleshov <sergey@××××××××××.com>