Hi -

After looking again it seems my problem building
with SUNWspro 6.1 was a very minor one. It seem
this compiler dosn't like empty defaults in case
statement. By making the following minor changes
< (old code)
> (new code)

505c505
<                       /* Nothing to do */
---
>               ;       /* Nothing to do */
540c540
<                       /* Nothing to do */
---
>               ;       /* Nothing to do */

the very picky compiler was happy.

Jim Overly
_______________________________________________
Lesstif mailing list
[EMAIL PROTECTED]
https://terror.hungry.com/mailman/listinfo/lesstif

Reply via email to