c-for-go icon indicating copy to clipboard operation
c-for-go copied to clipboard

golang-ui/nuklear build is broken

Open agreppin opened this issue 1 year ago • 0 comments

Hello,

I forked https://github.com/golang-ui/nuklear and made it build it again on Ubuntu 24.04. Here is the link to the repo https://github.com/agreppin/nuklear/blob/main/nk.yml.

c-for-go now has problem generating the following structs:

  • nk_convert_config, types.go missing line_AA, shape_AA (nk_anti_aliasing)
  • nk_draw_vertex_layout_element, types.go missing attribute & format
  • const.go missing type for enum nk_anti_aliasing (enum values are ok)
  • maybe more ...

I tried to use very older version of c-for-go with no luck. Please give me some clue on how to solve this issue.

Thank you


some details here: https://github.com/agreppin/nuklear/issues/1

agreppin avatar Oct 23 '24 13:10 agreppin