Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not make in Ubuntu 14.04 #82

Open
ZALin opened this issue Mar 16, 2016 · 9 comments
Open

Can not make in Ubuntu 14.04 #82

ZALin opened this issue Mar 16, 2016 · 9 comments
Labels

Comments

@ZALin
Copy link

ZALin commented Mar 16, 2016

In Ubuntu 14.04

After install libchewing 0.4.0, qt4, ... and so on
2016-03-16 8 08 48

It is still some ld problem to make

@david50407
Copy link
Member

Did you installed libchewing-dev from apt?

@ZALin
Copy link
Author

ZALin commented Mar 16, 2016

@david50407 if you mean libchewing3-dev, Yes, I had installed it.

@mangokingTW
Copy link

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

@ZALin
Copy link
Author

ZALin commented Mar 23, 2016

@mangokingTW
I had installed libchewing 0.4.0
2016-03-23 9 49 44

If not, it will show that error msg
fossapc hackpad com_mlspvivxgh6_p 581139_1458056372275_ 2016-03-15 6 51 45

What did you do anything else?

@david50407
Copy link
Member

@ZALin I built it successful on my Ubuntu 14.04 with:

  • libchewing3 0.4.0
  • cmake 3.4.1
  • qt5-default, qttools5-dev-tools 5.4.2
  • gcc 5.2.1

@redfish-lee
Copy link

@ZALin I build it successfully on Ubuntu 14.04.4
There are some Tools Requirement about installation of chewing-editor.

Someof my thoubleshootings :

  • The version of chewing3-dev on Ubuntu 14.04 is v0.3.5, you can download and install deb packages using dpkg
  • Qt = 5 : I used qt5-default, qttools5-dev-tools and libqt5webkit5-dev
  • I used cmake 3.2

@Chun-Feng
Copy link

I 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.

@david50407
Copy link
Member

@Chun-Feng I think he passed cmake . but cannot link the program

@czchen
Copy link
Member

czchen commented Mar 26, 2016

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants