05-05-2010, 06:03 PM | #11 |
Count
Join Date: Oct 2006
Posts: 1,260
|
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -o main.o main.cpp
In file included from ListWidget.h:13, from MainWindow.h:13, from main.cpp:3: Statistics.h:15:27: error: KDE/KPlotWidget: No existe el fichero ó directorio Statistics.h:16:27: error: KDE/KPlotObject: No existe el fichero ó directorio Statistics.h:17:25: error: KDE/KPlotAxis: No existe el fichero ó directorio In file included from ListWidget.h:13, from MainWindow.h:13, from main.cpp:3: Statistics.h:81: error: ISO C++ forbids declaration of ‘KPlotWidget’ with no type Statistics.h:81: error: expected ‘;’ before ‘*’ token Statistics.h: In constructor ‘Statistics::Statistics(QStringList)’: Statistics.h:56: error: ‘graph’ was not declared in this scope Statistics.h:56: error: expected type-specifier before ‘KPlotWidget’ Statistics.h:56: error: expected ‘;’ before ‘KPlotWidget’ Statistics.h:58: error: ‘KPlotWidget’ has not been declared Statistics.h:59: error: ‘KPlotWidget’ has not been declared Statistics.h: In member function ‘void Statistics:opulateGraph(QString)’: Statistics.h:87: error: ‘KPlotObject’ was not declared in this scope Statistics.h:87: error: ‘curve’ was not declared in this scope Statistics.h:87: error: expected type-specifier before ‘KPlotObject’ Statistics.h:87: error: expected ‘;’ before ‘KPlotObject’ Statistics.h:111: error: ‘graph’ was not declared in this scope make: *** [main.o] Error 1 Couldnt install, what packges I do really need ?? Im using Ubuntu 10.04 Thanks |
05-05-2010, 06:07 PM | #12 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Try installing kdelibs5-dev
Good luck!
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
05-05-2010, 06:16 PM | #13 |
Count
Join Date: Oct 2006
Posts: 1,260
|
Cool, the only thing you make faster is killing me.
Thanks |
09-10-2010, 11:21 PM | #14 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
A new version of the application is available for download!
See the first post for information and download links. Changes:
Building Qt on Windows with MYSQL support is not that easy, and especially very time consuming. I hope you enjoy this updated version of RP Manager! Feel free to report bugs with this new version in this thread. EDIT: For a free software developer like me, the profit of creating applications is of course because I enjoy it, but also because I like creating software that other people can appreciate and find useful. So, if you try this application and like it, please just drop a line here in this thread! That's the best reward I can get for the work I put into creating applications
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg Last edited by Znurre; 09-10-2010 at 11:43 PM. |
09-11-2010, 02:36 PM | #15 |
Apprentice
Join Date: Nov 2009
Posts: 86
|
make gives the following output:
Code:
... /usr/include/KDE/../kplotwidget.h: At global scope: /usr/include/KDE/../kplotwidget.h:80: error: expected class-name before ‘{’ token /usr/include/KDE/../kplotwidget.h:81: error: ‘Q_OBJECT’ does not name a type /usr/include/KDE/../kplotwidget.h:117: error: ‘QSize’ does not name a type /usr/include/KDE/../kplotwidget.h:122: error: ‘QSize’ does not name a type /usr/include/KDE/../kplotwidget.h:168: error: ‘QRectF’ does not name a type /usr/include/KDE/../kplotwidget.h:176: error: ‘QRectF’ does not name a type /usr/include/KDE/../kplotwidget.h:182: error: ‘QRect’ does not name a type /usr/include/KDE/../kplotwidget.h:196: error: expected ‘,’ or ‘...’ before ‘<’ token /usr/include/KDE/../kplotwidget.h:201: error: expected ‘;’ before ‘<’ token /usr/include/KDE/../kplotwidget.h:231: error: ‘QColor’ does not name a type /usr/include/KDE/../kplotwidget.h:239: error: ‘QColor’ does not name a type /usr/include/KDE/../kplotwidget.h:246: error: ‘QColor’ does not name a type /usr/include/KDE/../kplotwidget.h:252: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotwidget.h:258: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotwidget.h:264: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotwidget.h:360: error: ‘QPointF’ does not name a type /usr/include/KDE/../kplotwidget.h:373: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotwidget.h:386: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotwidget.h:400: error: ‘QPainter’ has not been declared /usr/include/KDE/../kplotwidget.h:415: error: expected `:' before ‘Q_SLOTS’ /usr/include/KDE/../kplotwidget.h:421: error: expected primary-expression before ‘void’ /usr/include/KDE/../kplotwidget.h:421: error: expected ‘;’ before ‘void’ /usr/include/KDE/../kplotwidget.h:434: error: ‘QEvent’ has not been declared /usr/include/KDE/../kplotwidget.h:439: error: ‘QPaintEvent’ has not been declared /usr/include/KDE/../kplotwidget.h:444: error: ‘QResizeEvent’ has not been declared /usr/include/KDE/../kplotwidget.h:452: error: ‘QPainter’ has not been declared /usr/include/KDE/../kplotwidget.h:465: error: expected ‘;’ before ‘<’ token /usr/include/KDE/../kplotwidget.h:472: error: expected ‘;’ before ‘}’ token /usr/include/KDE/../kplotwidget.h:472: error: expected `;' before ‘}’ token In file included from /usr/include/KDE/KPlotObject:1, from Statistics.h:16, from ListWidget.h:13, from MainWindow.h:13, from main.cpp:3: /usr/include/KDE/../kplotobject.h:71: error: ‘PlotTypes’ has not been declared /usr/include/KDE/../kplotobject.h:76: error: expected ‘;’ before ‘enum’ /usr/include/KDE/../kplotobject.h:99: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotobject.h:109: error: ‘PlotTypes’ does not name a type /usr/include/KDE/../kplotobject.h:143: error: ‘PointStyle’ does not name a type /usr/include/KDE/../kplotobject.h:149: error: ‘PointStyle’ has not been declared /usr/include/KDE/../kplotobject.h:222: error: expected ‘;’ before ‘<’ token /usr/include/KDE/../kplotobject.h:232: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotobject.h:251: error: expected ‘,’ or ‘...’ before ‘&’ token /usr/include/KDE/../kplotobject.h:277: error: expected ‘;’ before ‘}’ token /usr/include/KDE/../kplotobject.h:277: error: expected `;' before ‘}’ token /usr/include/KDE/../kplotobject.h:278: error: expected constructor, destructor, or type conversion before ‘(’ token In file included from ListWidget.h:13, from MainWindow.h:13, from main.cpp:3: Statistics.h:22: error: expected class-name before ‘{’ token Statistics.h:24: error: expected `)' before ‘player’ Statistics.h:88: error: ‘QString’ has not been declared Statistics.h: In member function ‘void Statistics::populateGraph(int)’: Statistics.h:90: error: ‘QSettings’ was not declared in this scope Statistics.h:90: error: ‘settings’ was not declared in this scope Statistics.h:90: error: expected type-specifier before ‘QSettings’ Statistics.h:90: error: expected `;' before ‘QSettings’ Statistics.h:92: error: ‘Qt’ has not been declared Statistics.h:95: error: ‘class NetworkHandler’ has no member named ‘query’ Statistics.h:95: error: ‘QString’ was not declared in this scope Statistics.h:96: error: ‘class NetworkHandler’ has no member named ‘query’ Statistics.h:97: error: ‘class NetworkHandler’ has no member named ‘query’ Statistics.h:97: error: ‘QRegExp’ was not declared in this scope Statistics.h:99: error: ‘class KPlotObject’ has no member named ‘points’ /usr/include/KDE/../kplotwidget.h:190: error: ‘void KPlotWidget::addPlotObject(KPlotObject*)’ is private Statistics.h:100: error: within this context Statistics.h:101: error: ‘class KPlotWidget’ has no member named ‘update’ In file included from MainWindow.h:13, from main.cpp:3: ListWidget.h: At global scope: ListWidget.h:16: error: expected class-name before ‘{’ token ListWidget.h:17: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type ListWidget.h:19: error: expected ‘;’ before ‘public’ ListWidget.h:29: error: expected `;' before ‘private’ ListWidget.h:30: error: ISO C++ forbids declaration of ‘QMenu’ with no type ListWidget.h:30: error: expected ‘;’ before ‘*’ token ListWidget.h:31: error: ‘Qt’ has not been declared ListWidget.h:31: error: ISO C++ forbids declaration of ‘MouseButton’ with no type ListWidget.h:31: error: expected ‘;’ before ‘button’ ListWidget.h:34: error: ‘QContextMenuEvent’ has not been declared ListWidget.h:42: error: expected `:' before ‘slots’ ListWidget.h:43: error: expected primary-expression before ‘void’ ListWidget.h:43: error: ISO C++ forbids declaration of ‘slots’ with no type ListWidget.h:43: error: expected ‘;’ before ‘void’ main.cpp:15: error: expected `;' at end of input main.cpp:15: error: expected `}' at end of input ListWidget.h: In member function ‘void ListWidget::contextMenuEvent(int*)’: ListWidget.h:36: error: ‘popup’ was not declared in this scope ListWidget.h:36: error: request for member ‘globalPos’ in ‘* event’, which is of non-class type ‘int’ ListWidget.h:39: error: ‘selectedIndexes’ was not declared in this scope ListWidget.h: At global scope: ListWidget.h:40: error: expected unqualified-id at end of input make: *** [main.o] Error 1 |
09-11-2010, 10:13 PM | #16 |
Baron
Join Date: Aug 2007
Location: Gallifrey
Posts: 718
|
just tried to compile it on windows... got a bunch of errors. I may need to download qt4 .
pleeeease I wanna windows version! Greetings!
__________________
Runi
|
09-11-2010, 10:58 PM | #17 | |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Quote:
I will post an update here as soon as it's ready.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
|
09-12-2010, 09:33 AM | #18 |
Initiate
Join Date: Oct 2008
Posts: 111
|
qt, yuck D
i think it would be interesting to see also, how clans compare. also NGD could open data for more players, especially for RA. :P |
09-14-2010, 06:32 AM | #19 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
A windows version is available: http://94.254.68.117/~znurre/RPManag.../RPManager.zip
You'll have to live without the graph functionality for now. Also updated RP Manager to version 2.0.2 which adds a few small bug fixes and a new emblem on the left for new entries on the RP list. FYI this is the trouble I am facing with the Windows version:
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg Last edited by Znurre; 07-14-2011 at 02:41 AM. |
09-14-2010, 07:37 AM | #20 |
Baron
Join Date: May 2008
Location: Portugal
Posts: 940
|
Windows Vista here, it works \o/ though it randomly crashes when fetching the ranks.
__________________
Daar |
Tags |
community application, rp manager, znurre |
|
|