On Mon, May 18, 1998 at 09:44:09AM -0700, Kevin Oberman wrote:
Olivier,
Thanks for the suggestion. I tried again with --use-union-type and it
worked a bit better, but not much.
Here is the latest run. I had to compile frame.c with gcc (cc gave me
a compiler interal error). Other than that, here is the result
including all warnings I received.
The warnings are interesting. I guess the appropriate people is going to
fix them.
The origin of this fpe problem is known, we're working on it but we don't
have to solution yet.
OG.
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD
-I/usr/dt/include event-Xt.c
cc: Warning: event-Xt.c, line 1203: In the initializer for hurl, the referenced type of
the pointer value "data" is "unsigned char", which is not compatible
with "const signed char".
char *hurl = dnd_url_hexify_string (data, "file:");
-------------------------------^
cc -c -O2 -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -D_BSD -I/usr/dt/include
frame-x.c
cc: Warning: frame-x.c, line 2585: # not in column 1 is ignored, skipping to end of
line.
#ifdef HAVE_TOOLBARS
--^
cc: Warning: frame-x.c, line 2591: # not in column 1 is ignored, skipping to end of
line.
#endif /* HAVE_TOOLBARS */
--^
Loading cl-extra.el.../bin/sh: 30938 Floating exception - core dumped