Daniel Pielmeier wrote:
Nikos Chantziaras schrieb am 13.05.2009 23:31:
I have a package that uses qmake (from Qt 3) as its build system and
that installs into /usr/local by default (as any well packaged software
should do).  This of course can be overridden at build time.  In this
case, with:

  qmake PREFIX=/usr projectfile.pro

In order to install into /usr (as any well written ebuild should do.) In
the ebuild however, eqmake3 doesn't seem to accept any arguments.  This:

  eqmake3 PREFIX=/usr projectfile.pro | die "qmake failed"

results in:

 * Project .pro file "PREFIX=/usr" does not exists
 * qmake cannot handle non-existing .pro files

when trying to emerge.  What can I do?
[...]
Also this question is not appropriate for this list. The gentoo-devhelp
mailing-list or #gentoo-dev-help on IRC are better places for this kind
of questions.

Oops, sorry.  I'll use that one for further questions.


Btw: Is there a typo in the eclass? Shouldn't it be "Project .pro file
"PREFIX=/usr" does not exist" instead of "Project .pro file
"PREFIX=/usr" does not exists"

I just checked qt3.eclass and indeed its a typo in there.


Reply via email to