[Qt-interest] problems in installing Qt-embedded 4.5 in Linux fedora 8
Ravi_Kalepalli
Ravi_Kalepalli at Satyam.com
Tue Mar 24 05:55:06 CET 2009
Hi everyone,
I am having problems installing Qt emb. 4.5 in Linux fedora 8.I followed the installation steps as mentioned in the install txt file. Though I had some confusion about the last step of pasting the 'PATH=/usr/local...' but, one of the members cleared my confusion on this.
I couldn't find the .profile in my root directory(I am logging in as root and I am a complete newbie to Linux, so I guess when we say home directory ,it will be 'root' directory for root user)
I created a .profile using 'touch' and pasted the 'PATH=/usr/local/...'
I haven't yet configured qvfb as I haven't got much idea about that topic.
According to the install txt, pasting the PATH=/usr... is the last step in the installation process, so, I tried running one of the demos 'textEdit', it gives the following errors-
[root at localhost browser]# cd /usr/local/Trolltech/QtEmbedded-4.5.0-tp1/demos/textedit
[root at localhost textedit]# qmake textedit.pro
[root at localhost textedit]# make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../Qt-4.4.3/mkspecs/linux-g++ -I. -I../../../Qt-4.4.3/include/QtCore -I../../../Qt-4.4.3/include/QtCore -I../../../Qt-4.4.3/include/QtGui -I../../../Qt-4.4.3/include/QtGui -I../../../Qt-4.4.3/include -I. -I. -o textedit.o textedit.cpp
textedit.cpp:58:31: error: QTextDocumentWriter: No such file or directory
textedit.cpp: In member function 'bool TextEdit::fileSave()':
textedit.cpp:425: error: 'QTextDocumentWriter' was not declared in this scope
textedit.cpp:425: error: expected `;' before 'writer'
textedit.cpp:426: error: 'writer' was not declared in this scope
make: *** [textedit.o] Error 1
[root at localhost textedit]#
Seems like it can't make sense of the Qt embedded class 'QTextDocumentWriter'. I didn't get any errors when I was doing the installation,so,I am confused as to what's wrong? Do I need to do something after pasting the 'PATH=/usr..' to make everything functional.
Looking forward to your responses
Thanks and Regards
Ravi Kalepalli
Telephone: 080-66577808
Mobile: 9880724688
[cid:image001.gif at 01C9AC6A.CD644060]
________________________________
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090324/ddb2ccf1/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 8498 bytes
Desc: image001.gif
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090324/ddb2ccf1/attachment.gif
More information about the Qt-interest-old
mailing list