Comment #4 on issue 1455 by [email protected]: Unable to compile ibus-xkb on Precise: "undefined reference to `ibus_engine_new_type'"
http://code.google.com/p/ibus/issues/detail?id=1455

Hm, if I change "ibus_engine_new_type" to "ibus_engine_new_with_type" as I found in some other patch for IBUS in ibus-engine-xkb-main.c:77, make will run without returning any errors. However, checkinstall will return this:

*****************************************
**** Debian package creation selected ***
*****************************************

Das Paket wird entsprechend dieser Vorgaben erstellt:

0 -  Maintainer: [ root@sutay ]
1 -  Summary: [ IBus XKB
IBus libraries
Development tools for ibus ]
2 -  Name:    [ ibus-xkb ]
3 -  Version: [ 1.3.99.20120503 ]
4 -  Release: [ 1%{?dist} ]
5 -  License: [ GPL ]
6 -  Group:   [ System Environment/Libraries
System Environment/Libraries
Development/Libraries ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ ibus-xkb ]
9 -  Alternate source location: [  ]
10 - Requires: [ %{name}-libs = %{version}-%{release}
ibus
iso-codes
dbus-python >= %{dbus_python_version}
GConf2 >= %{gconf2_version}
pygtk2
pyxdg
GConf2 >= %{gconf2_version}
GConf2 >= %{gconf2_version}
GConf2 >= %{gconf2_version}
glib2
dbus >= 1.2.4
%{name} = %{version}-%{release}
glib2-devel
dbus-devel ]
11 - Provides: [ ibus-xkb ]
12 - Conflicts: [  ]
13 - Replaces: [  ]

And then refuses to generate a .DEB because of all the unresolved variables.

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

回复