Bug 148960 - parallel make fails in konq-plugins/sidebar/delicious (PATCH)
Summary: parallel make fails in konq-plugins/sidebar/delicious (PATCH)
Status: RESOLVED UNMAINTAINED
Alias: None
Product: konqueror
Classification: Applications
Component: sidebar (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-18 11:11 UTC by Tuomas Suutari
Modified: 2009-11-10 18:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fixes parallel make problem in konq-plugins/sidebar/delicious (570 bytes, patch)
2007-08-18 11:13 UTC, Tuomas Suutari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tuomas Suutari 2007-08-18 11:11:02 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Unspecified
OS:                Linux

When compiling konq-plugins (from 3.5.7) with "make -j" (i.e. parallel make), I get the same error message as in this Gentoo bug:
http://bugs.gentoo.org/show_bug.cgi?id=112214

I've hunted the reason to be that widget.h is not yet generated before it's needed.

Simple fix is to make sure widget.h is generated first, by a simple Makefile.am trick.
Comment 1 Tuomas Suutari 2007-08-18 11:13:12 UTC
Created attachment 21427 [details]
Fixes parallel make problem in konq-plugins/sidebar/delicious
Comment 2 David Faure 2009-11-10 18:52:34 UTC
Obsoleted by the switch to cmake in kde4. (please reopen if the problem still exists though)