[Fedora-users-br] instalando o qsopcast

Jean Carlo jean.c.goncalves em gmail.com
Sáb Ago 16 23:57:40 UTC 2008


alguem consegui instalar o qsopcast?


http://qsopcast.googlecode.com/files/qsopcast-0.3.5.tar.bz2

baixei ele deste link. acima e descompactei.

Entrei no diretorio src e executei o comando:

qmake-qt4 após tentei usar o make e da estes erros


g++ -c -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -Wall -W -D_REENTRANT
-DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
-I/usr/lib/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui
-I/usr/include -I. -I. -I. -o channel.o channel.cpp
In file included from channel.cpp:21:
header.h:6:19: error: qvbox.h: Arquivo ou diretório não encontrado
header.h:7:19: error: qhbox.h: Arquivo ou diretório não encontrado
header.h:13:19: error: qhttp.h: Arquivo ou diretório não encontrado
header.h:22:21: error: qsocket.h: Arquivo ou diretório não encontrado
header.h:26:18: error: qdom.h: Arquivo ou diretório não encontrado
header.h:28:22: error: qptrlist.h: Arquivo ou diretório não encontrado
In file included from channel.cpp:22:
channel.h:17: error: 'WFlags' has not been declared
channel.h:24: error: ISO C++ forbids declaration of 'QValueList' with no type
channel.h:24: error: expected ';' before '<' token
channel.h:39: error: 'QListViewItem' has not been declared
channel.h:40: error: 'QListViewItem' has not been declared
channel.h:41: error: 'QListViewItem' has not been declared
In file included from channel.cpp:23:
mainwindow.h:20: error: expected class-name before '{' token
In file included from channel.cpp:24:
mylistitem.h:8: error: expected class-name before '{' token
mylistitem.h:16: error: expected `)' before '*' token
mylistitem.h:22: error: 'QListViewItem' has not been declared
mylistitem.h:27: error: expected `)' before '*' token
mylistitem.h:39: error: expected ',' or '...' before '&' token
mylistitem.h:39: error: ISO C++ forbids declaration of 'QColorGroup'
with no type
mylistitem.h:58: error: 'QListViewItem' has not been declared
mylistitem.h: In constructor 'MyListItem::MyListItem(QListView*)':
mylistitem.h:10: error: class 'MyListItem' does not have any field
named 'QListViewItem'
mylistitem.h: In constructor 'MyListItem::MyListItem(QListView*, int*)':
mylistitem.h:22: error: class 'MyListItem' does not have any field
named 'QListViewItem'
mylistitem.h: In member function 'void MyListItem::paintCell(QPainter*, int)':
mylistitem.h:41: error: expected `;' before '_cg'
mylistitem.h:41: warning: statement has no effect
mylistitem.h:43: error: '_cg' was not declared in this scope
mylistitem.h:43: error: 'QColorGroup' is not a class or namespace
mylistitem.h:44: error: 'QColorGroup' is not a class or namespace
mylistitem.h:46: error: 'QListViewItem' has not been declared
mylistitem.h:46: error: 'column' was not declared in this scope
mylistitem.h:46: error: 'width' was not declared in this scope
mylistitem.h:46: error: 'alignment' was not declared in this scope
mylistitem.h: In member function 'int MyListItem::compare(int*, int,
bool) const':
mylistitem.h:67: error: 'text' was not declared in this scope
mylistitem.h:67: error: request for member 'text' in '* i', which is
of non-class type 'int'
mylistitem.h:68: error: 'QListViewItem' has not been declared
In file included from pageplay.h:6,
                 from channel.cpp:28:
./myhbox.h: At global scope:
./myhbox.h:9: error: expected class-name before '{' token
./myhbox.h: In constructor 'MyHBox::MyHBox(QWidget*, const char*)':
./myhbox.h:12: error: class 'MyHBox' does not have any field named 'QHBox'
In file included from channel.cpp:30:
tabwidget.h: At global scope:
tabwidget.h:17: error: ISO C++ forbids declaration of 'QPtrList' with no type
tabwidget.h:17: error: expected ';' before '<' token
channel.cpp:33: error: 'WFlags' has not been declared
channel.cpp: In constructor 'Channel::Channel(QWidget*, const char*, int)':
channel.cpp:35: error: invalid static_cast from type 'QWidget*' to
type 'MainWindow*'
channel.cpp:35: error: no matching function for call to
'QListView::QListView(QWidget*&, const char*&, int&)'
/usr/include/QtGui/qlistview.h:194: note: candidates are:
QListView::QListView(const QListView&)
/usr/include/QtGui/qlistview.h:141: note:
QListView::QListView(QListViewPrivate&, QWidget*)
/usr/include/QtGui/qlistview.h:82: note:
QListView::QListView(QWidget*)
channel.cpp:38: error: 'addColumn' was not declared in this scope
channel.cpp:49: error: 'setRootIsDecorated' was not declared in this scope
channel.cpp:66: error: 'IO_ReadWrite' was not declared in this scope
channel.cpp:72: error: 'class QProcess' has no member named 'setCommunication'
channel.cpp:72: error: 'Stdout' is not a member of 'QProcess'
channel.cpp: At global scope:
channel.cpp:89: error: prototype for 'void
Channel::onListItemClicked(QListViewItem*)' does not match any in
class 'Channel'
channel.h:39: error: candidate is: void Channel::onListItemClicked(int*)
channel.cpp: In member function 'void Channel::onButtonChannelToggled(bool)':
channel.cpp:109: error: 'class QProcess' has no member named 'clearArguments'
channel.cpp:110: error: 'class QProcess' has no member named 'addArgument'
channel.cpp:111: error: 'class QProcess' has no member named 'addArgument'
channel.cpp:112: error: 'class QProcess' has no member named 'addArgument'
channel.cpp:113: error: 'class QProcess' has no member named 'addArgument'
channel.cpp:114: error: no matching function for call to 'QProcess::start()'
/usr/include/QtCore/qprocess.h:98: note: candidates are: void
QProcess::start(const QString&, const QStringList&,
QFlags<QIODevice::OpenModeFlag>)
/usr/include/QtCore/qprocess.h:99: note:                 void
QProcess::start(const QString&, QFlags<QIODevice::OpenModeFlag>)
channel.cpp:118: error: 'class QProcess' has no member named 'arguments'
channel.cpp:119: error: 'class QProcess' has no member named 'processIdentifier'
channel.cpp:119: error: 'class QProcess' has no member named 'processIdentifier'
channel.cpp:121: error: 'class QToolButton' has no member named
'setPaletteForegroundColor'
channel.cpp: In member function 'void Channel::wgetStdout()':
channel.cpp:129: error: 'class QBuffer' has no member named 'writeBlock'
channel.cpp:129: error: 'class QProcess' has no member named 'readStdout'
channel.cpp:130: error: 'class QBuffer' has no member named 'at'
channel.cpp:136: error: 'class QToolButton' has no member named
'setPaletteForegroundColor'
channel.cpp: In member function 'void Channel::onWgetExit()':
channel.cpp:145: error: 'class QToolButton' has no member named 'setOn'
channel.cpp:153: error: 'QDomDocument' was not declared in this scope
channel.cpp:153: error: expected `;' before 'doc'
channel.cpp:154: error: 'doc' was not declared in this scope
channel.cpp:161: error: 'clear' was not declared in this scope
channel.cpp:172: error: 'QDomNode' was not declared in this scope
channel.cpp:172: error: expected `;' before 'group'
channel.cpp:173: error: 'group' was not declared in this scope
channel.cpp:175: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:176: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:178: error: expected `;' before 'channelnode'
channel.cpp:179: error: 'channelnode' was not declared in this scope
channel.cpp:183: error: no matching function for call to
'MyListItem::MyListItem(QListViewItem*&, MyListItem*&)'
mylistitem.h:22: note: candidates are: MyListItem::MyListItem(QListView*, int*)
mylistitem.h:10: note:                 MyListItem::MyListItem(QListView*)
mylistitem.h:8: note:                 MyListItem::MyListItem(const MyListItem&)
channel.cpp:184: error: expected `;' before 'namenode'
channel.cpp:185: error: 'namenode' was not declared in this scope
channel.cpp:188: error: 'class MyListItem' has no member named 'setText'
channel.cpp:191: error: 'class MyListItem' has no member named 'setText'
channel.cpp:199: error: 'class MyListItem' has no member named 'text'
channel.cpp:207: error: 'class MyListItem' has no member named 'text'
channel.cpp:208: error: 'class MyListItem' has no member named 'text'
channel.cpp:224: error: 'firstChild' was not declared in this scope
channel.cpp:225: error: 'childCount' was not declared in this scope
channel.cpp:225: error: 'stateopen' was not declared in this scope
channel.cpp:229: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:230: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp: At global scope:
channel.cpp:237: error: prototype for 'void
Channel::onRightButtonClicked(QListViewItem*, const QPoint&, int)'
does not match any in class 'Channel'
channel.h:40: error: candidate is: void
Channel::onRightButtonClicked(int*, const QPoint&, int)
channel.cpp:265: error: prototype for 'void
Channel::onMouseMoved(QListViewItem*)' does not match any in class
'Channel'
channel.h:41: error: candidate is: void Channel::onMouseMoved(int*)
channel.cpp: In member function 'virtual void
Channel::mouseMoveEvent(QMouseEvent*)':
channel.cpp:274: error: invalid use of incomplete type 'struct QMouseEvent'
/usr/include/QtGui/qwidget.h:75: error: forward declaration of 'struct
QMouseEvent'
channel.cpp:277: error: invalid use of incomplete type 'struct QScrollBar'
/usr/include/QtGui/qabstractscrollarea.h:55: error: forward
declaration of 'struct QScrollBar'
channel.cpp:277: error: invalid use of incomplete type 'struct QScrollBar'
/usr/include/QtGui/qabstractscrollarea.h:55: error: forward
declaration of 'struct QScrollBar'
channel.cpp:279: error: invalid use of incomplete type 'struct QScrollBar'
/usr/include/QtGui/qabstractscrollarea.h:55: error: forward
declaration of 'struct QScrollBar'
channel.cpp:279: error: invalid use of incomplete type 'struct QScrollBar'
/usr/include/QtGui/qabstractscrollarea.h:55: error: forward
declaration of 'struct QScrollBar'
channel.cpp: In member function 'void Channel::toggleChannelSort()':
channel.cpp:289: error: invalid use of incomplete type 'struct QPopupMenu'
menubar.h:8: error: forward declaration of 'struct QPopupMenu'
channel.cpp:290: error: 'setSortColumn' was not declared in this scope
channel.cpp:292: error: 'setSortColumn' was not declared in this scope
channel.cpp: In member function 'void Channel::toggleNullChannel()':
channel.cpp:299: error: invalid use of incomplete type 'struct QPopupMenu'
menubar.h:8: error: forward declaration of 'struct QPopupMenu'
channel.cpp:301: error: 'firstChild' was not declared in this scope
channel.cpp:303: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:312: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:314: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:317: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:320: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:321: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:323: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:326: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:328: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:330: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp: In member function 'void Channel::switchChannelColor(int)':
channel.cpp:338: error: 'firstChild' was not declared in this scope
channel.cpp:340: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:342: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:343: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:349: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:351: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:353: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp: In member function 'void Channel::updateOpenState()':
channel.cpp:361: error: 'childCount' was not declared in this scope
channel.cpp:361: error: 'stateopen' was not declared in this scope
channel.cpp:363: error: 'firstChild' was not declared in this scope
channel.cpp:366: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:371: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:376: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:381: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp: In member function 'bool Channel::SopMatch(QString&,
QString&, QString&)':
channel.cpp:393: error: 'class QString' has no member named 'find'
channel.cpp:399: error: 'class QString' has no member named 'find'
channel.cpp:403: error: 'firstChild' was not declared in this scope
channel.cpp:405: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:407: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:408: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:409: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:412: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
channel.cpp:414: error: invalid use of incomplete type 'struct QListViewItem'
menubar.h:9: error: forward declaration of 'struct QListViewItem'
make: ** [channel.o] Erro 1




Mais detalhes sobre a lista de discussão Fedora-users-br