pzorin / qgo

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

Installation: make - error in board/clockdisplay.cpp #26

Closed mreinhardt closed 10 years ago

mreinhardt commented 10 years ago

make errors out for me.

board/clockdisplay.cpp:46:2: error: use of undeclared identifier 'pb_timeBlack'
        pb_timeBlack->setStyleSheet("background-color: black; color: white");
        ^
board/clockdisplay.cpp:47:2: error: use of undeclared identifier 'pb_timeWhite'
        pb_timeWhite->setStyleSheet("background-color: black; color: white");
        ^
2 errors generated.
make[1]: *** [../build/objects/clockdisplay.o] Error 1
make: *** [sub-src-make_first] Error 2

Mac OS X 10.9.2 QT 5.2.1 (for qmake in previous step)

pzorin commented 10 years ago

Ah yes, I overlooked that ugly ifdef for windows/mac when refactoring. Fixed in c934631.

mreinhardt commented 10 years ago

Thanks for the quick action @pzorin ... was fiending for some Tygem action. All working now!