# New Ticket Created by  Lars Balker Rasmussen 
# Please include the string:  [perl #24797]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=24797 >


nci_test.c included <malloc.h> which is deprecated on FreeBSD (and
elsewhere I assume), without actually using any malloc-stuff as far as
I could tell.

According to #parrot, libnci.so is built automatically on some
platforms, but not on my FreeBSD.  I couldn't find any logic to do this
- are you supposed to build libnci.so by hand if you want to test nci?
-- 
Lars Balker Rasmussen                                      Consult::Perl

Index: src/nci_test.c
===================================================================
RCS file: /cvs/public/parrot/src/nci_test.c,v
retrieving revision 1.13
diff -u -a -r1.13 nci_test.c
--- src/nci_test.c	25 Dec 2003 12:02:25 -0000	1.13
+++ src/nci_test.c	3 Jan 2004 15:16:12 -0000
@@ -1,5 +1,4 @@
 #include <stdio.h>
-#include <malloc.h>
 /*
  * cc -shared -fpic nci_test.c -o libnci.so -g
  * export LD_LIBRARY_PATH=.

Reply via email to