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

[Error] does not work "make" in Ubuntu 16.04 LTS #40

Open
shakibamoshiri opened this issue Apr 25, 2016 · 2 comments
Open

[Error] does not work "make" in Ubuntu 16.04 LTS #40

shakibamoshiri opened this issue Apr 25, 2016 · 2 comments

Comments

@shakibamoshiri
Copy link

shakibamoshiri commented Apr 25, 2016

Hello and thanks for releasing.
I first hit : git clone and then cd ... and then :

ldoce5viewer $ make
cd ldoce5viewer/qtgui/ui/; make
make[1]: Entering directory '/media/shu/movie/training/english/app/ldoce5viewer/ldoce5viewer/qtgui/ui'
pyuic4 advanced.ui -o advanced.py
make[1]: pyuic4: Command not found
Makefile:9: recipe for target 'advanced.py' failed
make[1]: *** [advanced.py] Error 127
make[1]: Leaving directory '/media/shu/movie/training/english/app/ldoce5viewer/ldoce5viewer/qtgui/ui'
Makefile:19: recipe for target 'qtui' failed
make: *** [qtui] Error 2

ldoce5viewer $ cd ldoce5viewer/

ldoce5viewer $ make
make: *** No targets specified and no makefile found. Stop.

ldoce5viewer $

@minhja
Copy link

minhja commented Aug 20, 2016

Had the same issue. $ sudo make build worked for me.

@xuchunyang
Copy link

make[1]: pyuic4: Command not found

pyuic4 is provided by pyqt4-dev-tools on Ubuntu, you need to install it before building, you can use, for example, sudo apt install pyqt4-dev-tools.

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

No branches or pull requests

3 participants