simonkrauter / NiGui

Cross-platform desktop GUI toolkit written in Nim
MIT License
724 stars 49 forks source link

Running of examples fails #132

Closed Unaimend closed 3 years ago

Unaimend commented 3 years ago
$ nim -c r example_01_basic_app.nim 
Hint: used config file '/home/td/nim/nim-1.4.4/config/nim.cfg' [Conf]
Hint: used config file '/home/td/nim/nim-1.4.4/config/config.nims' [Conf]
Hint: used config file '/home/td/dev/nim/gui_test/NiGui/nim.cfg' [Conf]
Hint: used config file '/home/td/dev/nim/gui_test/NiGui/examples/nim.cfg' [Conf]
Hint: used config file '/home/td/dev/nim/gui_test/NiGui/examples/config.nims' [Conf]
......................
/home/td/dev/nim/gui_test/NiGui/src/nigui/private/gtk3/platform_impl.nim(1406, 8) Warning: method has lock level 0, but another method has <unknown> [LockLevel]
Hint: 61815 lines; 1.106s; 94.883MiB peakmem; Debug build; proj: /home/td/dev/nim/gui_test/NiGui/examples/example_01_basic_app.nim; out: /home/td/.cache/nim/example_01_basic_app_d/example_01_basic_app.json [SuccessX]
Hint: /home/td/.cache/nim/example_01_basic_app_d/example_01_basic_app  [Exec]
sh: 1: /home/td/.cache/nim/example_01_basic_app_d/example_01_basic_app: not found
Error: execution of an external program failed: '/home/td/.cache/nim/example_01_basic_app_d/example_01_basic_app '
(base)
Unaimend commented 3 years ago

I am pretty sure I screwed up sth. with --path: but I am not sure what