Issue 4169 - XSetIMValues not defined with Linux XFree 4.1
Summary: XSetIMValues not defined with Linux XFree 4.1
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 641
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: sander_traveling
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-22 13:38 UTC by chris
Modified: 2003-02-24 14:09 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch for i18n_im.cxx compile error (553 bytes, patch)
2002-04-22 13:40 UTC, chris
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description chris 2002-04-22 13:38:45 UTC
This has been reported several times on mailing lists.  OOo will not compile
under Linux with XFree 4.1 headers on Debian unstable because of this error:

Making: ../../../unxlngi4.pro/slo/i18n_im.obj
vcl/unx/source/app/i18n_im.cxx:510: `XSetIMValues' undeclared (first use this
function)

The patch declares XSetIMValues if LINUX is #defined.
Comment 1 chris 2002-04-22 13:40:08 UTC
Created attachment 1418 [details]
Patch for i18n_im.cxx compile error
Comment 2 Martin Hollmichel 2002-04-22 17:35:14 UTC
fixed in version 1.16.2.1 
Comment 3 chris 2003-02-24 14:09:09 UTC
Verified & released in 1.0.1, closing