adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-devel] Compile error


From: Josh Glover
Subject: [Adonthell-devel] Compile error
Date: Sun, 6 Mar 2011 11:54:23 +0100

I just did a fresh git pull, giving me the following HEAD:

commit 7bf7a952a0334efdc36c9f9ef489bb85a213cc9e
Author: Kai Sterker <address@hidden>
Date:   Fri Mar 4 20:11:00 2011 +0100

    ADDED support for mirroring surfaces horizontally. Not used yet,
but you never know ...


What I am missing?

: address@hidden; make clean
: address@hidden; ../adonthell/configure --prefix=/usr/local
: address@hidden; make
[...]
libtool: link: g++ -I/usr/include/freetype2 -I../../adonthell/src
-I/usr/include/python2.6 -g -O2 -fno-exceptions -fno-strict-aliasing
-DUSE_LIBTOOL -DDATA_DIR=\"/usr/local/share/adonthell\" -o
.libs/guitest guitest-guitest.o -Wl,-E
-L/home/jmglov/Documents/coding/adonthell-build/src/python
/home/jmglov/Documents/coding/adonthell-build/src/python/.libs/libadonthell_python.so
-L/usr/lib/python2.6/config -lpython2.6 -lpthread -ldl -lutil -lm
-L/home/jmglov/Documents/coding/adonthell-build/src/gui
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so
-L/home/jmglov/Documents/coding/adonthell-build/src/gfx
/home/jmglov/Documents/coding/adonthell-build/src/gfx/.libs/libadonthell_gfx.so
-L/home/jmglov/Documents/coding/adonthell-build/src/input
/home/jmglov/Documents/coding/adonthell-build/src/input/.libs/libadonthell_input.so
-L/home/jmglov/Documents/coding/adonthell-build/src/audio
/home/jmglov/Documents/coding/adonthell-build/src/audio/.libs/libadonthell_audio.so
-L/home/jmglov/Documents/coding/adonthell-build/src/event
/home/jmglov/Documents/coding/adonthell-build/src/event/.libs/libadonthell_event.so
-L/home/jmglov/Documents/coding/adonthell-build/src/base
/home/jmglov/Documents/coding/adonthell-build/src/base/.libs/libadonthell_base.so
-L/home/jmglov/Documents/coding/adonthell-build/src/main
/home/jmglov/Documents/coding/adonthell-build/src/main/.libs/libadonthell_main.so
-L/home/jmglov/Documents/coding/adonthell-build/src/rpg
/home/jmglov/Documents/coding/adonthell-build/src/rpg/.libs/libadonthell_rpg.so
-L/home/jmglov/Documents/coding/adonthell-build/src/world
/home/jmglov/Documents/coding/adonthell-build/src/world/.libs/libadonthell_world.so
-L/home/jmglov/Documents/coding/adonthell-build/src/py-runtime
/home/jmglov/Documents/coding/adonthell-build/src/py-runtime/.libs/libadonthell_py_runtime.so
/usr/lib/libfreetype.so -lz /usr/lib/libltdl.so
guitest-guitest.o: In function `canvas_decoration':
/home/jmglov/Documents/coding/adonthell-build/test/../../adonthell/src/gui/canvas.h:48:
undefined reference to `vtable for gui::canvas_decoration'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `gui::list_layout::add_child(gui::widget&)'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to
`gui::list_layout::resize(gui::layout::resize_mode const&)'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `typeinfo for gui::scrollview'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `gui::scrollview::set_child(gui::layout&)'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `gui::scrollview::draw(short const&, short
const&, gfx::drawing_area const*, gfx::surface*) const'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `vtable for gui::indicator_decoration'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to
`gui::scrollview::keydown(input::keyboard_event&)'
/home/jmglov/Documents/coding/adonthell-build/src/world/.libs/libadonthell_world.so:
undefined reference to `world::chunk_info::remove_shadow(int const&,
int const&)'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `vtable for gui::scrollview'
/home/jmglov/Documents/coding/adonthell-build/src/world/.libs/libadonthell_world.so:
undefined reference to
`world::chunk_info::add_shadow(world::placeable_model*,
world::shadow_info const&)'
/home/jmglov/Documents/coding/adonthell-build/src/world/.libs/libadonthell_world.so:
undefined reference to
`world::chunk_info::get_shadow(world::placeable_model*)'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `vtable for gui::indicator_bar'
/home/jmglov/Documents/coding/adonthell-build/src/gui/.libs/libadonthell_gui.so:
undefined reference to `vtable for gui::list_layout'
collect2: ld returned 1 exit status
make[3]: *** [guitest] Error 1
make[3]: Leaving directory `/home/jmglov/Documents/coding/adonthell-build/test'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmglov/Documents/coding/adonthell-build/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jmglov/Documents/coding/adonthell-build'
make: *** [all] Error 2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]