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 1236 - Build issue: koffice FTBFS on 64-bit
Summary: Build issue: koffice FTBFS on 64-bit
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Other
: P1 blocker
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-09-24 16:47 CDT by Darrell
Modified: 2012-10-28 14:09 CDT (History)
4 users (show)

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


Attachments
Patch to build koffice on 64-bit systems (444 bytes, patch)
2012-09-24 16:47 CDT, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-09-24 16:47:10 CDT
Created attachment 825 [details]
Patch to build koffice on 64-bit systems

The build fails with

In file included from FontStyle.hxx:32:0,
                 from FontStyle.cxx:28:
Style.hxx: In constructor 'TopLevelElementStyle::TopLevelElementStyle()':
Style.hxx:37:45: error: 'NULL' was not declared in this scope
Style.hxx: At global scope:
Style.hxx:52:15: warning: unused parameter 'xHandler' [-Wunused-parameter]
make[5]: *** [FontStyle.lo] Error 1

Proposed patch attached.
Comment 1 Darrell 2012-10-18 12:25:16 CDT
I'm changing the summary to "Build issue:" to match all other such bug reports.
Comment 2 Slávek Banko 2012-10-27 19:03:40 CDT
I tested the patch from attachment 825 [details] and it does not cause any problems == can be pushed.
Comment 3 Darrell 2012-10-28 14:09:25 CDT
Patch pushed to GIT in commit 5d27227c.

Resolved. :)