Changes between Initial Version and Version 2 of Ticket #52116
- Timestamp:
- Sep 12, 2016, 10:04:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52116 – Description
initial v2 1 {{{ 1 2 :info:build /usr/bin/gcc-4.2 -c -DHAVE_CONFIG_H -pipe -Os -arch ppc -I/opt/local/include -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE -fno-common ./cp-demangle.c -o pic/cp-demangle.o; \ 2 3 :info:build else true; fi … … 1575 1576 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_binutils/binutils/work/binutils-2.26.1' 1576 1577 :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_nue.de.rsync.macports.org_macports_release_tarballs_ports_devel_binutils/binutils/work/binutils-2.26.1" && /usr/bin/make -w all 1577 1578 }}} 1578 1579 I cannot see the error in include/libiberty.h: 1579 1580 {{{ 1580 1581 107 #if !HAVE_DECL_BASENAME 1581 1582 108 #if defined (__GNU_LIBRARY__ ) || defined (__linux__) \ … … 1590 1591 117 #define basename basename_cannot_be_used_without_a_prototype 1591 1592 118 #endif 1592 1593 1593 }}}