Gentoo Archives: gentoo-amd64

From: Luigi Pinna <mailing-gentoo@××××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Jahshaka
Date: Tue, 15 Aug 2006 17:04:07
Message-Id: 200608151902.04173.mailing-gentoo@sailorferris.com
In Reply to: Re: [gentoo-amd64] Jahshaka by Andrei Slavoiu
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Alle 10:53, martedì 15 agosto 2006, Andrei Slavoiu ha scritto:
5 >
6 > From my very basic knowledge of german I believe you
7 > are using gcc-4 and this package is not yet ready for
8 > this. Try with gcc-3, the current stable version.
9 > Also, it helps if you place LC_ALL=C before the
10 > command so that the error messages are in english.
11 > (Ex. `LC_ALL=C emerge jahshaka`)
12
13 Sorry I didn't notice it: I copy and paste the message in a minute
14 before to go to work!
15 I promise it: next time I'll be more carefully!
16 You're right: I'm using gcc-4.1. I changed to gcc-3.4.6 and... It didn't
17 work!
18 I tried to compile it without portage and I had these errors:
19 On main program:
20
21 [...]
22 make[2]: Entering directory
23 `/root/jahshaka/source/AuxiliaryLibraries/apollon'
24 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
25 apollonlistview.o apollonlistview.cpp
26 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
27 apollonsearchlistview.o apollonsearchlistview.cpp
28 apollonsearchlistview.cpp:22:24: qpopupmenu.h: No such file or directory
29 apollonsearchlistview.cpp:24:21: qheader.h: No such file or directory
30 In file included from apollonsearchlistview.cpp:27:
31 apollonsearchviewitem.h:27:19: qdict.h: No such file or directory
32 In file included from apollonsearchlistview.cpp:27:
33 apollonsearchviewitem.h:30: error: expected class-name before '{' token
34 apollonsearchviewitem.h:33: error: expected `)' before '*' token
35 apollonsearchviewitem.h:69: error: expected `,' or `...' before '&'
36 token
37 apollonsearchviewitem.h:69: error: ISO C++ forbids declaration of
38 `QColorGroup' with no type
39 apollonsearchviewitem.h:109: error: ISO C++ forbids declaration of
40 `QDict' with no type
41 apollonsearchviewitem.h:109: error: expected `;' before '<' token
42 apollonsearchviewitem.h:30: warning: `class ApollonSearchViewItem' has
43 virtual functions but non-virtual destructor
44 apollonsearchviewitem.h: In member function `ApollonSearchViewItem*
45 ApollonSearchViewItem::firstChild()':
46 apollonsearchviewitem.h:36: error: `QListViewItem' has not been declared
47 apollonsearchviewitem.h: In member function `ApollonSearchViewItem*
48 ApollonSearchViewItem::nextSibling()':
49 apollonsearchviewitem.h:37: error: `QListViewItem' has not been declared
50 apollonsearchviewitem.h: In member function `int
51 ApollonSearchViewItem::childCount()':
52 apollonsearchviewitem.h:60: error: `m_children' was not declared in this
53 scope
54 apollonsearchviewitem.h:60: warning: unused variable 'm_children'
55 apollonsearchlistview.cpp: In constructor
56 `ApollonSearchListView::ApollonSearchListView(QWidget*)':
57 apollonsearchlistview.cpp:34: error: no matching function for call to
58 `QToolTip::QToolTip(QWidget*)'
59 /usr/include/qt4/QtGui/qtooltip.h:36: note: candidates are:
60 QToolTip::QToolTip(const QToolTip&)
61 /usr/include/qt4/QtGui/qtooltip.h:37: note:
62 QToolTip::QToolTip()
63 apollonsearchlistview.cpp:36: error: `addColumn' was not declared in
64 this scope
65 apollonsearchlistview.cpp:37: error: `Manual' is not a member of
66 `QListView'
67 apollonsearchlistview.cpp:37: error: `setColumnWidthMode' was not
68 declared in this scope
69 apollonsearchlistview.cpp:41: error: `Manual' is not a member of
70 `QListView'
71 apollonsearchlistview.cpp:45: error: `Manual' is not a member of
72 `QListView'
73 apollonsearchlistview.cpp:47: error: `setColumnAlignment' was not
74 declared in this scope
75 apollonsearchlistview.cpp:52: error: `Manual' is not a member of
76 `QListView'
77 apollonsearchlistview.cpp:59: error: `Manual' is not a member of
78 `QListView'
79 apollonsearchlistview.cpp:66: error: `Manual' is not a member of
80 `QListView'
81 apollonsearchlistview.cpp:73: error: `Manual' is not a member of
82 `QListView'
83 apollonsearchlistview.cpp:80: error: `Manual' is not a member of
84 `QListView'
85 apollonsearchlistview.cpp:87: error: `Manual' is not a member of
86 `QListView'
87 apollonsearchlistview.cpp:94: error: `Manual' is not a member of
88 `QListView'
89 apollonsearchlistview.cpp:101: error: `Manual' is not a member of
90 `QListView'
91 apollonsearchlistview.cpp:108: error: `Manual' is not a member of
92 `QListView'
93 apollonsearchlistview.cpp:115: error: `Manual' is not a member of
94 `QListView'
95 apollonsearchlistview.cpp:121: error: `setSorting' was not declared in
96 this scope
97 apollonsearchlistview.cpp:123: error: `Extended' is not a member of
98 `QListView'
99 apollonsearchlistview.cpp:124: error: `setShowSortIndicator' was not
100 declared in this scope
101 apollonsearchlistview.cpp:125: error: `setAllColumnsShowFocus' was not
102 declared in this scope
103 apollonsearchlistview.cpp:126: error: `setRootIsDecorated' was not
104 declared in this scope
105 apollonsearchlistview.cpp:121: warning: unused variable 'setSorting'
106 apollonsearchlistview.cpp:124: warning: unused
107 variable 'setShowSortIndicator'
108 apollonsearchlistview.cpp:125: warning: unused
109 variable 'setAllColumnsShowFocus'
110 apollonsearchlistview.cpp:126: warning: unused
111 variable 'setRootIsDecorated'
112 apollonsearchlistview.cpp: In member function `virtual void
113 ApollonSearchListView::maybeTip(const QPoint&)':
114 apollonsearchlistview.cpp:154: error: `itemAt' was not declared in this
115 scope
116 apollonsearchlistview.cpp:160: error: `itemRect' was not declared in
117 this scope
118 apollonsearchlistview.cpp:154: warning: unused variable 'itemAt'
119 apollonsearchlistview.cpp:160: warning: unused variable 'itemRect'
120 apollonsearchlistview.cpp: In member function `void
121 ApollonSearchListView::slotShowTip()':
122 apollonsearchlistview.cpp:194: error: `tip' was not declared in this
123 scope
124 apollonsearchlistview.cpp:194: warning: unused variable 'tip'
125 apollonsearchlistview.cpp: In member function `virtual void
126 ApollonSearchListView::setColumnWidth(int, int)':
127 apollonsearchlistview.cpp:210: error: `setColumnWidth' is not a member
128 of `QListView'
129 apollonsearchlistview.cpp: In member function `void
130 ApollonSearchListView::toggleColumnVisible(int)':
131 apollonsearchlistview.cpp:220: error: `columnWidth' was not declared in
132 this scope
133 apollonsearchlistview.cpp:220: warning: unused variable 'columnWidth'
134 apollonsearchlistview.cpp: In member function `virtual bool
135 ApollonSearchListView::eventFilter(QObject*, QEvent*)':
136 apollonsearchlistview.cpp:233: error: `header' was not declared in this
137 scope
138 apollonsearchlistview.cpp:244: error: `RightButton' was not declared in
139 this scope
140 apollonsearchlistview.cpp:244: warning: unused variable 'RightButton'
141 apollonsearchlistview.cpp:233: warning: unused variable 'header'
142 make[2]: *** [apollonsearchlistview.o] Error 1
143 make[2]: Leaving directory
144 `/root/jahshaka/source/AuxiliaryLibraries/apollon'
145 make[1]: *** [sub-apollon-make_default] Error 2
146 make[1]: Leaving directory `/root/jahshaka/source/AuxiliaryLibraries'
147 make: *** [sub-source-AuxiliaryLibraries-make_default] Error 2
148
149 On plugins:
150
151 [...]
152 make[2]: Entering directory
153 `/root/jahshaka/plugins/rfxplugins/rfxnvswirl'
154 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
155 rfxnvswirl.o rfxnvswirl.cpp
156 rfxnvswirl.cpp: In member function `virtual void
157 MyPlugin::processImage()':
158 rfxnvswirl.cpp:84: error: `debug' was not declared in this scope
159 rfxnvswirl.cpp:84: warning: unused variable 'debug'
160 rfxnvswirl.cpp: In member function `void MyPlugin::processGpuFx()':
161 rfxnvswirl.cpp:121: error: cannot convert `const QString' to `const
162 char*' for argument `1' to `unsigned char* loadshaderfile(const char*)'
163 rfxnvswirl.cpp:162: error: cannot convert `const QString' to `const
164 char*' for argument `1' to `unsigned char* loadshaderfile(const char*)'
165 make[2]: *** [rfxnvswirl.o] Error 1
166 make[2]: Leaving directory
167 `/root/jahshaka/plugins/rfxplugins/rfxnvswirl'
168 make[1]: *** [sub-rfxnvswirl-make_default] Error 2
169 make[1]: Leaving directory `/root/jahshaka/plugins/rfxplugins'
170 make: *** [sub-rfxplugins-make_default] Error 2
171
172
173
174 It seems as wrong qt libreries...
175 I have installed:
176 x11-libs/qt-4.1.4 USE="cups gif jpeg mng mysql opengl png xinerama
177 zlib -accessibility -debug -doc -examples -nas -nis -odbc -postgres -sqlite"
178 x11-libs/qt-3.3.6-r1 USE="cups gif ipv6 mysql opengl
179 xinerama -debug -doc -examples -immqt -immqt-bc -nas -nis -odbc -postgres -sqlite"
180
181 I have no idea...
182 - --
183 Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
184 -----BEGIN PGP SIGNATURE-----
185 Version: GnuPG v1.4.5 (GNU/Linux)
186
187 iD8DBQFE4f4MHmkkjmM/hrcRAur6AJ9a3JZxJkPHjk6/mUgqJZVaKFGrngCeLvCV
188 xpyNHED59BBjOLrE1Gi6cPk=
189 =x7wX
190 -----END PGP SIGNATURE-----
191 --
192 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Jahshaka Andrei Slavoiu <ansla80@×××××.com>