iasp / textroom

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

make error 127 #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and extract Tar archive
2. execute qmake
3. execute make

What is the expected output? What do you see instead?

I don't know what the expected output ought to be, but this is the error
message I receive:

/usr/bin/uic-qt4 src/ui/optionsdialog.ui -o temp/ui_optionsdialog.h
make: /usr/bin/uic-qt4: Command not found
make: *** [temp/ui_optionsdialog.h] Error 127

What version of the product are you using? On what operating system?

Textroom 0.6.2, on Kubuntu 9.10 64bit

Please provide any additional information below.

I believe I've properly installed Qt4.4, SDL 1.2.13, SDL-mixer 1.2.8 and
the Aspell development libraries.

Thanks for your assistance on this! I've used a previous version of
textroom, installed from the ubuntu package manager, and it worked well,
though without sound and with high cpu usage. it looks like the new version
ought to take care of both of these things, so I hope I can run it soon!

Original issue reported on code.google.com by aluxete...@gmail.com on 19 Apr 2010 at 6:00

GoogleCodeExporter commented 8 years ago
Seems like you don't have qt4-gui libraries. Please give another try after 
installing 
qt4-gui development libraries.

Original comment by gordebak on 19 Apr 2010 at 5:17

GoogleCodeExporter commented 8 years ago
I guess, what's missing is libqt4-dev. If you have it, please trying 
reinstalling.

Original comment by gordebak on 19 Apr 2010 at 5:25

GoogleCodeExporter commented 8 years ago
huh! I sure thought I had libqt4-dev installed already, but I guess not. This 
took
care of the problem immediately, thanks! And thanks for being so responsive!

Original comment by aluxete...@gmail.com on 20 Apr 2010 at 3:23

GoogleCodeExporter commented 8 years ago

Original comment by gordebak on 20 Apr 2010 at 10:10