Results 1 to 4 of 4
Hi there i searched 100 of pages but cant find answer to this simple stuff
why i'm not able to install qt on my fedora 64
I'm running fedora 64 ...
- 09-13-2010 #1
installing qt on fedora64
Hi there i searched 100 of pages but cant find answer to this simple stuff
why i'm not able to install qt on my fedora 64
I'm running fedora 64 on virtual box on win 7 host
want to install [qt-sdk-linux-x86_64-opensource-2010.04.bin]
tried chmod 777 qt and ./qt
but every time i do that is gives me bash: ./qt cannot execute bin file
i'm logged in as route
checked permission using ls -asl and looks fine
pls help
also sorry to forum moderators as i posted same question in article submission section. sorry as this is my first post.
- 09-13-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
You are running 64-bit fedora, but which version? FWIW, qt4 should be installed by default, at least the libraries and such. If you want the development tools (devel packages), you will need to install them separately. FYI, qt4 is required for KDE 4.x. So, if you are running KDE, chances are you have qt4 installed already.
So, what is your REAL problem?Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-13-2010 #3
sorry i'm running on gnome not kde.
i did install development packages by yum install qt4-devel
but when i install pvbrowser on my linux system
ref: pvbrowser dot org
then this is what happens
[rushi@localhost Desktop]$ cd pvb
[rushi@localhost pvb]$ ./clean.sh
make: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop.
rm: cannot remove `obj/*.obj': No such file or directory
rm: cannot remove `resources/qrc_qwt_designer_plugin.cpp': No such file or directory
rm -f moc_pvbdummy.cpp
rm -f qrc_pvb_designer_plugin.cpp
rm -f pvbdummy.o moc_pvbdummy.o qrc_pvb_designer_plugin.o
rm -f *~ core *.core
rm -f moc_pvb_designer_plugin.cpp
rm -f qrc_pvb_designer_plugin.cpp
rm -f pvb_designer_plugin.o moc_pvb_designer_plugin.o qrc_pvb_designer_plugin.o
rm -f *~ core *.core
make: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop.
make: *** No rule to make target `clean'. Stop.
i'm not to sure whats going wrong as i'm newbie to linux and want to develop applications on pvbrowser using qt4
- 09-20-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
Does it have a configure script? If so, you need to run that first before you try anything that calls make/qmake.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
