Closed GoogleCodeExporter closed 9 years ago
Fix :
declare in error.c :
static bool machine_readable_output; /* GLOBAL */
another error:
openvpn//src/openvpn/options.c: In function 'show_settings':
openvpn//src/openvpn/options.c:1515:3: error: 'struct options const' has no
member named 'parsable_output'
Fix:
comment out
/**SHOW_BOOL (parsable_output);**/
Original comment by xdrago...@gmail.com
on 23 Nov 2013 at 7:08
This issue was closed by revision 650aa43d6d97.
Original comment by arne@rfc2549.org
on 23 Nov 2013 at 1:09
Original issue reported on code.google.com by
xdrago...@gmail.com
on 23 Nov 2013 at 6:41