[plt-scheme] NetBSD build and wchar_t

From: Daniel Hagerty (hag at linnaean.org)
Date: Thu Nov 13 19:07:54 EST 2008

Matthew Flatt <mflatt at cs.utah.edu> writes:

> I've added this support to xform, at least for what seems to be gcc's
> notation for source locations. It's enabled by `configure' when the
> compiler is "gcc".

    I tried SVN 12429, and that's a no go.

The source-location annotations that are emitted have lost the flag
information; for example

# 39 "/usr/include/stddef.h" 2 3 4

comes out as
# 39 "/usr/include/stddef.h"

The "3" flag is the critical one for a wchar_t typedef being ignored.


Posted on the users mailing list.