Leon0824 / rimeime

Automatically exported from code.google.com/p/rimeime
0 stars 0 forks source link

develop branch(03288ba) fails to build #634

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Probably because of commit 8678c29, which put
get_input into comments.

buildlog:

[ 21%] Building CXX object src/CMakeFiles/rime.dir/setup.cc.o
[ 22%] Building CXX object src/CMakeFiles/rime.dir/composition.cc.o
[ 23%] Building CXX object src/CMakeFiles/rime.dir/deployer.cc.o
[ 24%] Building CXX object src/CMakeFiles/rime.dir/rime_api.cc.o
/home/gyx/pkg/ime/upstream/librime/src/rime_api.cc: In function 'RimeApi* 
rime_get_api()':
/home/gyx/pkg/ime/upstream/librime/src/rime_api.cc:950:11: error: 'RimeApi' has 
no member named 'get_input'
     s_api.get_input = &RimeGetInput;
           ^
src/CMakeFiles/rime.dir/build.make:537: recipe for target 
'src/CMakeFiles/rime.dir/rime_api.cc.o' failed
make[3]: *** [src/CMakeFiles/rime.dir/rime_api.cc.o] Error 1
make[3]: Leaving directory '/home/gyx/pkg/ime/upstream/librime/build'
CMakeFiles/Makefile2:106: recipe for target 'src/CMakeFiles/rime.dir/all' failed
make[2]: *** [src/CMakeFiles/rime.dir/all] Error 2
make[2]: Leaving directory '/home/gyx/pkg/ime/upstream/librime/build'
Makefile:113: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/gyx/pkg/ime/upstream/librime/build'
Makefile:29: recipe for target 'librime' failed
make: *** [librime] Error 2

Original issue reported on code.google.com by culu....@gmail.com on 19 Jul 2014 at 1:40

GoogleCodeExporter commented 9 years ago
Fixed
https://github.com/lotem/librime/commit/c1941fd3fc6e11e1635ae1cf3e63c5ebdc6ba682

Original comment by chen....@gmail.com on 19 Jul 2014 at 6:07