From: Leon Dent (lcd@umcc.umcc.umich.edu)
Date: 05/14/93


From: lcd@umcc.umcc.umich.edu (Leon Dent)
Subject: OLEO: Getting past io-edit.c error?
Date: 14 May 1993 07:07:43 -0400

When compiling oleo1.3 I get errors like:

io-edit.c: In function `backward_word':
io-edit.c:203: structure has no member named `the_cmd_frame'

The offending lines are like this:
       && !isalnum (text.buf[cursor]))

This seems to be related to some defines in io-edit:
#define cursor the_cmd_arg.cursor
#define text the_cmd_arg.text

This is probably a simple problem for a "real" C programmer, and I
recall some discussion here about oleo in the past.
Anybody got any hints?

Leon Dent
lcd@umcc.umich.edu