Summary: | KDevelop produces KOffice Part project that won't build | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Brad Hards <bradh> |
Component: | appwizard | Assignee: | Anne-Marie Mahfouf <annma> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marjan.mrak |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch for the KOffice part template |
Description
Brad Hards
2004-06-14 03:48:54 UTC
Note: build all templates with unsermake for kdevelop 3.4 to see if they build. I reassign that bug to myself! Created attachment 14392 [details]
Patch for the KOffice part template
Attached is a patch against KDevelop 3.3.0 that fixes the KOffice part
template.
Two fixes:
a/ add an (empty) implementation for initDoc, loadOasis, saveOasis (otherwise
you get an error upon instantiating the part)
b/ remove "-I$(interfacedir)" from $INCLUDES in Makefile.am (as $interfacedir
is empty this results in "-I")
Cheers,
Jeremy
Hi Jeremy, Thanks for the patch, it works! The only thing is that I cannot open the the project as there is no 'Blank Document" in the new KOffice start dialog (running the template against KOffice trunk here). Thus running the template leads to nothing... Not sure how to overcome this... Anne-Marie *** Bug 123603 has been marked as a duplicate of this bug. *** Whoever comitted the patch forgot to close this bugreport. |