#36472: gdb build failure ---------------------+---------------------- Reporter: mk@… | Owner: dweber@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gdb | ---------------------+---------------------- Comment (by blair@…): @Deil best if you can see what's on your system that's causing the compile failure, either by debugging the build and seeing which header file is being included by manually running: {{{ /usr/bin/clang -pipe -O2 -I/opt/local/include -Wno-unused-value -arch x86_64 -I. -I. -I./common -I./config -DLOCALEDIR="\"/opt/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -MT ser-base.o -MMD -MP -MF .deps/ser-base.Tpo ser-base.c -E | less }}} or deactivating ports that look like they could cause gdb a build issue. -- Ticket URL: <https://trac.macports.org/ticket/36472#comment:21> MacPorts <http://www.macports.org/> Ports system for Mac OS