Changes between Version 1 and Version 2 of Ticket #44921, comment 9
- Timestamp:
- Sep 10, 2014, 3:13:21 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44921, comment 9
v1 v2 1 1 A quick inspection of main.log seems to indicate that there is an issue with system header files. More specifically "ssize_t" may not have been declared. Adding 2 {{{ 2 3 #include <stdlib.h> 4 }}} 3 5 to gpg-error.h may solve the issue. 4 6