nodogsplash build: identificador não declarado

1

Eu quero instalar o nodogsplash e segui as instruções para baixar o pacote. Durante a instalação, ocorreu o seguinte erro:

$ make
cc  -O0 -g -Wall -Isrc -c src/gateway.c -o src/gateway.o
src/gateway.c: In function ‘main_loop’:
src/gateway.c:257:8: error: ‘MHD_OPTION_LISTENING_ADDRESS_REUSE’ undeclared (first use in this function)
        MHD_OPTION_LISTENING_ADDRESS_REUSE, 1,
        ^
src/gateway.c:257:8: note: each undeclared identifier is reported only once for each function it appears in
Makefile:20: recipe for target 'src/gateway.o' failed
make: *** [src/gateway.o] Error 1

Como corrigir isso e fazer isso funcionar?

    
por Aditya Sharma 01.07.2016 / 16:01

1 resposta

0

Parece que a versão no pi mais recente é libmicrohttpd10 (= 0.9.37 + dfsg-1 + b1), e essa também é a dos repositórios debians, se eu estiver lendo isso corretamente. link

Então, acho que o problema pode estar em outro lugar?

    
por 08.10.2016 / 17:10