|

楼主 |
发表于 2009-9-27 10:39:14
|
显示全部楼层
make的结果
wpah@china:~/software/gmchess-0.20.2$ make
make all-recursive
make[1]: Entering directory `/home/wpah/software/gmchess-0.20.2'
Making all in src
make[2]: Entering directory `/home/wpah/software/gmchess-0.20.2/src'
Making all in engine
make[3]: Entering directory `/home/wpah/software/gmchess-0.20.2/src/engine'
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT preeval.lo -MD -MP -MF .deps/preeval.Tpo -c -o preeval.lo preeval.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT preeval.lo -MD -MP -MF .deps/preeval.Tpo -c preeval.cpp -fPIC -DPIC -o .libs/preeval.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT preeval.lo -MD -MP -MF .deps/preeval.Tpo -c preeval.cpp -o preeval.o >/dev/null 2>&1
mv -f .deps/preeval.Tpo .deps/preeval.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT genmoves.lo -MD -MP -MF .deps/genmoves.Tpo -c -o genmoves.lo genmoves.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT genmoves.lo -MD -MP -MF .deps/genmoves.Tpo -c genmoves.cpp -fPIC -DPIC -o .libs/genmoves.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT genmoves.lo -MD -MP -MF .deps/genmoves.Tpo -c genmoves.cpp -o genmoves.o >/dev/null 2>&1
mv -f .deps/genmoves.Tpo .deps/genmoves.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT pregen.lo -MD -MP -MF .deps/pregen.Tpo -c -o pregen.lo pregen.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT pregen.lo -MD -MP -MF .deps/pregen.Tpo -c pregen.cpp -fPIC -DPIC -o .libs/pregen.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT pregen.lo -MD -MP -MF .deps/pregen.Tpo -c pregen.cpp -o pregen.o >/dev/null 2>&1
mv -f .deps/pregen.Tpo .deps/pregen.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT position.lo -MD -MP -MF .deps/position.Tpo -c -o position.lo position.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT position.lo -MD -MP -MF .deps/position.Tpo -c position.cpp -fPIC -DPIC -o .libs/position.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT position.lo -MD -MP -MF .deps/position.Tpo -c position.cpp -o position.o >/dev/null 2>&1
mv -f .deps/position.Tpo .deps/position.Plo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT evaluate.lo -MD -MP -MF .deps/evaluate.Tpo -c -o evaluate.lo evaluate.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT evaluate.lo -MD -MP -MF .deps/evaluate.Tpo -c evaluate.cpp -fPIC -DPIC -o .libs/evaluate.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT evaluate.lo -MD -MP -MF .deps/evaluate.Tpo -c evaluate.cpp -o evaluate.o >/dev/null 2>&1
mv -f .deps/evaluate.Tpo .deps/evaluate.Plo
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -o libeval.la -rpath /usr/local/lib preeval.lo genmoves.lo pregen.lo position.lo evaluate.lo
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.2/crtbeginS.o .libs/preeval.o .libs/genmoves.o .libs/pregen.o .libs/position.o .libs/evaluate.o -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.3.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crtn.o -Wl,-soname -Wl,libeval.so.0 -o .libs/libeval.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libeval.so.0" && ln -s "libeval.so.0.0.0" "libeval.so.0")
libtool: link: (cd ".libs" && rm -f "libeval.so" && ln -s "libeval.so.0.0.0" "libeval.so")
libtool: link: ar cru .libs/libeval.a preeval.o genmoves.o pregen.o position.o evaluate.o
libtool: link: ranlib .libs/libeval.a
libtool: link: ( cd ".libs" && rm -f "libeval.la" && ln -s "../libeval.la" "libeval.la" )
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-book.o -MD -MP -MF .deps/eleeye_engine-book.Tpo -c -o eleeye_engine-book.o `test -f 'book.cpp' || echo './'`book.cpp
mv -f .deps/eleeye_engine-book.Tpo .deps/eleeye_engine-book.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-eleeye.o -MD -MP -MF .deps/eleeye_engine-eleeye.Tpo -c -o eleeye_engine-eleeye.o `test -f 'eleeye.cpp' || echo './'`eleeye.cpp
mv -f .deps/eleeye_engine-eleeye.Tpo .deps/eleeye_engine-eleeye.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-genmoves.o -MD -MP -MF .deps/eleeye_engine-genmoves.Tpo -c -o eleeye_engine-genmoves.o `test -f 'genmoves.cpp' || echo './'`genmoves.cpp
mv -f .deps/eleeye_engine-genmoves.Tpo .deps/eleeye_engine-genmoves.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-hash.o -MD -MP -MF .deps/eleeye_engine-hash.Tpo -c -o eleeye_engine-hash.o `test -f 'hash.cpp' || echo './'`hash.cpp
mv -f .deps/eleeye_engine-hash.Tpo .deps/eleeye_engine-hash.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-movesort.o -MD -MP -MF .deps/eleeye_engine-movesort.Tpo -c -o eleeye_engine-movesort.o `test -f 'movesort.cpp' || echo './'`movesort.cpp
mv -f .deps/eleeye_engine-movesort.Tpo .deps/eleeye_engine-movesort.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-pipe.o -MD -MP -MF .deps/eleeye_engine-pipe.Tpo -c -o eleeye_engine-pipe.o `test -f 'pipe.cpp' || echo './'`pipe.cpp
mv -f .deps/eleeye_engine-pipe.Tpo .deps/eleeye_engine-pipe.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-position.o -MD -MP -MF .deps/eleeye_engine-position.Tpo -c -o eleeye_engine-position.o `test -f 'position.cpp' || echo './'`position.cpp
mv -f .deps/eleeye_engine-position.Tpo .deps/eleeye_engine-position.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-pregen.o -MD -MP -MF .deps/eleeye_engine-pregen.Tpo -c -o eleeye_engine-pregen.o `test -f 'pregen.cpp' || echo './'`pregen.cpp
mv -f .deps/eleeye_engine-pregen.Tpo .deps/eleeye_engine-pregen.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-search.o -MD -MP -MF .deps/eleeye_engine-search.Tpo -c -o eleeye_engine-search.o `test -f 'search.cpp' || echo './'`search.cpp
mv -f .deps/eleeye_engine-search.Tpo .deps/eleeye_engine-search.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT eleeye_engine-ucci.o -MD -MP -MF .deps/eleeye_engine-ucci.Tpo -c -o eleeye_engine-ucci.o `test -f 'ucci.cpp' || echo './'`ucci.cpp
ucci.cpp: In function ‘bool ParsePos(UcciCommStruct&, char*)’:
ucci.cpp:40: warning: deprecated conversion from string constant to ‘char*’
mv -f .deps/eleeye_engine-ucci.Tpo .deps/eleeye_engine-ucci.Po
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -ldl -o eleeye_engine eleeye_engine-book.o eleeye_engine-eleeye.o eleeye_engine-genmoves.o eleeye_engine-hash.o eleeye_engine-movesort.o eleeye_engine-pipe.o eleeye_engine-position.o eleeye_engine-pregen.o eleeye_engine-search.o eleeye_engine-ucci.o
libtool: link: g++ -g -O2 -o eleeye_engine eleeye_engine-book.o eleeye_engine-eleeye.o eleeye_engine-genmoves.o eleeye_engine-hash.o eleeye_engine-movesort.o eleeye_engine-pipe.o eleeye_engine-position.o eleeye_engine-pregen.o eleeye_engine-search.o eleeye_engine-ucci.o -ldl
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT convert_pgn-convert_pgn.o -MD -MP -MF .deps/convert_pgn-convert_pgn.Tpo -c -o convert_pgn-convert_pgn.o `test -f 'convert_pgn.cpp' || echo './'`convert_pgn.cpp
mv -f .deps/convert_pgn-convert_pgn.Tpo .deps/convert_pgn-convert_pgn.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT convert_pgn-pregen.o -MD -MP -MF .deps/convert_pgn-pregen.Tpo -c -o convert_pgn-pregen.o `test -f 'pregen.cpp' || echo './'`pregen.cpp
mv -f .deps/convert_pgn-pregen.Tpo .deps/convert_pgn-pregen.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT convert_pgn-position.o -MD -MP -MF .deps/convert_pgn-position.Tpo -c -o convert_pgn-position.o `test -f 'position.cpp' || echo './'`position.cpp
mv -f .deps/convert_pgn-position.Tpo .deps/convert_pgn-position.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT convert_pgn-genmoves.o -MD -MP -MF .deps/convert_pgn-genmoves.Tpo -c -o convert_pgn-genmoves.o `test -f 'genmoves.cpp' || echo './'`genmoves.cpp
mv -f .deps/convert_pgn-genmoves.Tpo .deps/convert_pgn-genmoves.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT convert_pgn-cchess.o -MD -MP -MF .deps/convert_pgn-cchess.Tpo -c -o convert_pgn-cchess.o `test -f 'cchess.cpp' || echo './'`cchess.cpp
mv -f .deps/convert_pgn-cchess.Tpo .deps/convert_pgn-cchess.Po
g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT convert_pgn-pgnfile.o -MD -MP -MF .deps/convert_pgn-pgnfile.Tpo -c -o convert_pgn-pgnfile.o `test -f 'pgnfile.cpp' || echo './'`pgnfile.cpp
mv -f .deps/convert_pgn-pgnfile.Tpo .deps/convert_pgn-pgnfile.Po
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -ldl -o convert_pgn convert_pgn-convert_pgn.o convert_pgn-pregen.o convert_pgn-position.o convert_pgn-genmoves.o convert_pgn-cchess.o convert_pgn-pgnfile.o
libtool: link: g++ -g -O2 -o convert_pgn convert_pgn-convert_pgn.o convert_pgn-pregen.o convert_pgn-position.o convert_pgn-genmoves.o convert_pgn-cchess.o convert_pgn-pgnfile.o -ldl
make[3]: Leaving directory `/home/wpah/software/gmchess-0.20.2/src/engine'
make[3]: Entering directory `/home/wpah/software/gmchess-0.20.2/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT Board.o -MD -MP -MF .deps/Board.Tpo -c -o Board.o Board.cc
mv -f .deps/Board.Tpo .deps/Board.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT Engine.o -MD -MP -MF .deps/Engine.Tpo -c -o Engine.o Engine.cc
mv -f .deps/Engine.Tpo .deps/Engine.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT Pgnfile.o -MD -MP -MF .deps/Pgnfile.Tpo -c -o Pgnfile.o Pgnfile.cc
mv -f .deps/Pgnfile.Tpo .deps/Pgnfile.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT BookView.o -MD -MP -MF .deps/BookView.Tpo -c -o BookView.o BookView.cc
mv -f .deps/BookView.Tpo .deps/BookView.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT Sound.o -MD -MP -MF .deps/Sound.Tpo -c -o Sound.o Sound.cc
Sound.cc: In function ‘void CSound::play_file(const char*)’:
Sound.cc:41: warning: deprecated conversion from string constant to ‘gchar*’
mv -f .deps/Sound.Tpo .deps/Sound.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT robot.o -MD -MP -MF .deps/robot.Tpo -c -o robot.o robot.cc
mv -f .deps/robot.Tpo .deps/robot.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT ec_throw.o -MD -MP -MF .deps/ec_throw.Tpo -c -o ec_throw.o ec_throw.cpp
mv -f .deps/ec_throw.Tpo .deps/ec_throw.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT ConfWindow.o -MD -MP -MF .deps/ConfWindow.Tpo -c -o ConfWindow.o ConfWindow.cc
mv -f .deps/ConfWindow.Tpo .deps/ConfWindow.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I. -g -DDATA_DIR=\""/usr/local/share/gmchess"\" -DGMCHESS_LOCALEDIR=\""/usr/local/share/locale"\" -D_REENTRANT -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/atk-1.0 -g -O2 -MT MainWindow.o -MD -MP -MF .deps/MainWindow.Tpo -c -o MainWindow.o MainWindow.cc
MainWindow.cc: In constructor ‘MainWindow::MainWindow()’:
MainWindow.cc:60: error: no matching function for call to ‘Gtk::Builder::create_from_file(const char [39], const char [12])’
/usr/include/gtkmm-2.4/gtkmm/builder.h:171: note: candidates are: static Glib::RefPtr<Gtk::Builder> Gtk::Builder::create_from_file(const std::string&)
make[3]: *** [MainWindow.o] 错误 1
make[3]: Leaving directory `/home/wpah/software/gmchess-0.20.2/src'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/home/wpah/software/gmchess-0.20.2/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/wpah/software/gmchess-0.20.2'
make: *** [all] 错误 2 |
|