Closed GoogleCodeExporter closed 9 years ago
Sorry, messages about the patch has been lost since the wiki named 'IBusRime'
went out of service, reporting 500 - Internal Server Error.
Thus I created a new Wiki page with the same content but a different name here:
http://code.google.com/p/rimeime/wiki/RimeWithIBus
By default, yaml-cpp builds into a static library(.a), compiled without the
`-fPIC` flag; that why users of x64 linux had problem linking to it.
Later I found a solution suggested by yaml-cpp's author, that is, to turn on
this cmake option (see Wiki
RimeWithIBus#ibus-rime_on_Ubuntu_12.04_安裝手記):
{{{
cmake -DBUILD_SHARED_LIBS=ON ..
}}}
so that a shared library `yaml-cpp.so` is built and is then linked to Rime
instead of the static library.
I haven't tested this approach though; hope it will work for you.
Original comment by chen....@gmail.com
on 27 Jul 2012 at 2:34
Any news?
Original comment by chen....@gmail.com
on 13 Aug 2012 at 6:47
Original issue reported on code.google.com by
zcn...@gmail.com
on 27 Jul 2012 at 2:03