-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alle 10:53, martedì 15 agosto 2006, Andrei Slavoiu ha scritto:
>
> From my very basic knowledge of german I believe you
> are using gcc-4 and this package is not yet ready for
> this. Try with gcc-3, the current stable version.
> Also, it helps if you place LC_ALL=C before the
> command so that the error messages are in english.
> (Ex. `LC_ALL=C emerge jahshaka`)
Sorry I didn't notice it: I copy and paste the message in a minute
before to go to work!
I promise it: next time I'll be more carefully!
You're right: I'm using gcc-4.1. I changed to gcc-3.4.6 and... It didn't
work!
I tried to compile it without portage and I had these errors:
On main program:
[...]
make[2]: Entering directory
`/root/jahshaka/source/AuxiliaryLibraries/apollon'
g++ -c -pipe -g -fPIC -D_REENTRANT -Wall -W -DJAHPREFIX=\"/usr/local\"
-DJAHTHEMES -DJAHGIFT -DNVIDIA_GPU -DAUDIOSUPPORT -DJAHMPEGDECODER
-DJAHMPEGENCODER -DMLTSUPPORT -DJAHLINUX -DQT_GUI_LIB -DQT_CORE_LIB
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I../gift -I/usr/include -I.
-I. -o
apollonlistview.o apollonlistview.cpp
g++ -c -pipe -g -fPIC -D_REENTRANT -Wall -W -DJAHPREFIX=\"/usr/local\"
-DJAHTHEMES -DJAHGIFT -DNVIDIA_GPU -DAUDIOSUPPORT -DJAHMPEGDECODER
-DJAHMPEGENCODER -DMLTSUPPORT -DJAHLINUX -DQT_GUI_LIB -DQT_CORE_LIB
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I../gift -I/usr/include -I.
-I. -o
apollonsearchlistview.o apollonsearchlistview.cpp
apollonsearchlistview.cpp:22:24: qpopupmenu.h: No such file or directory
apollonsearchlistview.cpp:24:21: qheader.h: No such file or directory
In file included from apollonsearchlistview.cpp:27:
apollonsearchviewitem.h:27:19: qdict.h: No such file or directory
In file included from apollonsearchlistview.cpp:27:
apollonsearchviewitem.h:30: error: expected class-name before '{' token
apollonsearchviewitem.h:33: error: expected `)' before '*' token
apollonsearchviewitem.h:69: error: expected `,' or `...' before '&'
token
apollonsearchviewitem.h:69: error: ISO C++ forbids declaration of
`QColorGroup' with no type
apollonsearchviewitem.h:109: error: ISO C++ forbids declaration of
`QDict' with no type
apollonsearchviewitem.h:109: error: expected `;' before '<' token
apollonsearchviewitem.h:30: warning: `class ApollonSearchViewItem' has
virtual functions but non-virtual destructor
apollonsearchviewitem.h: In member function `ApollonSearchViewItem*
ApollonSearchViewItem::firstChild()':
apollonsearchviewitem.h:36: error: `QListViewItem' has not been declared
apollonsearchviewitem.h: In member function `ApollonSearchViewItem*
ApollonSearchViewItem::nextSibling()':
apollonsearchviewitem.h:37: error: `QListViewItem' has not been declared
apollonsearchviewitem.h: In member function `int
ApollonSearchViewItem::childCount()':
apollonsearchviewitem.h:60: error: `m_children' was not declared in this
scope
apollonsearchviewitem.h:60: warning: unused variable 'm_children'
apollonsearchlistview.cpp: In constructor
`ApollonSearchListView::ApollonSearchListView(QWidget*)':
apollonsearchlistview.cpp:34: error: no matching function for call to
`QToolTip::QToolTip(QWidget*)'
/usr/include/qt4/QtGui/qtooltip.h:36: note: candidates are:
QToolTip::QToolTip(const QToolTip&)
/usr/include/qt4/QtGui/qtooltip.h:37: note:
QToolTip::QToolTip()
apollonsearchlistview.cpp:36: error: `addColumn' was not declared in
this scope
apollonsearchlistview.cpp:37: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:37: error: `setColumnWidthMode' was not
declared in this scope
apollonsearchlistview.cpp:41: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:45: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:47: error: `setColumnAlignment' was not
declared in this scope
apollonsearchlistview.cpp:52: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:59: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:66: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:73: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:80: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:87: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:94: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:101: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:108: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:115: error: `Manual' is not a member of
`QListView'
apollonsearchlistview.cpp:121: error: `setSorting' was not declared in
this scope
apollonsearchlistview.cpp:123: error: `Extended' is not a member of
`QListView'
apollonsearchlistview.cpp:124: error: `setShowSortIndicator' was not
declared in this scope
apollonsearchlistview.cpp:125: error: `setAllColumnsShowFocus' was not
declared in this scope
apollonsearchlistview.cpp:126: error: `setRootIsDecorated' was not
declared in this scope
apollonsearchlistview.cpp:121: warning: unused variable 'setSorting'
apollonsearchlistview.cpp:124: warning: unused
variable 'setShowSortIndicator'
apollonsearchlistview.cpp:125: warning: unused
variable 'setAllColumnsShowFocus'
apollonsearchlistview.cpp:126: warning: unused
variable 'setRootIsDecorated'
apollonsearchlistview.cpp: In member function `virtual void
ApollonSearchListView::maybeTip(const QPoint&)':
apollonsearchlistview.cpp:154: error: `itemAt' was not declared in this
scope
apollonsearchlistview.cpp:160: error: `itemRect' was not declared in
this scope
apollonsearchlistview.cpp:154: warning: unused variable 'itemAt'
apollonsearchlistview.cpp:160: warning: unused variable 'itemRect'
apollonsearchlistview.cpp: In member function `void
ApollonSearchListView::slotShowTip()':
apollonsearchlistview.cpp:194: error: `tip' was not declared in this
scope
apollonsearchlistview.cpp:194: warning: unused variable 'tip'
apollonsearchlistview.cpp: In member function `virtual void
ApollonSearchListView::setColumnWidth(int, int)':
apollonsearchlistview.cpp:210: error: `setColumnWidth' is not a member
of `QListView'
apollonsearchlistview.cpp: In member function `void
ApollonSearchListView::toggleColumnVisible(int)':
apollonsearchlistview.cpp:220: error: `columnWidth' was not declared in
this scope
apollonsearchlistview.cpp:220: warning: unused variable 'columnWidth'
apollonsearchlistview.cpp: In member function `virtual bool
ApollonSearchListView::eventFilter(QObject*, QEvent*)':
apollonsearchlistview.cpp:233: error: `header' was not declared in this
scope
apollonsearchlistview.cpp:244: error: `RightButton' was not declared in
this scope
apollonsearchlistview.cpp:244: warning: unused variable 'RightButton'
apollonsearchlistview.cpp:233: warning: unused variable 'header'
make[2]: *** [apollonsearchlistview.o] Error 1
make[2]: Leaving directory
`/root/jahshaka/source/AuxiliaryLibraries/apollon'
make[1]: *** [sub-apollon-make_default] Error 2
make[1]: Leaving directory `/root/jahshaka/source/AuxiliaryLibraries'
make: *** [sub-source-AuxiliaryLibraries-make_default] Error 2
On plugins:
[...]
make[2]: Entering directory
`/root/jahshaka/plugins/rfxplugins/rfxnvswirl'
g++ -c -pipe -g -D_REENTRANT -Wall -W -fPIC -DJAHPREFIX=\"/usr/local\"
-DJAHTHEMES -DJAHGIFT -DNVIDIA_GPU -DAUDIOSUPPORT -DJAHMPEGDECODER
-DJAHMPEGENCODER -DMLTSUPPORT -DJAHLINUX -DGLEW_STATIC -DQT_PLUGIN -DQT_GUI_LIB
-DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I..
-I../../../source/Jahshaka/JahLibraries/jahplugins
-I../../../source/AuxiliaryLibraries/glew
-I../../../source/OpenLibraries/opengpulib -I/usr/include -I. -I. -o
rfxnvswirl.o rfxnvswirl.cpp
rfxnvswirl.cpp: In member function `virtual void
MyPlugin::processImage()':
rfxnvswirl.cpp:84: error: `debug' was not declared in this scope
rfxnvswirl.cpp:84: warning: unused variable 'debug'
rfxnvswirl.cpp: In member function `void MyPlugin::processGpuFx()':
rfxnvswirl.cpp:121: error: cannot convert `const QString' to `const
char*' for argument `1' to `unsigned char* loadshaderfile(const char*)'
rfxnvswirl.cpp:162: error: cannot convert `const QString' to `const
char*' for argument `1' to `unsigned char* loadshaderfile(const char*)'
make[2]: *** [rfxnvswirl.o] Error 1
make[2]: Leaving directory
`/root/jahshaka/plugins/rfxplugins/rfxnvswirl'
make[1]: *** [sub-rfxnvswirl-make_default] Error 2
make[1]: Leaving directory `/root/jahshaka/plugins/rfxplugins'
make: *** [sub-rfxplugins-make_default] Error 2
It seems as wrong qt libreries...
I have installed:
x11-libs/qt-4.1.4 USE="cups gif jpeg mng mysql opengl png xinerama
zlib -accessibility -debug -doc -examples -nas -nis -odbc -postgres -sqlite"
x11-libs/qt-3.3.6-r1 USE="cups gif ipv6 mysql opengl
xinerama -debug -doc -examples -immqt -immqt-bc -nas -nis -odbc -postgres
-sqlite"
I have no idea...
- --
Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE4f4MHmkkjmM/hrcRAur6AJ9a3JZxJkPHjk6/mUgqJZVaKFGrngCeLvCV
xpyNHED59BBjOLrE1Gi6cPk=
=x7wX
-----END PGP SIGNATURE-----
--
[email protected] mailing list