On Tue, Dec 26, 2006 at 04:07:29AM -0600, Chris Fernandez wrote:
> but.. when I compile with:
> g++ test2.cpp -o test
> I get...
> /tmp/ccW3K4hy.o: In function `Bot::handleMessage(gloox::Stanza*)':
> test2.cpp:(.text+0x148c): undefined reference to `gloox::JID::full() const'
You forget to link it with libgloox. It should be something like:
g++ test2.cpp -lgloox -o test
--
WBR, Dmitry
Attachment:
signature.asc
Description: Digital signature
--
gloox-dev mailing list
to unsubscribe:
send a message with subject 'unsubscribe gloox-dev' to minimalist@xxxxxxxxxx