LUCAS TIAGO DE MORAES

Results 10 comments of LUCAS TIAGO DE MORAES
trafficstars

lucas@lucas-moraes:~$ nvim --version NVIM v0.5.0-dev Build type: RelWithDebInfo Lua 5.1 Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-QwQkmn/neovim-0.5.0+ubuntu1+git202002262019-ad745f9-00e710e=. -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99...

I installed by git clone, I don't know why get version 0.1.0. Now I get from releases, but see error: lucas@lucas-moraes:/tmp/gnvim-0.1.5$ GNVIM_RUNTIME_PATH=/tmp/gnvim-0.1.5/runtime cargo run Compiling gnvim v0.1.0 (/tmp/gnvim-0.1.5) Compiling soup-sys...

No. When I opened this issue I installed by git clone, git clone install version 0.1.0. Now I downloaded from https://github.com/vhakulinen/gnvim/archive/0.1.5.zip, but return error above.

I clicked wrong

lucas@lucas-moraes:/tmp/gnvim-0.1.5$ GNVIM_RUNTIME_PATH=/tmp/gnvim-0.1.5/runtime cargo run Compiling gnvim v0.1.0 (/tmp/gnvim-0.1.5) Compiling syntect v3.2.0 Compiling gtk-sys v0.9.0 Compiling gdk-sys v0.9.0 Compiling gdk v0.11.0 Compiling html5ever v0.23.0 Compiling pangocairo v0.8.0 Compiling pangocairo-sys v0.10.0 error:...

lucas@lucas-moraes:/tmp$ rm -rf gn* lucas@lucas-moraes:/tmp$ git clone https://github.com/vhakulinen/gnvim Cloning into 'gnvim'... remote: Enumerating objects: 75, done. remote: Counting objects: 100% (75/75), done. remote: Compressing objects: 100% (36/36), done. remote: Total...

see this log: lucas@lucas-moraes:/tmp/gnvim$ cargo bench --features=unstable --verbose Fresh pkg-config v0.3.14 Fresh autocfg v0.1.4 Fresh lazy_static v1.3.0 Fresh rand_core v0.4.0 Fresh unicode-xid v0.1.0 Fresh siphasher v0.2.3 Fresh cfg-if v0.1.9 Fresh...

command ':call gnvim#set_gui_colors()' changed nothing. gtk version: $ dpkg -l libgtk* | grep -e '^i' | grep -e 'libgtk-*[0-9]' ii libgtk-3-0:amd64 3.24.20-0ubuntu1 amd64 GTK graphical user interface library ii libgtk-3-bin...

see error: ``` lucas@lucas-moraes:~/Downloads/gnvim-a467850a3fe089e58112328d8cda44b22f98adbc$ ls assets build.rs Cargo.lock Cargo.toml desktop examples LICENSE Makefile README.md runtime rustfmt.toml src sublime-syntaxes lucas@lucas-moraes:~/Downloads/gnvim-a467850a3fe089e58112328d8cda44b22f98adbc$ GNVIM_RUNTIME_PATH=/home/lucas/Downloads/gnvim-a467850a3fe089e58112328d8cda44b22f98adbc/runtime RUST_LOG=gnvim=debug cargo run Compiling pkg-config v0.3.17 Compiling libc v0.2.71 Compiling...

continue the same. lucas@lucas-moraes:/tmp/gnvim$ GNVIM_RUNTIME_PATH=/tmp/gnvim/runtime RUST_LOG=gnvim=debug cargo run Compiling pkg-config v0.3.17 Compiling libc v0.2.71 Compiling proc-macro2 v1.0.18 Compiling unicode-xid v0.2.1 Compiling syn v1.0.33 Compiling cfg-if v0.1.10 Compiling byteorder v1.3.4 Compiling...