Re: How to install phonon on qtx11-4.5.2 in linux..?
Ya i know that..
I want you to see this once
http://linuxhelp.blogspot.com/2006/0...ojects-on.html
By doing qmake name.pro will create a platform specific Makefile.. This Make file is not in my directory.. Just cpp,.h and .pro files alone in directory so I gave qmake name.pro to create a Makefile..
Are you saying because of giving qmake i am getting the previous errors?
Thanks,
Balaji.S.R
Re: How to install phonon on qtx11-4.5.2 in linux..?
Quote:
Originally Posted by
jpn
This means you are not using qmake from Qt/X11 4.5.2 as you claim, but from Qt for Embedded Linux. What does "qmake -v" output?
Sorry I dont understand...
Kindly tell me clearly what i should do to solve the error and run a phonon example..
Also whats the exact problem..?
Balaji.S.R
Re: How to install phonon on qtx11-4.5.2 in linux..?
Please learn to use your computer first. Maybe then come back to programming.
Re: How to install phonon on qtx11-4.5.2 in linux..?
Quote:
Originally Posted by
jpn
Please learn to use your computer first. Maybe then come back to programming.
I know to use my Computer.. I myself find a solution for my problem......
Anyways Thanks for your advice and help...
Re: How to install phonon on qtx11-4.5.2 in linux..?
qmake -v output is
QMake version 2.01a
Using Qt version 4.5.2 in /usr/local/Trolltech/Qt-4.5.2/lib
Re: How to install phonon on qtx11-4.5.2 in linux..?
Oops, I somehow misread "Cannot connect to the X server" as "Cannot connect to the QWS server". :) Ok, so do you have an X server running? Anyhow this problem is not related to Qt, it's related to your environment.
Re: How to install phonon on qtx11-4.5.2 in linux..?
[QUOTE=jpn;111377]do you have an X server running? QUOTE]
I checked whether Xserer is there...
Code:
[root@localhost /]# locate Xserver
/etc/X11/xdm/Xservers
/etc/kde/kdm/Xservers
/usr/share/man/man1/Xserver.1.gz
[root@localhost /]#
and when I tried to startX
Code:
[root@localhost /]# startx
xauth: creating new authority file /root/.serverauth.14699
xauth: creating new authority file /root/.Xauthority
xauth: creating new authority file /root/.Xauthority
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
Invalid MIT-MAGIC-COOKIE-1 keygiving up.
xinit: Resource temporarily unavailable (errno 11): unable to connect to X server
xinit: No such process (errno 3): Server error.
[root@localhost /]#
If this place is not to ask these questions then Could you please tell me where I can ask...
Regards,
Balaji.S.R
Re: How to install phonon on qtx11-4.5.2 in linux..?
I assume you have figured out by now, but I think you need to run
./application -qws
Re: How to install phonon on qtx11-4.5.2 in linux..?
Hi to all.. plz i need to install phonon on Linux PC(Slackware). I tried to install ALSA first, I'm not able to do it. Please help me who have compiled phonon on Linux. I need to know which all the packages of ALSA should be installed first. First i will install ALSA then i will compile phonon.. Please assist me..