Galapix / galapix

Galapix moved to https://gitlab.com/galapix/galapix
GNU General Public License v3.0
31 stars 4 forks source link

compilation error #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by grum...@gmail.com on 18 Oct 2009 at 10:36