The unidep program fails to process the attached file (stripped down from a much larger file):
[sbw@tapestry]~% unidep foo.icn
syntax error
syntax error
Couldn't parse foo.icn
However, it compiles just fine:
[sbw@tapestry]~% unicon -c foo.icn
Parsing foo.icn: foo.icn is already in Package AddressBook
... inherits _Dialog from gui.icn
inherits Container from gui.icn
inherits Component from gui.icn
inherits Ticker from gui.icn
inherits MetaComponent from gui.icn
AddressGui is already in Package AddressBook
/opt/unicon/bin/icont -c -O foo.icn /tmp/uni16646083
Translating:
foo.icn:
AddressBook__AddressGui_showHelp
AddressBook__AddressGui
AddressBook__AddressGuiinitialize
No errors
Thanks for this report.
Steve,
As an aside, is that a live V1 GUI program? I had thought V1 GUI applications were so old that it was time to remove the V1 ivib and gui classes from the sources, but maybe we have to keep them around still.