[DGD] Skotos 1.0 is ready
Carter Cheng
cartercheng at gmail.com
Sun May 28 18:51:19 CEST 2017
Is this relevant?
https://stackoverflow.com/questions/31600600/compilation-error-stddef-h-no-such-file-or-directory
On Fri, May 26, 2017 at 6:04 AM, Raymond Jennings <shentino at gmail.com>
wrote:
> Just to clarify I've just been informed that cygwin64 was being used. Is
> this an issue?
>
> On Thu, May 25, 2017 at 2:39 PM, Raymond Jennings <shentino at gmail.com>
> wrote:
>
> > An associate of mine is having trouble building DGD and I've never seen
> > this error before.
> >
> > Is this a bug in DGD or is their system messed up or something else? I
> > thought stddef.h was required by POSIX.
> >
> > ---------- Forwarded message ----------
> > From: <redacted>
> > Date: Thu, May 25, 2017 at 2:37 PM
> > Subject: <redacted>
> > To: Raymond Jennings <shentino at gmail.com>
> >
> >
> > Okay... so I'm issuing the "make install" command in the src folder and
> > I'm getting compilation errors
> >
> > $ make install
> > c++ -pthread -I. -Icomp -Ilex -Ied -Iparser -Ikfun -DLINUX
> > -D_FILE_OFFSET_BITS=64 -g -DDEBUG -c -o alloc.o alloc.cpp
> > In file included from /usr/include/features.h:12:0,
> > from /usr/include/limits.h:11,
> > from host.h:181,
> > from dgd.h:20,
> > from alloc.cpp:20:
> > /usr/include/sys/cdefs.h:45:20: fatal error: stddef.h: No such file or
> > directory
> > #include <stddef.h>
> > ^
> > compilation terminated.
> > make: *** [<builtin>: alloc.o] Error 1
> >
> > Any ideas?
> >
> >
> ____________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
>
More information about the DGD
mailing list