endaaman / tym

Lua-configurable terminal emulator
MIT License
185 stars 14 forks source link

Can't compile in arch linux via AUR and release compilation :C #78

Closed AlphaTechnolog closed 2 years ago

AlphaTechnolog commented 2 years ago

I can't compile tym in my arch linux:

neofetch

Because the command sudo make install throws me the next errors:

Screenshot from 2022-04-24 14-21-17

Used the next commands to compile:

cd ~/Downloads/tym
tar -xf ./tym.*.tar
cd tym-.*
./configure
sudo make install

Tried too using the next aur pkgs: tym tym-git

Please help me, i really want to config my terminal using lua :C

endaaman commented 2 years ago

@AlphaTechnolog

What version is your VTE? If you are using vte3-git package, reinstall it or try vte3 package.

AlphaTechnolog commented 2 years ago

@AlphaTechnolog

What version is your VTE? If you are using vte3-git package, reinstall it or try vte3 package.

Thanks for reply!

Hmm, I think it's likely a problem with dependencies versions (like with vte3 as u said), am not in the PC at this moment. When I go back into the action lmao, I'll try with these options:

Thanks :3

AlphaTechnolog commented 2 years ago

Problem solved updating arch linux using sudo pacman -Syu