We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to compile 3.8 beta1 on FreeBSD, it fails with the following message:
CC modules/date/modules_date_libdate_la-date-parser-parser.lo CC modules/date/modules_date_libdate_la-strptime-tz.lo modules/date/strptime-tz.c:516:19: error: invalid argument type 'char *(*)(int, int)' to unary expression *tm_gmtoff = -(timezone); ^~~~~~~~~~~ 1 error generated. gmake[4]: *** [Makefile:10516: modules/date/modules_date_libdate_la-strptime-tz.lo] Error 1 gmake[3]: *** [Makefile:13201: all-recursive] Error 1 gmake[2]: *** [Makefile:5440: all] Error 2 gmake[2]: Leaving directory '/root/syslog-ng-devel/work/syslog-ng-3.8.0beta1' *** Error code 1
The text was updated successfully, but these errors were encountered:
yeah, on FreeBSD timezone is a function and not long int...
timezone
long int
Sorry, something went wrong.
09a8d25
kvch
No branches or pull requests
When trying to compile 3.8 beta1 on FreeBSD, it fails with the following message:
The text was updated successfully, but these errors were encountered: