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

Summary: Build issue: tqtinterface: tdegraphics FTBFS with qt3 version of tqobjdefs.h
Product: TDE Reporter: Darrell <darrella>
Component: tqtinterfaceAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: blocker CC: bugwatch, darrella
Priority: P1    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: Patch to fix include header in tqobjdefs.h

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!