2
Genie에서 목록을 작성하려고하는데 작동하지 않는 것 같습니다. 코드를 컴파일 :목록 만들기 : 'Gee'라는 이름이 존재하지 않습니다.
[indent=2]
init
var l = new list of string
는 이러한 오류를 생성합니다
[email protected]:~/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을 libgee2 설치) 아무것도 변경되지 않습니다. 어떤 아이디어?