News:

Use the "Forum Search"
It may help you to find anything in the forum ;).

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.




kierongreen