ryansroberts/hdt-it

Compiling tests on Ubuntu 64bit 13.04

Opened this issue · 0 comments

What steps will reproduce the problem?
1. compiling with make tests all

What is the expected output? What do you see instead?
compiled libraries - an error that an instruction is missing getopt.

error: ‘getopt’ was not declared in this scope

On Ubuntu 64bit 13.04:

Suggested (partly) fix:

add 
#include <unistd.h>
to tests/confpfc.cpp

Original issue reported on code.google.com by lauren...@gmail.com on 24 Mar 2014 at 1:52