[mICQ] New snapshot!

Martin Stubenschrott stubenschrott at gmx.net
Tue Oct 31 13:27:56 CET 2006


On Sun, Sep 24, 2006 at 02:56:56PM +0200, Rüdiger Kuhlmann wrote:
> 
> Hi,
> 
> here's a new snapshot:
> 
> http://www.micq.org/source/micq-cvs-2006-09-24-14-24-00.tgz

Thanks for the new version, but it can't compile here on gentoo :(

the normal ./configure works, but ./configure --enable-jabber

stops with:

checking for mkdir... no
configure: error: Required function mkdir missing. Sorry.

Although mkdir() is defined at /usr/include/sys/stat.h
extern int mkdir (__const char *__path, __mode_t __mode)

Also:

#include <sys/stat.h>

int main()
{
	mkdir("foo", 0);
}

works fine with just gcc main.c  without any -I directives.

But great to see, that micq will support jabber in future!

Martin


More information about the mICQ-List mailing list