vlang/c2v

a type alias can not refer to itself: Dl_info

topcheese opened this issue · 0 comments

Remotery.v:838:1: error: a type alias can not refer to itself: Dl_info
  836 | 
  837 | fn munmap( voidptr,  usize) int
  838 | type Dl_info = Dl_info
      | ~~~~~~~~~~~~~~~~~~~~~~
  839 | fn dlclose(__handle voidptr) int

This one has me stuck. I'll jump on Discord to discuss this one.

C code origin -> https://github.com/Celtoys/Remotery