[Mono-list] mono .8 build problem on cygwin
Daniel Morgan
danmorg@sc.rr.com
14 Feb 2002 06:05:21 -0500
Cool! Thanks for letting us know about the fix. I was having that
problem with NULL being declared too.
Does the developers working on Mono/Mcs have a bug tracking system, such
as, bugzilla in place?
On Thu, 2002-02-14 at 05:51, Paolo Molaro wrote:
> On 02/13/02 John Benninghoff wrote:
> > I'm gettting the following error trying to build mono:
> >
> > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/glib-2.0
> > -I/usr/local/lib/glib-2.0/include -I../..
> > -DMONO_ASSEMBLIES=\""/usr/local/lib"\" -g -Wall -Wunused
> > -Wmissing-prototypes -Wmissing-declarations -c opcodes.c
> > opcodes.c:29: `NULL' undeclared here (not in a function)
>
> Fixed in cvs: replace #include <malloc.h> with #include <stddef.h>
> at the top of the file.