Trying to compile qgo2 gives the following error:
...
objects/moc_talk.o objects/moc_gamedialog.o objects/moc_displayboard.o objects/moc_serverlistdialog.o objects/moc_codecwarndialog.o objects/moc_matchinvitedialog.o objects/moc_setphrasepalette.o objects/moc_createroomdialog.o objects/moc_login.o objects/qrc_application.o objects/qrc_board.o -L/usr/lib -lQtTest -L/usr/lib -pthread -pthread -lQtGui -L/usr/X11R6/lib64 -pthread -lpng -lSM -lICE -pthread -pthread -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lQtNetwork -lssl -lcrypto -pthread-pthread -lQtCore -lz -lm -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpthread -ldl
objects/audio.o: In function SoundFactory::newSound(QString const&, QObject*)':
/home/scoubids/pkgbuild/qgo2-cvs/qgo2/src/audio/audio.cpp:60: undefined reference toQAlsaSound::QAlsaSound(QString const&, QObject*)'
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [../bin/qgo2] Erreur 1
make[1]: quittant le répertoire « /home/scoubids/pkgbuild/qgo2-cvs/qgo2/src »
make: *** [sub-src-make_default] Erreur 2
My OS is archlinux, the compilation was done with Qt 4.4.3 and the sound API is OSS v4.1
I managed to compile successfully qgo2 by replacing the QAlsaSound reference with the default QSoundSound
But I don't have sound in the program
Anonymous
This may be fixed by now.