Я пытаюсь составить список в Genie, но он не работает. Компиляция кода:
[indent=2]
init
var l = new list of string
выдает эти ошибки:
someone@someone-UBook:~/Documents$ valac helloworld.gs helloworld.gs:2.10-2.24: error: The name `Gee' does not exist in the context of `main'
var l = new list of int
^^^^^^^^^^^^^^^
helloworld.gs:2.8-2.24: error: var declaration not allowed with non-typed initializer
var l = new list of int
^^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 0 warning(s)
Я установил libgee2 (через sudo apt-get install libgee2) и ничего не изменилось. Есть идеи?