Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Some Release
-
None
-
fb7bc42bfcc578ff3fa3b9ca21a41e96eb37c1c7
Description
Trying to compile the solution results in:
src/qtlocalpeer.cpp: In constructor 'QtLocalPeer::QtLocalPeer(QObject*, const QString&)': src/qtlocalpeer.cpp:103: error: '::getuid' has not been declared
The solution is to add #Include <unistd.h> to qtlocalpeer.cpp. See the attached patch.