zacharycarter/nimgui

~/.nimble/pkgs/nimgui-1.6.9/nimgui.nim(422, 13) Error: invalid pragma: unchecked

Opened this issue · 2 comments

I am running on nim v1.0.0 on macOS 10.13.6

I wrote a simple program to check if everything would compile:

import sdl2
import nimgui

echo("Hello world")

This program fails to compile. Compilation log:

$ nim c imgui_test.nim
Hint: used config file '/usr/local/Cellar/nim/1.0.0/nim/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: widestrs [Processing]
Hint: io [Processing]
Hint: imgui_test [Processing]
Hint: sdl2 [Processing]
Hint: macros [Processing]
Hint: strutils [Processing]
Hint: parseutils [Processing]
Hint: math [Processing]
Hint: bitops [Processing]
Hint: algorithm [Processing]
Hint: unicode [Processing]
Hint: nimgui [Processing]
/Users/deepakg/.nimble/pkgs/nimgui-1.6.9/nimgui.nim(422, 13) Error: invalid pragma: unchecked

Thanks!

Hi, this version of the ImGui bindings is outdated.
I recommend checking https://github.com/nimgl/imgui

Thanks! Will do. Btw, I found this repo from the bindings page of the original imgui repo (ocornut/imgui): https://github.com/ocornut/imgui/wiki/Bindings

image

Worth pinging them to remove it?