What steps will reproduce the problem?
1. ./bootstrap.sh
2. ./configure
3. make
What is the expected output? What do you see instead?
you should be able to compile without error during the compilation process.
An errormessage because some includes seem missing.
What version of the product are you using? On what operating system?
Thrudb rev 466
Please provide any additional information below.
I think fixing this issue won't be really difficult you just have to add :
line8 #include <stdint.h> in src/Hashing.h
line13 #include <stdio.h> in src/Spread.cpp
Original issue reported on code.google.com by Mathieu....@gmail.com on 18 May 2010 at 2:26
Original issue reported on code.google.com by
Mathieu....@gmail.com
on 18 May 2010 at 2:26