[Uim-bugs] [Bug 9707] sigscheme.h includes config.h and cause compiler warning
bugzilla-daemon at annarchy.freedesktop.org
bugzilla-daemon at annarchy.freedesktop.org
Fri Jan 19 19:25:31 EET 2007
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=9707
yamaken at bp.iij4u.or.jp changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTOURBUG
------- Additional Comments From yamaken at bp.iij4u.or.jp 2007-01-19 09:25 -------
Notice: Since uim is not sufferring from this bug, the resolution is marked as
NOTOURBUG. This bug only affects libsscm users (libuim does not use libsscm).
I accept this bug as a SigScheme devleoper and will fix future version (likely
0.8.0).Notice: Since uim is not sufferring a problem from this bug, the
resolution is marked as NOTOURBUG. This bug only affects libsscm users (libuim
does not use libsscm).
Thanks for the report. I accept this bug as a SigScheme devleoper and will fix
it in a future version (probably 0.8.0). There are two workaround until the fix:
1. Use the combined-source mode of SigScheme
http://uim.freedesktop.org/doc/sigscheme-0.7.4/global-obj.html
2. Import sigscheme-combined.h to your project, and include it
immediately after sigscheme.h as follows:
#include <sigscheme/sigscheme.h>
#include "sigscheme-combined.h"
#include "config.h"
Both sigscheme.h and sigscheme-combined.h must be included in prior to your
project's own config.h.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the uim-bugs
mailing list