-
Isso não tem nada a ver com o
sed -i 's/1.24/1.23/' wscript
.Esta é uma mensagem de erro do Git. Você inicia o comando
git clone https://github.com/geany/geany-plugins.git
várias vezes. Então Git reclama.Exemplo:
$ git clone https://github.com/geany/geany-plugins.git Cloning into 'geany-plugins'... remote: Counting objects: 15302, done. remote: Compressing objects: 100% (15/15), done. remote: Total 15302 (delta 1), reused 0 (delta 0), pack-reused 15287 Receiving objects: 100% (15302/15302), 14.59 MiB | 1.17 MiB/s, done. Resolving deltas: 100% (8708/8708), done. Checking connectivity... done. $ git clone https://github.com/geany/geany-plugins.git fatal: destination path 'geany-plugins' already exists and is not an empty directory.
-
Instale a biblioteca de desenvolvimento do gtk2:
sudo apt-get install libgtk2.0-dev
e novamente:
./waf configure --enable-plugins=pairtaghighlighter