-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make error on Ubuntu #66
Comments
got the same errors. |
I am trying to reproduce this with this docker image ,found it compile vterm successfully when I run Dockerfile
build and run
|
I figure out the problem was the anaconda environment has an alternative libtool and it's default on my shell env. I just need to remove anaconda path from PATH temporarily and everything works fine. Thank you for the catch up. |
Got the same problem and I also tried |
I agree. Otherwise, a hack to remove |
For anyone hitting this, here's a path-remove function:
|
hi, I'm sorry I don't follow your comment @exp2ipi I have the same error. My path variable is:
|
This worked well for me. |
I got the following issue when building on Ubuntu 18 with
sudo apt install libvterm-dev
installed.According to the solution over here, I tried
conda install gxx_linux-64
but it didn't work out. Also, it's weird building emacs-libvterm uses conda binaries.The text was updated successfully, but these errors were encountered: