rnowley / nim-ncurses

A Nim language wrapper for NCurses
57 stars 12 forks source link

helloworld will not compile. Problem with ncurses.nim #26

Open tardisgallifrey opened 4 years ago

tardisgallifrey commented 4 years ago

$:~/nimfiles$ nim c hellocurses.nim Hint: used config file '/etc/nim.cfg' [Conf] Hint: system [Processing] Hint: hellocurses [Processing] Hint: ncurses [Processing] nim-ncurses/ncurses.nim(60, 25) Error: list of key:value pairs expected

My import line is: import /home/myhome/nimfiles/nim-ncurses/ncurses.nim