oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

libvte-2.90-dev is no longer in ubuntu, only libvte-2.91-dev is #53

Closed OvermindDL1 closed 7 years ago

OvermindDL1 commented 8 years ago

libvte-2.90-dev is no longer in Ubuntu, only libvte-2.91-dev is, and compile fails due to mismatched version:

--- stderr
thread '<main>' panicked at '`"pkg-config" "--libs" "--cflags" "vte-2.90"` did not exit successfully: exit code: 1
--- stderr

Needs updating.

R3mbrandt commented 7 years ago

Same on arch linux.

oakes commented 7 years ago

Fixed in README

OvermindDL1 commented 7 years ago

Does not appear to be resolved. I just recloned it, the readme does indeed state to get vte-2.91, however the project still fails with:

--- stderr
thread '<main>' panicked at '`"pkg-config" "--libs" "--cflags" "vte-2.90"` did not exit successfully: exit code: 1
--- stderr
Package vte-2.90 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.90.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.90' found

So the project is still trying to use vte-2.90, not 2.91, so now the readme does not match what the source is wanting?

oakes commented 7 years ago

Sorry I was still working on the code when I wrote that comment. I just pushed a new commit to this project with the new deps that you need. Please pull that, do an update, and let me know if the build works for 2.91 now.

OvermindDL1 commented 7 years ago

Lol, all good, trying compile now, and successful compile! I do not have a GUI available right at this moment so will give it a try this evening when I get home and if any further issues then I will open a new issue. But launching it in a virtual framebuffer did load it without issue at least, so its looks good. Thanks much! :-)

oakes commented 7 years ago

Awesome! Yeah please open a new issue if you notice anything.