Anyway, after the release of vs 4.4 and reading through the older posts I got a bit currious how the gtk version would look like. After solving various other problems and dependencies I am getting stuck when I run make, which returns the following error:
- Code: Select all
root@siduxbox:/home/nikos/Desktop/xboard-gtk# make
make all-am
make[1]: Entering directory `/home/nikos/Desktop/xboard-gtk'
gcc -DHAVE_CONFIG_H -I. -DINFODIR='"/usr/local/share/info"' -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT xboard.o -MD -MP -MF .deps/xboard.Tpo -c -o xboard.o xboard.c
In file included from xboard.c:182:
bitmaps/bitmaps.h:470: warning: excess elements in array initializer
bitmaps/bitmaps.h:470: warning: (near initialization for ‘builtInBits[5].bits’)
bitmaps/bitmaps.h:490: error: ‘wp_72s_bits’ undeclared here (not in a function)
bitmaps/bitmaps.h:490: error: ‘wn_72s_bits’ undeclared here (not in a function)
bitmaps/bitmaps.h:490: error: ‘ws_72s_bits’ undeclared here (not in a function)
bitmaps/bitmaps.h:490: error: ‘wl_72s_bits’ undeclared here (not in a function)
bitmaps/bitmaps.h:491: error: ‘wp_72o_bits’ undeclared here (not in a function)
bitmaps/bitmaps.h:491: error: ‘wn_72o_bits’ undeclared here (not in a function)
bitmaps/bitmaps.h:491: error: ‘ws_72o_bits’ undeclared here (not in a function)
bitmaps/bitmaps.h:491: error: ‘wl_72o_bits’ undeclared here (not in a function)
xboard.c: In function ‘InitDrawingSizes’:
xboard.c:2091: error: subscripted value is neither array nor pointer
xboard.c:2091: warning: assignment makes integer from pointer without a cast
make[1]: *** [xboard.o] Error 1
make[1]: Leaving directory `/home/nikos/Desktop/xboard-gtk'
make: *** [all] Error 2
Anybody understand what I need to do?