Status: Assigned
Owner: [email protected]
Labels: Type-Defect Priority-Medium Component-ibus

New issue 1437 by [email protected]: ibus-1.4.99.20120314: --disable-vala does not work
http://code.google.com/p/ibus/issues/detail?id=1437

What steps will reproduce the problem?

1. ./configure --disable-vala && make (with -Wall)

What is the expected output? What do you see instead?

expected: ibus compiles
actual: something like:

----------------------
  CC     main.o
main.c: In function '_vala_main':
main.c:878:23: error: assignment discards 'const' qualifier from pointer target type [-Werror]
cc1: all warnings being treated as errors

make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/build/x86-alex/tmp/portage/app-i18n/ibus-1.4.99.20120314/work/ibus-1.4.99.20120314/tools'
----------------------

Please use labels and text to provide additional information.

Can you please tweak Makefile.am files so make does not try to build tools/ when --disable-vala is specified?


--
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

回复