qGo is a Go Client (IGS, WING, LGS, WBaduk/CyberORO, Tygem, Tom, and eWeiqi) based on Qt 5. No active development is happening nor should any be expected.
GNU General Public License v2.0
82
stars
34
forks
source link
make is giving out errors and make install too #39
little help with the installation, thanks. Please let me know if i'm sayin too much or too few
hi just like this:
make output: make all-recursive make[1]: Entering directory
/home/polo/qgo-1.5.4' Making all in src make[2]: Entering directory
/home/polo/qgo-1.5.4/src' Making all in pics make[3]: Entering directory/home/polo/qgo-1.5.4/src/pics' make[3]: Nothing to be done for
all'. make[3]: Leaving directory/home/polo/qgo-1.5.4/src/pics' Making all in translations make[3]: Entering directory
/home/polo/qgo-1.5.4/src/translations' make[3]: Nothing to be done forall'. make[3]: Leaving directory
/home/polo/qgo-1.5.4/src/translations' Making all in sounds make[3]: Entering directory/home/polo/qgo-1.5.4/src/sounds' make[3]: Nothing to be done for
all'. make[3]: Leaving directory/home/polo/qgo-1.5.4/src/sounds' make[3]: Entering directory
/home/polo/qgo-1.5.4/src' source='gamedialog.cpp' object='gamedialog.o' libtool=no \ depfile='.deps/gamedialog.Po' tmpdepfile='.deps/gamedialog.TPo' \ depmode=gcc3 /bin/sh ../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I. -DQT_THREAD_SUPPORT -DDATADIR='""' -D_REENTRANT -fno-exceptions -fno-check-new -c -o gamedialog.otest -f 'gamedialog.cpp' || echo './'
gamedialog.cpp gamedialog.cpp: In member function ‘void GameDialog::slot_dispute(const QString&, const QString&)’: gamedialog.cpp:515:65: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] handicapSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:515:65: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:524:66: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] boardSizeSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:524:66: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:533:61: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] timeSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:533:61: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:542:64: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] byoTimeSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:542:64: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:553:71: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_nigiri_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:553:71: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:554:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_white_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:554:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:555:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_black_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:555:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:561:71: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_nigiri_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:561:71: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:562:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_white_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:562:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:563:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_black_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:563:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:569:71: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_nigiri_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:569:71: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:570:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_white_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:570:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:571:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_black_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:571:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] make[3]: * [gamedialog.o] Error 1 make[3]: Leaving directory/home/polo/qgo-1.5.4/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/polo/qgo-1.5.4/src' make[1]: *\ [all-recursive] Error 1 make[1]: Leaving directory `/home/polo/qgo-1.5.4' make: * [all] Error 2sudo make install output:
Making install in src make[1]: Entering directory
/home/polo/qgo-1.5.4/src' Making install in pics make[2]: Entering directory
/home/polo/qgo-1.5.4/src/pics' make[3]: Entering directory/home/polo/qgo-1.5.4/src/pics' make[3]: Nothing to be done for
install-exec-am'. /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/pics /usr/bin/install -c -p -m 644 Bowl.png /usr/local/share/qGo/pics/Bowl.png /usr/bin/install -c -p -m 644 barcelona_cherry.jpg /usr/local/share/qGo/pics/barcelona_cherry.jpg /usr/bin/install -c -p -m 644 birch.jpg /usr/local/share/qGo/pics/birch.jpg /usr/bin/install -c -p -m 644 eurobeech.jpg /usr/local/share/qGo/pics/eurobeech.jpg /usr/bin/install -c -p -m 644 goldenbeech.jpg /usr/local/share/qGo/pics/goldenbeech.jpg /usr/bin/install -c -p -m 644 kaya.png /usr/local/share/qGo/pics/kaya.png /usr/bin/install -c -p -m 644 lemontree.jpg /usr/local/share/qGo/pics/lemontree.jpg /usr/bin/install -c -p -m 644 manitoba.jpg /usr/local/share/qGo/pics/manitoba.jpg /usr/bin/install -c -p -m 644 maple.jpg /usr/local/share/qGo/pics/maple.jpg /usr/bin/install -c -p -m 644 plain.png /usr/local/share/qGo/pics/plain.png /usr/bin/install -c -p -m 644 synthetic_1.png /usr/local/share/qGo/pics/synthetic_1.png /usr/bin/install -c -p -m 644 synthetic_2.png /usr/local/share/qGo/pics/synthetic_2.png make[3]: Leaving directory/home/polo/qgo-1.5.4/src/pics' make[2]: Leaving directory
/home/polo/qgo-1.5.4/src/pics' Making install in translations make[2]: Entering directory/home/polo/qgo-1.5.4/src/translations' make[3]: Entering directory
/home/polo/qgo-1.5.4/src/translations' make[3]: Nothing to be done forinstall-exec-am'. /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/translations /usr/bin/install -c -p -m 644 qgo_cz.qm /usr/local/share/qGo/translations/qgo_cz.qm /usr/bin/install -c -p -m 644 qgo_de.qm /usr/local/share/qGo/translations/qgo_de.qm /usr/bin/install -c -p -m 644 qgo_dk.qm /usr/local/share/qGo/translations/qgo_dk.qm /usr/bin/install -c -p -m 644 qgo_fr.qm /usr/local/share/qGo/translations/qgo_fr.qm /usr/bin/install -c -p -m 644 qgo_it.qm /usr/local/share/qGo/translations/qgo_it.qm /usr/bin/install -c -p -m 644 qgo_la.qm /usr/local/share/qGo/translations/qgo_la.qm /usr/bin/install -c -p -m 644 qgo_nl.qm /usr/local/share/qGo/translations/qgo_nl.qm /usr/bin/install -c -p -m 644 qgo_pl.qm /usr/local/share/qGo/translations/qgo_pl.qm /usr/bin/install -c -p -m 644 qgo_pt.qm /usr/local/share/qGo/translations/qgo_pt.qm /usr/bin/install -c -p -m 644 qgo_ru.qm /usr/local/share/qGo/translations/qgo_ru.qm /usr/bin/install -c -p -m 644 qgo_tr.qm /usr/local/share/qGo/translations/qgo_tr.qm /usr/bin/install -c -p -m 644 qgo_zh.qm /usr/local/share/qGo/translations/qgo_zh.qm /usr/bin/install -c -p -m 644 qgo_zh_cn.qm /usr/local/share/qGo/translations/qgo_zh_cn.qm /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/translations/ /usr/bin/install -c -p -m 644 ./qgo_de.qm /usr/local/share/qGo/translations/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/translations/ /usr/bin/install -c -p -m 644 ./qgo_fr.qm /usr/local/share/qGo/translations/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/translations/ /usr/bin/install -c -p -m 644 ./qgo_it.qm /usr/local/share/qGo/translations/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/translations/ /usr/bin/install -c -p -m 644 ./qgo_nl.qm /usr/local/share/qGo/translations/ make[3]: Leaving directory
/home/polo/qgo-1.5.4/src/translations' make[2]: Leaving directory/home/polo/qgo-1.5.4/src/translations' Making install in sounds make[2]: Entering directory
/home/polo/qgo-1.5.4/src/sounds' make[3]: Entering directory/home/polo/qgo-1.5.4/src/sounds' make[3]: Nothing to be done for
install-exec-am'. /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds /usr/bin/install -c -p -m 644 click.wav /usr/local/share/qGo/sounds/click.wav /usr/bin/install -c -p -m 644 connect.wav /usr/local/share/qGo/sounds/connect.wav /usr/bin/install -c -p -m 644 enter.wav /usr/local/share/qGo/sounds/enter.wav /usr/bin/install -c -p -m 644 gameend.wav /usr/local/share/qGo/sounds/gameend.wav /usr/bin/install -c -p -m 644 leave.wav /usr/local/share/qGo/sounds/leave.wav /usr/bin/install -c -p -m 644 match.wav /usr/local/share/qGo/sounds/match.wav /usr/bin/install -c -p -m 644 pass.wav /usr/local/share/qGo/sounds/pass.wav /usr/bin/install -c -p -m 644 say.wav /usr/local/share/qGo/sounds/say.wav /usr/bin/install -c -p -m 644 stone.wav /usr/local/share/qGo/sounds/stone.wav /usr/bin/install -c -p -m 644 talk.wav /usr/local/share/qGo/sounds/talk.wav /usr/bin/install -c -p -m 644 tictoc.wav /usr/local/share/qGo/sounds/tictoc.wav /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./click.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./connect.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./enter.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./gameend.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./leave.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./match.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./pass.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./say.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./stone.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./talk.wav /usr/local/share/qGo/sounds/ /bin/sh ../../admin/mkinstalldirs /usr/local/share/qGo/sounds/ /usr/bin/install -c -p -m 644 ./tictoc.wav /usr/local/share/qGo/sounds/ make[3]: Leaving directory/home/polo/qgo-1.5.4/src/sounds' make[2]: Leaving directory
/home/polo/qgo-1.5.4/src/sounds' make[2]: Entering directory/home/polo/qgo-1.5.4/src' source='gamedialog.cpp' object='gamedialog.o' libtool=no \ depfile='.deps/gamedialog.Po' tmpdepfile='.deps/gamedialog.TPo' \ depmode=gcc3 /bin/sh ../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-3.3/include -I. -DQT_THREAD_SUPPORT -DDATADIR='""' -D_REENTRANT -fno-exceptions -fno-check-new -c -o gamedialog.o
test -f 'gamedialog.cpp' || echo './'gamedialog.cpp gamedialog.cpp: In member function ‘void GameDialog::slot_dispute(const QString&, const QString&)’: gamedialog.cpp:515:65: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] handicapSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:515:65: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:524:66: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] boardSizeSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:524:66: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:533:61: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] timeSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:533:61: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:542:64: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] byoTimeSpin->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:542:64: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:553:71: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_nigiri_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:553:71: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:554:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_white_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:554:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:555:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_black_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:555:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:561:71: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_nigiri_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:561:71: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:562:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_white_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:562:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:563:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_black_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:563:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:569:71: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_nigiri_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:569:71: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:570:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_white_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:570:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] gamedialog.cpp:571:70: error: cannot call constructor ‘QColor::QColor’ directly [-fpermissive] play_black_button->setPaletteBackgroundColor(QColor::QColor("cyan")); ^ gamedialog.cpp:571:70: error: for a function-style cast, remove the redundant ‘::QColor’ [-fpermissive] make[2]: *** [gamedialog.o] Error 1 make[2]: Leaving directory
/home/polo/qgo-1.5.4/src' make[1]: * [install-recursive] Error 1 make[1]: Leaving directory `/home/polo/qgo-1.5.4/src' make: * [install-recursive] Error 1