By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 861 - Build issue: tqtinterface: tdegraphics FTBFS with qt3 version of tqobjdefs.h
Summary: Build issue: tqtinterface: tdegraphics FTBFS with qt3 version of tqobjdefs.h
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tqtinterface (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P1 blocker
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-02-17 23:24 CST by Darrell
Modified: 2012-10-19 15:40 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Patch to fix include header in tqobjdefs.h (475 bytes, patch)
2012-02-17 23:24 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-02-17 23:24:02 CST
Created attachment 388 [details]
Patch to fix include header in tqobjdefs.h

GIT short version 4127. Error when building tdegraphics:

/usr/include/tqt/tqobjdefs.h:29:26: error: tqobjectdefs.h: No such file or directory

The attached patch modifies tqobjdefs.h:29 from tqobjectdefs.h to qobjectdefs.h.

tdegraphics then builds without errors.

Searching the entire source tree shows only tdegraphics currently includes that header file.

I don't know whether the patch is the correct solution. My guess is the "t" prefix in the file name is correct for the interface_tqt3 files but not the interface_qt3 files.
Comment 1 Timothy Pearson 2012-06-09 00:42:16 CDT
Your patch is correct.  Fixed in GIT hash 7a87730.

Thanks for reporting, and for the patch!