Ayuda con Cockatrice

#1
Hola, buenas pues aqui pidiendoles una ayudita para instalar este programa llamado cockatrice en ubuntu 10.04, es un juego para jugar magic online y el error me lo da al hacer el make, les pego lo que arroja la consola al hacer (o intentar hacer) el make


root@Bousset-Netbook:/home/bousset/.cockatrice/cockatrice# lrelease translations/*.ts && qmake-qt4 && make
Updating 'translations/cockatrice_cs.qm'...
Generated 639 translation(s) (504 finished and 135 unfinished)

Ignored 93 untranslated source text(s)
Updating 'translations/cockatrice_de.qm'...
Generated 722 translation(s) (721 finished and 1 unfinished)

Ignored 10 untranslated source text(s)
Updating 'translations/cockatrice_en.qm'...
Generated 7 translation(s) (1 finished and 6 unfinished)

Ignored 725 untranslated source text(s)
Updating 'translations/cockatrice_es.qm'...
Generated 720 translation(s) (719 finished and 1 unfinished)

Ignored 12 untranslated source text(s)
Updating 'translations/cockatrice_fr.qm'...
Generated 720 translation(s) (719 finished and 1 unfinished)

Ignored 12 untranslated source text(s)
Updating 'translations/cockatrice_it.qm'...
Generated 721 translation(s) (720 finished and 1 unfinished)

Ignored 11 untranslated source text(s)
Updating 'translations/cockatrice_ja.qm'...
Generated 720 translation(s) (719 finished and 1 unfinished)

Ignored 12 untranslated source text(s)
Updating 'translations/cockatrice_pl.qm'...
Generated 0 translation(s) (0 finished and 0 unfinished)

Ignored 732 untranslated source text(s)
Updating 'translations/cockatrice_pt-br.qm'...
Generated 629 translation(s) (487 finished and 142 unfinished)

Ignored 103 untranslated source text(s)
Updating 'translations/cockatrice_pt.qm'...
Generated 720 translation(s) (719 finished and 1 unfinished)

Ignored 12 untranslated source text(s)
Updating 'translations/cockatrice_ru.qm'...
Generated 720 translation(s) (719 finished and 1 unfinished)

Ignored 12 untranslated source text(s)
Updating 'translations/cockatrice_sk.qm'...
Generated 0 translation(s) (0 finished and 0 unfinished)

Ignored 732 untranslated source text(s)
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_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/QtSvg -I/usr/include/qt4/QtScript -I/usr/include/qt4 -I. -Isrc -I../common -Ibuild -o build/zoneviewwidget.o src/zoneviewwidget.cpp
src/zoneviewwidget.cpp: In constructor ‘ZoneViewWidget::ZoneViewWidget(Player*, CardZone*, int, bool, const QList<ServerInfo_Card*>&)’:
src/zoneviewwidget.cpp:63: error: ‘setAutoFillBackground’ was not declared in this scope
make: *** [build/zoneviewwidget.o] Error 1

Si alguien pudiera ayudarme se los agradeceria mucho, uso ubuntu 10.04 en una netbok compaq CQ10-120LA espero puedan ayudarme de antemano gracias
 
#2
En Ubuntu abre la Terminal de Comandos:

sudo apt-get install libqt4-dev
sudo apt-get install build-essential

Ahora Descarga el Cockatrice y luego teclea:

cd Descargas/cockatrice-FECHAVERSION
cd cockatrice
lrelease translations/*.ts && qmake && make

cd cockatrice/oracle/oracle
qmake && make


Tus Ejecutables deben estar en:
cockatrice/cockatrice/cockatrice
cockatrice/oracle/oracle
 
#3
muchas gracias pero lo solucione instalando ubuntu 12.04 xD por k me harte de no poderlo instalar aunk tal vez regrese al 10.04 por k como k con un procesador atom a 1.6 y 1 gm de ram me va un pokitin lento xD
 
Arriba