Hello,

I'm trying to compile Firebird on OS X El Capitan to understand why it
does not compile in LibreOffice [0]. But I can't compile it directly
either. I had issues with ICU configuration, but at least this issue
can be fixed directly in the code: CTest.c from cloop includes
<malloc.h> but this is deprecated and not needed in this file.

[0] https://lists.freedesktop.org/archives/libreoffice/2016-February/073399.html

Here's the patch:

Index: extern/cloop/src/tests/test1/CTest.c
===================================================================
--- extern/cloop/src/tests/test1/CTest.c    (revision 63007)
+++ extern/cloop/src/tests/test1/CTest.c    (working copy)
@@ -20,7 +20,6 @@
  */

 #include "CalcCApi.h"
-#include <malloc.h>
 #include <stdio.h>

 #ifdef WIN32

Thanks,
Quentin

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to