Beginning to write a client
Mark Doliner
mark at kingant.net
Fri May 18 17:33:49 EDT 2007
On Fri, 18 May 2007 16:53:59 -0400, Sadrul Habib Chowdhury wrote
> * Greg Chagnon had this to say on [18 May 2007, 16:12:40 -0400]:
> > Thanks....I'm getting there. Now it's:
> >
> > # gcc `pkg-config --libs glib-2.0` -I /usr/include/libpurple/ -I
> > /usr/include/glib-2.0/ -I /usr/lib/glib-2.0/include/ nullclient.c
> > /tmp/ccBPvTts.o: In function `null_write_conv':
> > nullclient.c:(.text+0x16e): undefined reference to `purple_utf8_strftime'
>
> If you are building the nullclient out of tree, use the command
> `make -f Makefile.oot`
>
> Sadrul
FYI those errors are caused by not linking to libpurple.
-Mark
More information about the Devel
mailing list