Here is the image:
To some extent my system should be ok because if I compile version 4.7.3 it works great.
The reason I am doing my own compile is because I need zippy and also I like to try gtk and the new and improved ics boxes. Please note that this graphics problem is not related to zippy neither GTK because the problem happens even when compiling with no additional arguments, like you will see in the code bellow.
Note: I am using Kubuntu 14.04 64 bits.
This is the output I get when executing autogen.sh
- Code: Select all
matematiko@EX58-UD5:~/xboard-4.8 HG$ ./autogen.sh
configure.ac:79: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:79: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:79: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
Makefile.am:70: warning: shell sh -c 'git describe --dirty --always 2>/dev/null': non-POSIX variable name
Makefile.am:70: (probably a GNU make extension)
matematiko@EX58-UD5:~/xboard-4.8 HG$
Then I procede to do ./configure with no arguments
- Code: Select all
matematiko@EX58-UD5:~/xboard-4.8 HG$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for library containing strerror... none required
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for remsh... no
checking for rsh... rsh
checking for makeinfo... makeinfo
checking for nroff... nroff -man
checking for awk... /usr/bin/awk
checking for perl... /usr/bin/perl
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking return type of signal handlers... void
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for _getpty... no
checking for grantpt... yes
checking for setitimer... yes
checking for usleep... yes
checking for gettimeofday... yes
checking for random... yes
checking for gethostname... yes
checking for setlocale... yes
checking for getpseudotty in -lseq... no
checking whether compiler understands -Wall -Wno-parentheses... yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CAIRO... yes
checking for xdg-mime... /usr/bin/xdg-mime
checking for xdg-desktop-menu... /usr/bin/xdg-desktop-menu
checking for xdg-icon-resource... /usr/bin/xdg-icon-resource
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/Intrinsic.h usability... yes
checking X11/Intrinsic.h presence... yes
checking for X11/Intrinsic.h... yes
checking X11/Xaw/Dialog.h usability... yes
checking X11/Xaw/Dialog.h presence... yes
checking for X11/Xaw/Dialog.h... yes
checking whether ptys or pipes should be used... pipes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cmail
config.status: creating po/Makefile.in
config.status: creating osxapp/Info.plist
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing test-stamp-h commands
config.status: executing chmod-cmail commands
Configurations summary:
prefix: /usr/local
datarootdir: ${prefix}/share
datadir: ${datarootdir}
gamedatadir: $(datadir)/games/xboard
desktopdir: $(datadir)/applications
mimedir: $(datadir)/mime/packages
iconsdir: $(datadir)/icons/hicolor/48x48/apps
svgiconsdir: $(datadir)/icons/hicolor/scalable/apps
infodir: ${datarootdir}/info (info files will go here)
sysconfdir: ${prefix}/etc (xboard.conf will go here)
update mimedb: yes
NLS support: yes
GTK: no
Xaw3d: no
Xaw: yes
ptys: pipes
zippy: no
sigint: yes
matematiko@EX58-UD5:~/xboard-4.8 HG$
Followed by make, due to existing files from previous compilations, the execution of make seems kind of short, please let me know if you want me to clean files and try again
- Code: Select all
matematiko@EX58-UD5:~/xboard-4.8 HG$ make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash "/home/matematiko/xboard-4.8 HG/missing" autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/matematiko/xboard-4.8 HG'
Making all in po
make[2]: Entering directory `/home/matematiko/xboard-4.8 HG/po'
make[2]: Leaving directory `/home/matematiko/xboard-4.8 HG/po'
make[2]: Entering directory `/home/matematiko/xboard-4.8 HG'
make[2]: Leaving directory `/home/matematiko/xboard-4.8 HG'
make[1]: Leaving directory `/home/matematiko/xboard-4.8 HG'
matematiko@EX58-UD5:~/xboard-4.8 HG$
And finally, sudo make install:
- Code: Select all
matematiko@EX58-UD5:~/xboard-4.8 HG$ sudo make install
[sudo] password for matematiko:
Making install in po
make[1]: Entering directory `/home/matematiko/xboard-4.8 HG/po'
/bin/mkdir -p /usr/local/share
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/xboard.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/xboard.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/xboard.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/xboard.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/xboard.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/xboard.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/xboard.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/xboard.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/xboard.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/xboard.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/xboard.mo
installing zh_HK.gmo as /usr/local/share/locale/zh_HK/LC_MESSAGES/xboard.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/xboard.mo
if test "xboard" = "gettext-tools"; then \
/bin/mkdir -p /usr/local/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/matematiko/xboard-4.8 HG/po'
make[1]: Entering directory `/home/matematiko/xboard-4.8 HG'
make[2]: Entering directory `/home/matematiko/xboard-4.8 HG'
/bin/mkdir -p '/usr/local/bin'
/usr/bin/install -c xboard '/usr/local/bin'
/bin/mkdir -p '/usr/local/etc'
/usr/bin/install -c -m 644 xboard.conf '/usr/local/etc'
/bin/mkdir -p '/usr/local/share/applications'
/usr/bin/install -c -m 644 xboard.desktop xboard-fen-viewer.desktop xboard-pgn-viewer.desktop xboard-tourney.desktop xboard-config.desktop '/usr/local/share/applications'
/bin/mkdir -p '/usr/local/share/icons/hicolor/48x48/apps'
/usr/bin/install -c -m 644 xboard.png '/usr/local/share/icons/hicolor/48x48/apps'
/bin/mkdir -p '/usr/local/share/games/xboard/pixmaps/textures'
/usr/bin/install -c -m 644 pixmaps/cross32.png pixmaps/cross48.png pixmaps/board32.png pixmaps/board48.png pixmaps/ini32.png pixmaps/ini48.png '/usr/local/share/games/xboard/pixmaps/textures'
/bin/mkdir -p '/usr/local/share/games/xboard/themes/textures'
/usr/bin/install -c -m 644 png/hatch.png png/wood_d.png png/wood_l.png png/xqboard.png '/usr/local/share/games/xboard/themes/textures'
/bin/mkdir -p '/usr/local/share/games/xboard/themes/shogi'
/usr/bin/install -c -m 644 themes/shogi/WhiteGold.svg themes/shogi/WhiteCrownedBishop.svg themes/shogi/WhiteBishop.svg themes/shogi/WhiteKing.svg themes/shogi/WhiteKnight.svg themes/shogi/WhiteGoldKnight.svg themes/shogi/WhiteLance.svg themes/shogi/WhiteGoldLance.svg themes/shogi/WhitePawn.svg themes/shogi/WhiteGoldPawn.svg themes/shogi/WhiteRook.svg themes/shogi/WhiteCrownedRook.svg themes/shogi/WhiteAdvisor.svg themes/shogi/WhiteGoldSilver.svg themes/shogi/BlackGold.svg themes/shogi/BlackCrownedBishop.svg themes/shogi/BlackBishop.svg themes/shogi/BlackKing.svg themes/shogi/BlackKnight.svg themes/shogi/BlackGoldKnight.svg themes/shogi/BlackLance.svg themes/shogi/BlackGoldLance.svg themes/shogi/BlackPawn.svg themes/shogi/BlackGoldPawn.svg themes/shogi/BlackRook.svg themes/shogi/BlackCrownedRook.svg themes/shogi/BlackAdvisor.svg themes/shogi/BlackGoldSilver.svg '/usr/local/share/games/xboard/themes/shogi'
/bin/mkdir -p '/usr/local/share/games/xboard/sounds'
/usr/bin/install -c -m 644 sounds/cymbal.wav sounds/pop2.wav sounds/slap.wav sounds/ding1.wav sounds/laser.wav sounds/woodthunk.wav sounds/gong.wav sounds/penalty.wav sounds/honkhonk.wav sounds/phone.wav sounds/roar.wav '/usr/local/share/games/xboard/sounds'
/bin/mkdir -p '/usr/local/share/games/xboard/themes/default'
/usr/bin/install -c -m 644 svg/icon_white.svg svg/icon_black.svg svg/BlackAdvisor.svg svg/WhiteAdvisor.svg svg/BlackArchbishop.svg svg/WhiteArchbishop.svg svg/BlackBishop.svg svg/WhiteBishop.svg svg/BlackCanon.svg svg/WhiteCanon.svg svg/BlackChancellor.svg svg/WhiteChancellor.svg svg/BlackCobra.svg svg/WhiteCobra.svg svg/BlackCommoner.svg svg/WhiteCommoner.svg svg/BlackCrownedBishop.svg svg/WhiteCrownedBishop.svg svg/BlackCrownedRook.svg svg/WhiteCrownedRook.svg svg/BlackElephant.svg svg/WhiteElephant.svg svg/BlackGoldKnight.svg svg/WhiteGoldKnight.svg svg/BlackGoldLance.svg svg/WhiteGoldLance.svg svg/BlackGoldPawn.svg svg/WhiteGoldPawn.svg svg/BlackGoldSilver.svg svg/WhiteGoldSilver.svg svg/BlackGold.svg svg/WhiteGold.svg svg/BlackHawk.svg svg/WhiteHawk.svg svg/BlackKing.svg svg/WhiteKing.svg svg/BlackKnight.svg svg/WhiteKnight.svg svg/BlackLance.svg svg/WhiteLance.svg '/usr/local/share/games/xboard/themes/default'
/usr/bin/install -c -m 644 svg/BlackMarshall.svg svg/WhiteMarshall.svg svg/BlackNightrider.svg svg/WhiteNightrider.svg svg/BlackPawn.svg svg/WhitePawn.svg svg/BlackPrincess.svg svg/WhitePrincess.svg svg/BlackQueen.svg svg/WhiteQueen.svg svg/BlackRook.svg svg/WhiteRook.svg svg/BlackUnicorn.svg svg/WhiteUnicorn.svg svg/BlackSword.svg svg/WhiteSword.svg svg/BlackHSword.svg svg/WhiteHSword.svg svg/BlackLeopard.svg svg/WhiteLeopard.svg svg/BlackLion.svg svg/WhiteLion.svg svg/BlackPromoBishop.svg svg/WhitePromoBishop.svg svg/BlackPromoRook.svg svg/WhitePromoRook.svg svg/BlackPromoHorse.svg svg/WhitePromoHorse.svg svg/BlackPromoDragon.svg svg/WhitePromoDragon.svg svg/BlackPromoSword.svg svg/WhitePromoSword.svg svg/BlackPromoHSword.svg svg/WhitePromoHSword.svg svg/BlackHCrown.svg svg/WhiteHCrown.svg svg/BlackDolphin.svg svg/WhiteDolphin.svg svg/BlackClaw.svg svg/WhiteClaw.svg '/usr/local/share/games/xboard/themes/default'
/usr/bin/install -c -m 644 svg/eo_Analyzing.svg svg/eo_Black.svg svg/eo_Clear.svg svg/eo_Ponder.svg svg/eo_Thinking.svg svg/eo_Unknown.svg svg/eo_White.svg '/usr/local/share/games/xboard/themes/default'
/bin/mkdir -p '/usr/local/share/icons/hicolor/scalable/apps'
/usr/bin/install -c -m 644 xboard.svg '/usr/local/share/icons/hicolor/scalable/apps'
/bin/mkdir -p '/usr/local/share/games/xboard/themes/conf'
/usr/bin/install -c -m 644 conf/shogi conf/xq conf/chu conf/ics conf/mini conf/mini.fen conf/sho conf/sho.fen '/usr/local/share/games/xboard/themes/conf'
/bin/mkdir -p '/usr/local/share/games/xboard/themes/xiangqi'
/usr/bin/install -c -m 644 themes/xiangqi/BlackAdvisor.svg themes/xiangqi/WhiteAdvisor.svg themes/xiangqi/BlackCanon.svg themes/xiangqi/WhiteCanon.svg themes/xiangqi/BlackElephant.svg themes/xiangqi/WhiteElephant.svg themes/xiangqi/BlackKnight.svg themes/xiangqi/WhiteKnight.svg themes/xiangqi/BlackGold.svg themes/xiangqi/WhiteGold.svg themes/xiangqi/BlackPawn.svg themes/xiangqi/WhitePawn.svg themes/xiangqi/BlackRook.svg themes/xiangqi/WhiteRook.svg '/usr/local/share/games/xboard/themes/xiangqi'
/bin/mkdir -p '/usr/local/share/info'
/usr/bin/install -c -m 644 ./xboard.info '/usr/local/share/info'
install-info --info-dir='/usr/local/share/info' '/usr/local/share/info/xboard.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
/bin/mkdir -p '/usr/local/share/man/man6'
/usr/bin/install -c -m 644 'xboard.man' '/usr/local/share/man/man6/xboard.6'
/bin/mkdir -p '/usr/local/share/mime/packages'
/usr/bin/install -c -m 644 xboard.xml '/usr/local/share/mime/packages'
make install-data-hook
make[3]: Entering directory `/home/matematiko/xboard-4.8 HG'
if test -z "" -a -n "/usr/bin/xdg-mime" -a -n "/usr/bin/xdg-desktop-menu" -a -n "/usr/bin/xdg-icon-resource" ; then \
/usr/bin/xdg-mime install --mode system --novendor xboard.xml ;\
/usr/bin/xdg-desktop-menu install --mode system --novendor xboard-pgn-viewer.desktop;\
/usr/bin/xdg-desktop-menu install --mode system --novendor xboard-fen-viewer.desktop;\
/usr/bin/xdg-desktop-menu install --mode system --novendor xboard-tourney.desktop;\
/usr/bin/xdg-desktop-menu install --mode system --novendor xboard-config.desktop;\
/usr/bin/xdg-icon-resource install --context mimetypes --size 32 pixmaps/board32.png application-x-chess-pgn;\
/usr/bin/xdg-icon-resource install --context mimetypes --size 32 pixmaps/cross32.png application-x-xboard-trn;\
/usr/bin/xdg-icon-resource install --context mimetypes --size 32 pixmaps/ini32.png application-x-xboard-opt;\
/usr/bin/xdg-icon-resource install --context mimetypes --size 48 pixmaps/board48.png application-x-chess-pgn;\
/usr/bin/xdg-icon-resource install --context mimetypes --size 48 pixmaps/cross48.png application-x-xboard-trn;\
/usr/bin/xdg-icon-resource install --context mimetypes --size 48 pixmaps/ini48.png application-x-xboard-opt;\
fi
make[3]: Leaving directory `/home/matematiko/xboard-4.8 HG'
make[2]: Leaving directory `/home/matematiko/xboard-4.8 HG'
make[1]: Leaving directory `/home/matematiko/xboard-4.8 HG'
matematiko@EX58-UD5:~/xboard-4.8 HG$
Please let me know what tests I can do to try to resolve the issue.
Regards,