Hello all,

I recently moved from Linux to FreeBSD and am trying to build gnubg 1.02.000 locally. I've followed the directions on how to build, i.e.
% ./autogen.sh
% ./configure
% make

and the following errors arise:

gnubgstock.c:116:25: error: use of undeclared identifier 'ok_16'
    GNUBG_STOCK_ACCEPT, ok_16, NULL, GTK_ICON_SIZE_MENU}, {
                        ^
gnubgstock.c:117:25: error: use of undeclared identifier 'ok_24'
    GNUBG_STOCK_ACCEPT, ok_24, NULL, GTK_ICON_SIZE_LARGE_TOOLBAR}, {
                        ^
gnubgstock.c:118:33: error: use of undeclared identifier 'anti_clockwise_24'
    GNUBG_STOCK_ANTI_CLOCKWISE, anti_clockwise_24, NULL, GTK_ICON_SIZE_L...
                                ^
gnubgstock.c:119:28: error: use of undeclared identifier 'clockwise_24'
GNUBG_STOCK_CLOCKWISE, clockwise_24, NULL, GTK_ICON_SIZE_LARGE_TOOLBAR}, {
                           ^
gnubgstock.c:120:25: error: use of undeclared identifier 'double_16'
    GNUBG_STOCK_DOUBLE, double_16, NULL, GTK_ICON_SIZE_MENU}, {
                        ^
gnubgstock.c:121:25: error: use of undeclared identifier 'double_24'
    GNUBG_STOCK_DOUBLE, double_24, NULL, GTK_ICON_SIZE_LARGE_TOOLBAR}, {
                        ^
gnubgstock.c:122:27: error: use of undeclared identifier 'runit_16'
    GNUBG_STOCK_END_GAME, runit_16, NULL, GTK_ICON_SIZE_MENU}, {
                          ^
gnubgstock.c:123:27: error: use of undeclared identifier 'runit_24'
    GNUBG_STOCK_END_GAME, runit_24, NULL, GTK_ICON_SIZE_LARGE_TOOLBAR}, {
                          ^
gnubgstock.c:124:34: error: use of undeclared identifier 'go_next_cmarked_16'
    GNUBG_STOCK_GO_NEXT_CMARKED, go_next_cmarked_16, NULL, GTK_ICON_SIZE...
                                 ^
gnubgstock.c:125:34: error: use of undeclared identifier 'go_next_cmarked_24'
    GNUBG_STOCK_GO_NEXT_CMARKED, go_next_cmarked_24, NULL, GTK_ICON_SIZE...
                                 ^
gnubgstock.c:126:31: error: use of undeclared identifier 'go_next_game_16'
    GNUBG_STOCK_GO_NEXT_GAME, go_next_game_16, NULL, GTK_ICON_SIZE_MENU}, {
                              ^
gnubgstock.c:127:31: error: use of undeclared identifier 'go_next_game_24'
    GNUBG_STOCK_GO_NEXT_GAME, go_next_game_24, NULL, GTK_ICON_SIZE_LARGE...
                              ^
gnubgstock.c:128:26: error: use of undeclared identifier 'go_next_16'
    GNUBG_STOCK_GO_NEXT, go_next_16, NULL, GTK_ICON_SIZE_MENU}, {
                         ^
gnubgstock.c:129:26: error: use of undeclared identifier 'go_next_24'
    GNUBG_STOCK_GO_NEXT, go_next_24, NULL, GTK_ICON_SIZE_LARGE_TOOLBAR}, {
                         ^
gnubgstock.c:130:33: error: use of undeclared identifier 'go_next_marked_16'
GNUBG_STOCK_GO_NEXT_MARKED, go_next_marked_16, NULL, GTK_ICON_SIZE_MENU}, {
                                ^
gnubgstock.c:131:33: error: use of undeclared identifier 'go_next_marked_24'
    GNUBG_STOCK_GO_NEXT_MARKED, go_next_marked_24, NULL, GTK_ICON_SIZE_L...
                                ^
gnubgstock.c:132:34: error: use of undeclared identifier 'go_prev_cmarked_16'
    GNUBG_STOCK_GO_PREV_CMARKED, go_prev_cmarked_16, NULL, GTK_ICON_SIZE...
                                 ^
gnubgstock.c:133:34: error: use of undeclared identifier 'go_prev_cmarked_24'
    GNUBG_STOCK_GO_PREV_CMARKED, go_prev_cmarked_24, NULL, GTK_ICON_SIZE...
                                 ^
gnubgstock.c:134:31: error: use of undeclared identifier 'go_prev_game_16'
    GNUBG_STOCK_GO_PREV_GAME, go_prev_game_16, NULL, GTK_ICON_SIZE_MENU}, {
                              ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error code 1

Stop.
make[2]: stopped in /usr/home/eli/gnubg-1.02.000
*** Error code 1

Stop.

Not really sure what's going on, but I will do all I can with some guidance to help fix the problem. Thanks for your time and consideration.

Eli Dayan

_______________________________________________
Bug-gnubg mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to