On Mon, Aug 22, 2016 at 11:07 PM, gmhwxi <[email protected]> wrote: > The reason is that you used: > > abst@ype struct_foo > > Instead, you need the following line: > > abst@ype struct_foo = $extype"struct foo" > > The compiler needs to know the size of struct_foo during compilation.
Clear. I fixed it at following patch: https://github.com/jats-ug/practice-ats/commit/68c174df017c04135d46168070289a6c001cd49e Thanks a lot, -- Kiwamu Okabe at METASEPI DESIGN -- You received this message because you are subscribed to the Google Groups "ats-lang-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ats-lang-users. To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/CAEvX6d%3D3F7Z%3DWK_8PyNkKHLGmMp5E3obw29fOegqPjrVqQLP%3Dw%40mail.gmail.com.
