knappster
Well-Known Member
I'm running Debian Lenny amd64 version so I am installing from source. When I ran "make" it spat out an error
but when I went back and ran
I was able to make some better progress with the compilation. However, it still bombs out, now with the message
Any thoughts?
Edit:
Whoops - found the answer here: https://www.homebrewtalk.com/f84/br...ost1383722/?highlight=timerwidget#post1383722
Up and running now
Code:
File generated with too recent version of Qt Designer (4.0 vs. 3.3.8b)
Code:
qmake-qt4 brewtarget.pro
Code:
TimerWidget.cpp: In member function ‘void TimerWidget::setTimer(QString)’:
TimerWidget.cpp:100: error: ‘class QStringList’ has no member named ‘length’
TimerWidget.cpp:109: error: ‘class QStringList’ has no member named ‘length’
TimerWidget.cpp:120: error: ‘class QStringList’ has no member named ‘length’
make: *** [TimerWidget.o] Error 1
Any thoughts?
Edit:
Whoops - found the answer here: https://www.homebrewtalk.com/f84/br...ost1383722/?highlight=timerwidget#post1383722
Up and running now