Open ZALin opened 8 years ago
Did you installed libchewing-dev
from apt?
@david50407 if you mean libchewing3-dev
, Yes, I had installed it.
Hi, I build it successfully on Ubuntu 14.04.
libchewing3 should not pass the rule chewing>=0.4.0
defined in CMakeLists.txt. (its version is 0.3.5)
I get the source code of libchewing 0.4.0-3 and build it. Then it works.
$ uname -a Linux ubuntu 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
@mangokingTW I had installed libchewing 0.4.0
If not, it will show that error msg
What did you do anything else?
@ZALin I built it successful on my Ubuntu 14.04 with:
libchewing3
0.4.0cmake
3.4.1qt5-default
, qttools5-dev-tools
5.4.2gcc
5.2.1@ZALin I build it successfully on Ubuntu 14.04.4 There are some Tools Requirement about installation of chewing-editor.
Someof my thoubleshootings :
chewing3-dev
on Ubuntu 14.04 is v0.3.5, you can download and install deb packages using dpkg
qt5-default
, qttools5-dev-tools
and libqt5webkit5-dev
cmake
3.2I resolve this question at today afternoon. But I takes maybe eight hours to found this bug.
I think you should resolve the 'libchewing 0.4.0' versions first, then you can compiler again 'chewing-editor'. If you didn't resolve libchewing 0.4.0 'cmake .', then you cannot resolve chewing-editor. And cannot open editor to add the new words.
@Chun-Feng I think he passed cmake .
but cannot link the program
@ZALin
Please try the following commands to help troubleshooting:
dpkg -l | grep chewing
to get chewing related packages installed in system.ldconfig -p | grep chewing
to get linker cache.objdump -T /usr/lib/x86_64-linux-gnu/libchewing.so
to get symbols of /usr/lib/x86_64-linux-gnu/libchewing.so
.
In Ubuntu 14.04
After install libchewing 0.4.0, qt4, ... and so on
It is still some ld problem to make