rdmenezes / thrudb

Automatically exported from code.google.com/p/thrudb
1 stars 0 forks source link

thrucommon doesn't compile on Ubuntu Server 10.04 #19

Open GoogleCodeExporter opened 9 years ago

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