[Issue 21982] New: importC: Error: variable no definition of struct

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 27 21:48:21 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=21982

          Issue ID: 21982
           Summary: importC: Error: variable no definition of struct
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org

>From the testsuite
---
imports/cstuff1.c(308): Error: variable `cstuff1.tests1.s` no definition of
struct `SS`
imports/cstuff1.c(315): Error: variable `cstuff1.tests2.t` no definition of
struct `T`
---

Which seems to suggest that TypeTag isn't resolving all issues around symbol
resolution.

--


More information about the Digitalmars-d-bugs mailing list