When I tried to compile galapix 0.0.3, it stopped with an error:
In file included from src/blob.cpp:21:
src/blob.hpp:31: error: `uint8_t' was not declared in this scope
I've been using Debian GNU/Linux, testing edition.
I've fixed this by adding include line in blob.hpp:
#include <stdint.h>
I'm not C++ expert, so I don't understant, why this system header file
wasn't includet automaticly. I just write it for other users, whom could
have the same problem...
Tom
Original issue reported on code.google.com by tomas.pi...@gmail.com on 6 Oct 2008 at 8:16
Original issue reported on code.google.com by
tomas.pi...@gmail.com
on 6 Oct 2008 at 8:16