Skip to content

Instantly share code, notes, and snippets.

@raulgrell
Created February 2, 2018 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raulgrell/7a572f71a50e265ed33c7152d9f988f0 to your computer and use it in GitHub Desktop.
Save raulgrell/7a572f71a50e265ed33c7152d9f988f0 to your computer and use it in GitHub Desktop.
E:\Projects\Tick\src\system\c.zig:1:9: error: compiler bug: @cImport generated invalid zig code
pub use @cImport({
^
?.c:1:1: note: 'png_error_ptr' depends on itself
TODO: remember C source location to display here
^
E:\Projects\Tick\src\system\c.zig:1:9: error: compiler bug: @cImport generated invalid zig code
pub use @cImport({
^
?.c:1:1: note: 'png_error_ptr' depends on itself
TODO: remember C source location to display here
^
E:\Projects\Tick\src\system\c.zig:1:9: error: compiler bug: @cImport generated invalid zig code
pub use @cImport({
^
?.c:1:1: note: 'png_structp' depends on itself
TODO: remember C source location to display here
^
E:\Projects\Tick\src\system\c.zig:1:9: error: compiler bug: @cImport generated invalid zig code
pub use @cImport({
^
?.c:1:1: note: 'png_structp' depends on itself
TODO: remember C source location to display here
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment