Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 884 by [email protected]: Honor ANTHY_CFLAGS for SWIG (ibus-anthy)
http://code.google.com/p/ibus/issues/detail?id=884

What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): NetBSD
Architecture (i386, x86_64): i386
IBus version: 1.3.2
Input method name and version: ibus-anthy-1.2.1
Python version: 2.6.4
dbus version: N/A
dbus-python version: N/A
gtk version (if bug is about gtk applications):
qt version (if bug is about qt applications):

What steps will reproduce the problem?
1. In engine/Makefile.am, just `-I/usr/include' is passed to swig
2. If anthy is not installed with prefxi=/usr
3. failed to build because of not found "anthy/anthy.h".

What is the expected output? What do you see instead?
${ANTHY_CFLAGS} should be used instead of "-I/usr/include".
Please provide any additional information below.
In engine/Makefile.am:
- ${SWIG} -python -I/usr/include -o anthy_wrap.c $(srcdir/anthy.i
+ ${SWIG} -python ${ANTHY_CFLAGS} -o anthy_wrap.c $(srcdir/anthy.i

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复