Hey Torsten,

2008/12/2 Torsten Schulz <[EMAIL PROTECTED]>:
> With cvs-version, i'm not able to compile my program:
> /bin/sh ../libtool --tag=CXX --mode=link g++ -O0 -g3 -o fantasimwt
> application.o benutzerliste.o chat.o db.o fantasimwt.o flogin.o spiel.o
> treffpunkt.o -lmysqlpp -lwt -lwtext -lwthttp -lz
> g++ -O0 -g3 -o fantasimwt application.o benutzerliste.o chat.o db.o
> fantasimwt.o flogin.o spiel.o treffpunkt.o -lmysqlpp -lwt -lwtext
> -lwthttp -lz
> /usr/local/lib/libwt.so: undefined reference to
> `Wt::WItemSelectionModel::WItemSelectionModel(Wt::WAbstractItemModel*,
> Wt::WObject*)'
> /usr/local/lib/libwt.so: undefined reference to
> `Wt::WDefaultLoadingIndicator::WDefaultLoadingIndicator()'
> /usr/local/lib/libwt.so: undefined reference to
> `Wt::WItemSelectionModel::setSelectionBehavior(Wt::SelectionBehavior)'
> /usr/local/lib/libwt.so: undefined reference to
> `Wt::WItemSelectionModel::isSelected(Wt::WModelIndex const&) co

This would indicate a version mismatch: these are all symbols that
were added during the last month. Perhaps check that you are linking
against the recent library version ?

Regards,
koen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to