guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ntp:hackers/Guile devel] ntp-dev changes


From: Kevin Ryde
Subject: Re: [ntp:hackers/Guile devel] ntp-dev changes
Date: Mon, 17 Apr 2006 08:34:35 +1000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Bruce Korb <address@hidden> writes:
>
> Anyway, for me it builds with GCC 3.x and fails with 4.x, but looks
> like it should fail no matter what the compiler. What gives?

Guile in main.c doesn't look at the structure fields so doesn't need
the actual definition.  gcc 3 was happy to throw around pointers to an
undefined struct (I think that was traditional among cc's too), but
gcc 4 has got strict :-(.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]