Hi,

Angus, I think you're responsible for this, because you have recently modified
the scripts in the xforms/forms directory, haven't you?

There's actually no problem with form_aboutlyx.C, but form_aboutlyx.h is
(almost) empty because of a problem in fdfixh.sed:

/bin/sh ./fdfix.sh form_aboutlyx.fd
sed: 72: ./fdfixh.sed: invalid command code ;
.....

Around line 72, it says:

66 # We retain only those lines in the struct that start " FL_OBJECT *",
67 # placing them in the hold space until the end of the struct is reached
68 # and we can ascertain the struct's name.
69
70 # All other lines are deleted:
71 /^typedef struct/d
72 /^      /{; /FL_OBJECT/!d; }
73

I believe the first ";" after the "{" should go.
At least that fixes the problem here.

Regards,
Rob.

Reply via email to