Como construir libgit2 e php-git2 no Ubuntu 14.04

2

Eu preciso construir e instalar libgit2 e PHP-Git da fonte. Esta é a primeira vez que faço algo assim e não sou tão experiente com linux.

  1. eu segui as instruções no github. quando eu tento cmake .. ele não encontra libcurl, http-parser e libssh2.
  2. eu instalei libssh2-1, libssh2-1-dev, libhttp-parser, libhttp-parser-dev e libcurl4-openssl-dev.
  3. eu executei cmake --build . , mudei no php-git2 dir executado phpize e ./configure --enable-git2-debug :

    configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking command to parse /usr/bin/nm -B output from cc object... failed

  4. quando eu tento make , ele mostra muitos erros como unknown type name... , redundant redeclaration of ... , previous declaration of ... was here , warning: enumeration value ... not handled in switch e muitas coisas não declaradas

Seria ótimo se alguém pudesse me ajudar, obrigado.

EDIT: parece que você não pode construir o php-git. Eu tentei muitas coisas e nada funcionou

    
por Thorbijoern 16.08.2016 / 09:47

0 respostas