Code Monkey home page Code Monkey logo

ibus-tmpl's People

Contributors

phuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ibus-tmpl's Issues

build failed in autoconf

when build to ibus-tmpl using autoconf, an error occurred.

levena@oss-true:~/ibus-tmpl$ rm configure
levena@oss-true:~/ibus-tmpl$ ls
AUTHORS  ChangeLog    NEWS    autogen.sh      codereview.settings  configure.ac  ibus-tmpl.spec.in  m4  src
COPYING  Makefile.am  README  autom4te.cache  config.log           engine        icons              po
levena@oss-true:~/ibus-tmpl$ automake --version
automake (GNU automake) 1.15
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <[email protected]>
       and Alexandre Duret-Lutz <[email protected]>.
levena@oss-true:~/ibus-tmpl$ automake
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
Makefile.am: error: required file './INSTALL' not found
Makefile.am:   'automake --add-missing' can install 'INSTALL'
configure.ac:37: error: required file 'config.h.in' not found
engine/Makefile.am:21: error: Python sources seen but 'PYTHON' is undefined
engine/Makefile.am:21:   The usual way to define 'PYTHON' is to add 'AM_PATH_PYTHON'
engine/Makefile.am:21:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
engine/Makefile.am:21: error: required file './py-compile' not found
engine/Makefile.am:21:   'automake --add-missing' can install 'py-compile'
src/Makefile.am: error: required file './depcomp' not found
src/Makefile.am:   'automake --add-missing' can install 'depcomp'
/usr/share/automake-1.15/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
------abridgement------

I think the error is caused by autoconf version.
I use automake version 1.15, and ubuntu 16.04.

please teach proper automake version.

AM_INIT_AUTOMAKE can take two format.
https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html

Unable to run python example

/tmp/ibus-tmpl/engine$ python main.py
Traceback (most recent call last):
File "main.py", line 79, in
main()
File "main.py", line 76, in main
launch_engine()
File "main.py", line 47, in launch_engine
IMApp().run()
File "main.py", line 36, in init
self.engine = factory.EngineFactory(self.__bus)
File "/tmp/ibus-tmpl/engine/factory.py", line 43, in __init

super(EngineFactory, self).init(self.info, engine.Engine, ENGINE_PATH, bus, FACTORY_PATH)
TypeError: __init
() takes exactly 2 arguments (6 given)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.