tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

getcwd undeclared in XmlConf.cpp #195

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to build
2. getcwd is undeclared

What is the expected output? What do you see instead?
It should compile

What version of the product are you using? On what operating system?
latest SVN trunk, on Linux with gcc 4.8.1

Please provide any additional information below.
Please add 
#include <unistd.h>
to src/XmlConf.cpp, line 29

Original issue reported on code.google.com by todu...@gmail.com on 1 Oct 2013 at 11:29

GoogleCodeExporter commented 9 years ago
I should have mentioned... it's libdigidocpp that's failing to build.

Original comment by todu...@gmail.com on 1 Oct 2013 at 11:34