Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

While installing Giza from here:

wget http://giza-pp.googlecode.com/files/giza-pp-v1.0.2.tar.gz

After I unzip and run "make" I get the following error:

Pointer.h:27:20: fatal error: stream.h: No such file or directory compilation terminated.

Anyone knows how I can resolve this?

share|improve this question

1 Answer

You should probably get a newer version of the source. According to https://code.google.com/p/giza-pp/, the latest version is 1.0.7.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.