baiduhook icon indicating copy to clipboard operation
baiduhook copied to clipboard

can not make /usr/local/include/bfd.h:35:2: error: #error config.h must be included before this header

Open SoundsOfLife opened this issue 5 years ago • 1 comments

I make on gcc 4.8.5 : there is errors:

if g++ -DHAVE_CONFIG_H -I. -I. -I./build-aux -I./include -fPIC -MT AsmHelper.o -MD -MP -MF ".deps/AsmHelper.Tpo" -c -o AsmHelper.o test -f 'src/AsmHelper.cpp' || echo './'src/AsmHelper.cpp;
then mv -f ".deps/AsmHelper.Tpo" ".deps/AsmHelper.Po"; else rm -f ".deps/AsmHelper.Tpo"; exit 1; fi In file included from ./include/AsmHelper.h:15:0, from src/AsmHelper.cpp:8: /usr/local/include/bfd.h:35:2: error: #error config.h must be included before this header #error config.h must be included before this header ^ make[1]: *** [AsmHelper.o] Error 1

SoundsOfLife avatar Dec 09 '19 07:12 SoundsOfLife

How can I solve the same problem?

Eureca2017 avatar Aug 23 '22 02:08 Eureca2017