| Summary: | Build issue: tqtinterface: tdegraphics FTBFS with qt3 version of tqobjdefs.h | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | tqtinterface | Assignee: | 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 | ||
Your patch is correct. Fixed in GIT hash 7a87730. Thanks for reporting, and for the patch! |
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.