News:

Congratulations!
 You've won the News Item Lottery! Your prize? Reading this news item! :)

Fix for this error > cbuffer_t.h:79:33: error: 'size_t' has not been declared

Started by jspaces, July 17, 2013, 07:41:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jspaces

When I tried to compile svn #6592M; I get this following error:
utils/cbuffer_t.h:79:33: error: 'size_t' has not been declared

I found by adding:
#include <stdlib.h>

The compiled completed without further error.