6.8.1 está terrivelmente desatualizado. Use o pacote de insight fornecido pelo Fedora ou use um instantâneo do git: //sourceware.org/git/insight.git. Existem algumas instruções no arquivo README ( link ).
Estou tentando instalar o insight manualmente no Fedora 25. A versão do GDB é 7.12-29.fc25. O configure é executado corretamente, mas os erros de criação são mostrados. Ao pesquisar os problemas, pareceu ter sido corrigido em git , no entanto, ainda estou experimentando o problema.
Como resolvo isso?
Obrigado
Da minha marca:
in file included from /home/murray/local/src/insight-6.8-1/bfd/opncls.c:26:0:
/home/murray/local/src/insight-6.8-1/bfd/opncls.c: In function 'bfd_fopen':
./bfd.h:586:65: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
#define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/murray/local/src/insight-6.8-1/bfd/opncls.c:235:5: note: in expansion of macro 'bfd_set_cacheable'
bfd_set_cacheable (nbfd, TRUE);
^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:1071: recipe for target 'opncls.lo' failed
6.8.1 está terrivelmente desatualizado. Use o pacote de insight fornecido pelo Fedora ou use um instantâneo do git: //sourceware.org/git/insight.git. Existem algumas instruções no arquivo README ( link ).
Tags fedora