What problem?
fedora 14编译的似乎出现下面输出的error。
What steps will reproduce the problem?
make[1]:
进入目录“/home/lowstz/Downloads/ibus-cloud-pinyin/ibus-cloud-pinyin-read-o
nly/src”
:: Generating C files for ibus-engine-cloud-pinyin ...
valac `cat valac-flags.txt` --pkg posix --thread --enable-checking --vapidir=.
--disable-warnings -C main.vala dbus-binding.vala pinyin-utils.vala
frontend-utils.vala config.vala database.vala lua-binding.vala ibus-engine.vala
lua-binding.vala:22.7-22.9: error: The namespace name `Lua' could not be found
using Lua;
^^^
ibus-engine.vala:22.7-22.10: error: The namespace name `IBus' could not be found
using IBus;
^^^^
dbus-binding.vala:30.20-30.23: error: The symbol `DBus' could not be found
private static DBus.Connection conn;
^^^^
dbus-binding.vala:31.28-31.31: error: The symbol `DBus' could not be found
private static dynamic DBus.Object bus;
^^^^
dbus-binding.vala:146.9-146.12: error: The type name `File' could not be found
File file;
^^^^
dbus-binding.vala:147.9-147.23: error: The type name `FileInputStream' could
not be found
FileInputStream fs;
^^^^^^^^^^^^^^^
dbus-binding.vala:263.37-263.51: error: The type name `FileInputStream' could
not be found
static bool check_segment_md5(FileInputStream fs,
^^^^^^^^^^^^^^^
dbus-binding.vala:278.33-278.47: error: The type name `FileInputStream' could
not be found
static uint16 read_uint16(FileInputStream fs) throws IOError {
^^^^^^^^^^^^^^^
dbus-binding.vala:285.40-285.54: error: The type name `FileInputStream' could
not be found
static string read_utf16_segment(FileInputStream fs, int64 offset = -1,
^^^^^^^^^^^^^^^
frontend-utils.vala:25.28-25.30: error: The symbol `Gtk' could not be found
private static unowned Gtk.Clipboard clipboard;
^^^
frontend-utils.vala:41.7-41.12: error: The symbol `Notify' could not be found
Notify.Notification notification
^^^^^^
config.vala:87.27-87.30: error: The symbol `IBus' could not be found
public void apply(IBus.Text text, uint start = 0, int end = -1) {
^^^^
database.vala:27.20-27.25: error: The symbol `Sqlite' could not be found
private static Sqlite.Database db;
^^^^^^
database.vala:111.7-111.12: error: The symbol `Sqlite' could not be found
Sqlite.Statement stmt;
^^^^^^
database.vala:271.9-271.14: error: The symbol `Sqlite' could not be found
Sqlite.Statement stmt;
^^^^^^
database.vala:313.9-313.14: error: The symbol `Sqlite' could not be found
Sqlite.Statement stmt;
^^^^^^
database.vala:377.11-377.16: error: The symbol `Sqlite' could not be found
Sqlite.Statement stmt;
^^^^^^
lua-binding.vala:27.20-27.24: error: The type name `LuaVM' could not be found
private static LuaVM vm;
^^^^^
lua-binding.vala:281.40-281.44: error: The type name `LuaVM' could not be found
private static int l_get_selection(LuaVM vm) {
^^^^^
lua-binding.vala:291.45-291.49: error: The type name `LuaVM' could not be found
private static int l_set_cutting_adjust(LuaVM vm) {
^^^^^
lua-binding.vala:302.33-302.37: error: The type name `LuaVM' could not be found
private static int l_notify(LuaVM vm) {
^^^^^
lua-binding.vala:314.39-314.43: error: The type name `LuaVM' could not be found
private static int l_set_response(LuaVM vm) {
^^^^^
lua-binding.vala:327.36-327.40: error: The type name `LuaVM' could not be found
private static int l_set_color(LuaVM vm) {
^^^^^
lua-binding.vala:400.37-400.41: error: The type name `LuaVM' could not be found
private static int l_set_switch(LuaVM vm) {
^^^^^
lua-binding.vala:444.38-444.42: error: The type name `LuaVM' could not be found
private static int l_set_timeout(LuaVM vm) {
^^^^^
lua-binding.vala:473.36-473.40: error: The type name `LuaVM' could not be found
private static int l_set_limit(LuaVM vm) {
^^^^^
lua-binding.vala:505.44-505.48: error: The type name `LuaVM' could not be found
private static int l_set_double_pinyin(LuaVM vm) {
^^^^^
lua-binding.vala:528.34-528.38: error: The type name `LuaVM' could not be found
private static int l_set_key(LuaVM vm) {
^^^^^
lua-binding.vala:547.47-547.51: error: The type name `LuaVM' could not be found
private static int l_set_candidate_labels(LuaVM vm) {
^^^^^
lua-binding.vala:565.42-565.46: error: The type name `LuaVM' could not be found
private static int l_set_punctuation(LuaVM vm) {
^^^^^
lua-binding.vala:585.42-585.46: error: The type name `LuaVM' could not be found
private static int l_register_engine(LuaVM vm) {
^^^^^
lua-binding.vala:605.33-605.37: error: The type name `LuaVM' could not be found
private static int l_commit(LuaVM vm) {
^^^^^
ibus-engine.vala:28.20-28.29: error: The type name `EngineDesc' could not be
found
private static EngineDesc engine;
^^^^^^^^^^
ibus-engine.vala:29.20-29.28: error: The type name `Component' could not be
found
private static Component component;
^^^^^^^^^
ibus-engine.vala:30.20-30.23: error: The symbol `IBus' could not be found
private static IBus.Bus bus;
^^^^
ibus-engine.vala:31.20-31.26: error: The type name `Factory' could not be found
private static Factory factory;
^^^^^^^
ibus-engine.vala:44.38-44.43: error: The type name `Engine' could not be found
public class CloudPinyinEngine : Engine {
^^^^^^
ibus-engine.vala:88.7-88.17: error: The type name `LookupTable' could not be
found
LookupTable table;
^^^^^^^^^^^
ibus-engine.vala:94.15-94.22: error: The type name `Property' could not be found
private Property chinese_mode_icon
^^^^^^^^
ibus-engine.vala:99.15-99.22: error: The type name `Property' could not be found
private Property traditional_conversion_icon
^^^^^^^^
ibus-engine.vala:104.15-104.22: error: The type name `Property' could not be
found
private Property status_icon
^^^^^^^^
ibus-engine.vala:109.15-109.22: error: The type name `Property' could not be
found
private Property tools_icon
^^^^^^^^
ibus-engine.vala:114.15-114.22: error: The type name `Property' could not be
found
private Property tools_status_item
^^^^^^^^
ibus-engine.vala:119.15-119.22: error: The type name `Property' could not be
found
private Property tools_scel_import_item
^^^^^^^^
ibus-engine.vala:124.15-124.22: error: The type name `PropList' could not be
found
private PropList tools_menu_list = new PropList();
^^^^^^^^
ibus-engine.vala:125.15-125.22: error: The type name `PropList' could not be
found
private PropList panel_prop_list = new PropList();
^^^^^^^^
ibus-engine.vala:774.9-774.12: error: The type name `Text' could not be found
Text candidate = table.get_candidate(index);
^^^^
ibus-engine.vala:825.27-825.30: error: The type name `Text' could not be found
public void apply(Text text) {
^^^^
Compilation failed: 48 error(s), 0 warning(s)
make[1]: *** [main.c] 错误 1
make[1]:
离开目录“/home/lowstz/Downloads/ibus-cloud-pinyin/ibus-cloud-pinyin-read-o
nly/src”
make: *** [src/ibus-engine-cloud-pinyin] 错误 2
Additional information below.
Original issue reported on code.google.com by low...@gmail.com on 24 Jul 2011 at 6:27
Original issue reported on code.google.com by
low...@gmail.com
on 24 Jul 2011 at 6:27