altf4 / untwister

Seed recovery tool for PRNGs
GNU General Public License v3.0
359 stars 42 forks source link

Errors in TestUntwister - make tests ./untwister_tests #27

Closed NewtoCScience closed 9 years ago

NewtoCScience commented 9 years ago

Hello, conducting the make tests .untwister_tests and received lines of errors. A lot of unqualified id, was not declared, expected primary-expression and others from the ./tests/TestUntwister.cpp.

I used the code direct from Untwister. I attached screenshots of the Ubuntu terminal in order(sorry no # lines) and the TestUntwister.cpp for any mishaps I cannot see. All help is greatly appreciated, thank you! I would like to get past these errors to compile.

terminal1 terminal2 terminal3 terminal4 terminal5 terminal6 terminal7 terminal8 terminal9 testuntwister testuntwister2 testuntwister3 testuntwister4 testuntwister5 testuntwister6

altf4 commented 9 years ago

I just tried installing and building untwister from a fresh Ubuntu VM to double check that the whole process works, and it went fine for me. Just follow the steps in the readme, basically, but here it is again, with a little more detail:

mkdir Code
cd Code
sudo apt-get install python-dev libboost-python-dev libcppunit-dev git build-essential
git clone https://github.com/altf4/untwister.git
cd untwister
make
./untwister