Re: [eboard-devel] eboard translators: development continues...
Brought to you by:
bergo
|
From: Nico S. <nic...@sc...> - 2012-09-05 15:00:08
|
Hey Erkan,
Erkan Yilmaz [Wed, Sep 05, 2012 at 03:36:42PM +0200]:
> takeback requests: thank you, I've added it here (1)
Cool!
> FICS games: I am always willing to play with eboard users, tell me your
> nick + I'll arrange for some games with you :-)
I'm "telmich" - let me know when you're on (I'm on MEST).
Btw, compiling on my archlinux box (amd64) does not work:
--------------------------------------------------------------------------------
[16:58] brief:eboard% ./configure&& make
configuring eboard 1.1.2.0...
checking sanity of install... ok
testing C++ compiler...
trying g++ ... it works
header verification:
all headers found.
header verification:
sys/audioio.h : no
header verification:
all headers found.
checking for IPPROTO_TCP in netinet/in.h... yes
checking for TCP_NODELAY in netinet/in.h... no
checking for SOL_TCP in netinet/in.h... no
checking for IPPROTO_TCP in netinet/tcp.h... no
checking for TCP_NODELAY in netinet/tcp.h... yes
checking for SOL_TCP in netinet/tcp.h... yes
net options: netinet/tcp.h required, IPPROTO_TCP present.
looking for pkg-config... /usr/bin/pkg-config
looking for GTK+ version... 2.24.11, ok
looking for libpng... 1.5.12, ok
header verification:
all headers found.
wrote config.h
wrote config.make
writing Makefile... ok
creating eboard-config... ok
creating eboard.spec... ok
Summary:
eboard version 1.1.2.0
binaries will be installed to /usr/local/bin
man pages will be installed under /usr/local/man
datafiles will be installed to /usr/local/share/eboard
NLS support: yes
done.
g++ -O6 -pthread -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/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -c board.cc -o board.o
g++ -O6 -pthread -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/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -c bugpane.cc -o bugpane.o
g++ -O6 -pthread -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/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -c chess.cc -o chess.o
g++ -O6 -pthread -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/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -c cimg.cc -o cimg.o
cimg.cc: In constructor ‘CImg::CImg(const char*)’:
cimg.cc:97:13: error: invalid use of incomplete type ‘png_struct {aka struct png_struct_def}’
In file included from cimg.cc:29:0:
/usr/include/libpng15/png.h:873:16: error: forward declaration of ‘png_struct {aka struct png_struct_def}’
cimg.cc:97:25: error: invalid use of incomplete type ‘png_struct {aka struct png_struct_def}’
In file included from cimg.cc:29:0:
/usr/include/libpng15/png.h:873:16: error: forward declaration of ‘png_struct {aka struct png_struct_def}’
cimg.cc:101:17: error: invalid use of incomplete type ‘png_struct {aka struct png_struct_def}’
In file included from cimg.cc:29:0:
/usr/include/libpng15/png.h:873:16: error: forward declaration of ‘png_struct {aka struct png_struct_def}’
make: *** [cimg.o] Error 1
[16:58] brief:eboard% pacman -Q | grep png
lib32-libpng 1.5.12-1
libpng 1.5.12-1
[16:58] brief:eboard% git log | head -n2
commit 9f41397aedf2f11c05435667a6151b30dae89af8
Author: Erkan Yilmaz <er...@gm...>
[16:59] brief:eboard%
--------------------------------------------------------------------------------
--
PGP key: 7ED9 F7D3 6B10 81D7 0EC5 5C09 D7DC C8E4 3187 7DF0
|