• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Potrzebuje Loadera pod Linux

DomosNew

cd /home/domos/
Joined
Apr 19, 2009
Messages
343
Reaction score
0
Location
Poland, Tarnów
A wiec krotko, jestem teraz na Ubuntu i potrzebuje jak najszybciej
Loadera,tak zeby byl pod clienta rowniez 8.50.
Jesli ktos umie wkompilowac, to niech mi zrobi i uploadnie,
za pomoc REP ++, z gory bede dziekowac :thumbup:
 
Tak, wykompilowalem tak jak pisze i jak daje make pod koniec to takie bledy

domos@ubuntu:~/Pulpit/ip-changer$ make
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -IpList -I/usr/include/qt3 -o main.o main.cpp
main.cpp:1:30: error: QtGui/QApplication: No such file or directory
In file included from main.cpp:2:
mainwindow.h:4:23: error: QMainWindow: No such file or directory
mainwindow.h:5:27: error: QSystemTrayIcon: No such file or directory
mainwindow.h:6:23: error: QPushButton: No such file or directory
mainwindow.h:7:23: error: QMessageBox: No such file or directory
mainwindow.h:8:23: error: QCloseEvent: No such file or directory
mainwindow.h:9:17: error: QMenu: No such file or directory
mainwindow.h:10:16: error: QDir: No such file or directory
In file included from main.cpp:2:
mainwindow.h:21: error: expected class-name before ‘{’ token
mainwindow.h:22: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
mainwindow.h:24: error: expected ‘;’ before ‘public’
mainwindow.h:34: error: ISO C++ forbids declaration of ‘QAction’ with no type
mainwindow.h:34: error: expected ‘;’ before ‘*’ token
mainwindow.h:35: error: ISO C++ forbids declaration of ‘QAction’ with no type
mainwindow.h:35: error: expected ‘;’ before ‘*’ token
mainwindow.h:36: error: ISO C++ forbids declaration of ‘QAction’ with no type
mainwindow.h:36: error: expected ‘;’ before ‘*’ token
mainwindow.h:40: error: ‘QString’ has not been declared
mainwindow.h:42: error: ISO C++ forbids declaration of ‘QDir’ with no type
mainwindow.h:42: error: expected ‘;’ before ‘*’ token
mainwindow.h:44: error: ISO C++ forbids declaration of ‘QSystemTrayIcon’ with no type
mainwindow.h:44: error: expected ‘;’ before ‘*’ token
mainwindow.h:47: error: ‘QCloseEvent’ has not been declared
mainwindow.h:49: error: expected `:' before ‘slots’
mainwindow.h:50: error: expected primary-expression before ‘void’
mainwindow.h:50: error: ISO C++ forbids declaration of ‘slots’ with no type
mainwindow.h:50: error: expected ‘;’ before ‘void’
mainwindow.h:52: error: ‘QSystemTrayIcon’ has not been declared
main.cpp: In function ‘int main(int, char**)’:
main.cpp:6: error: ‘QApplication’ was not declared in this scope
main.cpp:6: error: expected `;' before ‘a’
mainwindow.h:26: error: ‘MainWindow::~MainWindow()’ is private
main.cpp:7: error: within this context
main.cpp:8: error: ‘class MainWindow’ has no member named ‘show’
main.cpp:9: error: ‘a’ was not declared in this scope
main.cpp: At global scope:
main.cpp:4: warning: unused parameter ‘argc’
main.cpp:4: warning: unused parameter ‘argv’
make: *** [main.o] Błąd 1

Reputa dam ci zaraz vDk, jesli mi wykompilujesz, porzadnie i dasz uploada.
 
Nie ma qt4...
sudo aptitude search qt4

zainstaluj sobie program z bibliotekami a później wpisz
qtmake
make coś takie i powinno być dobrze
 
Back
Top