Re: "Cannot open file: unsigned" error with nim 2.0

2019-06-07 Thread jackmott
Got everything updated and fixed up thanks everyone. I updated my opengl wrapper and learnopengl tutorial port project: [https://github.com/jackmott/easygl](https://github.com/jackmott/easygl)

Re: "Cannot open file: unsigned" error with nim 2.0

2019-06-07 Thread kaushalmodi
Related: [https://github.com/nim-lang/Nim/issues/11318](https://github.com/nim-lang/Nim/issues/11318)

Re: "Cannot open file: unsigned" error with nim 2.0

2019-06-07 Thread jackmott
great thank you!

Re: "Cannot open file: unsigned" error with nim 2.0

2019-06-07 Thread miran
> Error: cannot open file: X" The fix has just been pushed ([link](https://github.com/nim-lang/opengl/commit/f988766539523f79d2b49ecc238d12724142b910)). See if nimble install opengl@#head solves it for you.

Re: "Cannot open file: unsigned" error with nim 2.0

2019-06-07 Thread jackmott
ok "running nimble install sdl2" resolved this. then I got to opengl, I ran nimble install opengl, that finished. and now I get: "/home/jmott/.nimble/pkgs/opengl-1.2.0/opengl/private/prelude.nim(5, 10) Error: cannot open file: X"

"Cannot open file: unsigned" error with nim 2.0

2019-06-07 Thread jackmott
I went to check if my opengl library would still work with 2.0, when I try to build I get: "/home/jmott/.nimble/pkgs/sdl2-1.1/sdl2.nim(3, 8) Error: cannot open file: unsigned" any ideas?