[Bug 231] New: eventlog: small windows compilation problem
https://bugzilla.balabit.com/show_bug.cgi?id=231 Summary: eventlog: small windows compilation problem Product: syslog-ng Version: 3.4.x Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: unspecified Component: syslog-ng AssignedTo: bazsi@balabit.hu ReportedBy: ramon.garcia.f+syslog@gmail.com Type of the Report: --- Estimated Hours: 0.0 I am compiling eventlog-0.2.12+20120504+1700 under mingw64. I had a small issue compiling, because there is no alloca.h I'm attaching a small fix. malloc.h and alloca.h are checked by autoconf instead of by __WIN32__ Best regards. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=231 --- Comment #1 from Ramón García <ramon.garcia.f+syslog@gmail.com> 2013-04-18 18:56:56 --- Created an attachment (id=72) --> (https://bugzilla.balabit.com/attachment.cgi?id=72) check alloca.h and malloc.h using autoconf -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=231 --- Comment #2 from Balazs Scheidler <bazsi@balabit.hu> 2013-04-19 05:59:53 --- thanks for the patches, seems all right, so I'm going to pick them to master. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.balabit.com/show_bug.cgi?id=231 Balazs Scheidler <bazsi@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution| |FIXED Status|NEW |RESOLVED --- Comment #3 from Balazs Scheidler <bazsi@balabit.hu> 2013-04-23 17:56:44 --- Thanks, integrated: commit b34e3d22b682f00b800807cd2b9985e752f40573 Author: Balazs Scheidler <bazsi@balabit.hu> Date: Tue Apr 23 17:53:44 2013 +0200 configure.in: fixed a compilation problem on Windows This patch implements configure checks for malloc.h and alloca.h instead of relying on WIN32 specific macros. Reported-By: Ramón García <ramon.garcia.f+syslog@gmail.com> Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla@bugzilla.balabit.com