Re: [Methabot-users] Error in building methabot
Brought to you by:
sdac
|
From: Emil R. <sda...@gm...> - 2007-11-15 14:35:03
|
Hi David, 2007/11/15, David Beckwith <dbi...@gm...>: > I'm getting an error when trying to build Methabot or Redhat. I > instaled the correct version of libcurl and cmake. What else could it > be? It seems like you don't have the useconds_t datatype. Looks like I forgot to include sys/types.h! I've updated the latest SVN-version, if you want to fix it yourself you can go to methaconfig_file.c, line 44/45 and add #include <sys/types.h> just below the #include <unistd.h>. This *should* fix it, if it doesn't then we'll probably have to come up with a workaround for systems that don't have useconds_t at all. Good luck, Emil > > Thanks! > David :) > |