You are not logged in.

#1 2014-12-21 18:30:27

MightyPork
Member
From: Prague, Czech Republic
Registered: 2014-06-16
Posts: 93
Website

Rebuilding Qt4 - No rule to make target..

Hello!

I want to make an edit to one source file in qt4 from ABS. - it is gui/kernel/qclipboard_x11.cpp.

There's a 10.000 ms timeout, and I need to change it to something smaller, maybe 1.000 ms.
(It defines how long I have to wait after closing Okular, before I can start another instance. I tried to google a better solution, but there's no useful info.).

I've added a sed command to the PKGBUILD that does it, started the build, and it crashed with this:

make[1]: *** No rule to make target 'util/qabstractsystemtrayiconsys.cpp', needed by '.obj/release-shared/qabstractsystemtrayiconsys.o'.  Stop.
make[1]: *** Waiting for unfinished jobs....
moc util/qcompleter.h
moc graphicsview/qgraphicswidget.h
make[1]: Leaving directory '/home/ondra/tmp/abs/src/qt-everywhere-opensource-src-4.8.6/src/gui'
Makefile:423: recipe for target 'sub-gui-make_default-ordered' failed
make: *** [sub-gui-make_default-ordered] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Also, I'm not too happy with having to rebuild the entire Qt, but maybe that's the only way to get my changes working.

Any idea how to fix this error?

For more details, the entire log from this failed build can be found here: http://pastebin.com/knkd3dA8

Last edited by MightyPork (2014-12-21 18:33:57)


If it ain't broke, pacman -Syyu and it will be

Offline

Board footer

Powered by FluxBB