I'm stuck. I'm trying to build Binutils with mingw64. This error is
confounding me!

The first part if fixable when Binutils generates Intl\Makefile the
following lines do not have tabs:
line 309, 310, 312, 313, 316, 318, 339, 341, 342, 344, 346, 348, 350, 352,
354, 356 and 397.

Makefile:312: *** missing separator.  Stop.

There may be others I do not know about.  adding tabs fixes the problem
with the
missing separator error, then I get a

Makefile:323: ../Rules: No such file or directory

which can be made manually? then I have the last error

make[1]: *** [Makefile:6609: all-intl] Error 2
make[1]: Leaving directory '/home/brazg/build.binutils'
make: *** [Makefile:858: all] Error 2

which I cannot for the life of me figure out.

I hope someone knows what is going on.

--BjRaz
/d/Users/brazg/Documents/GitHub/binutils-gdb/configure 
--prefix=/home/brazg/mingw --includedir=/home/brazg/mingw/include/ 
--libexecdir=/home/brazg/mingw/libexec --enable-install-libiberty


D:/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/waitpid.c:31:7: warning: 
implicit declaration of function 'wait' [-Wimplicit-function-declaration]
       int wpid = wait(stat_loc);
       ^
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS  -I. 
-I/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -D_GNU_SOURCE  
/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/setproctitle.c -o 
pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS  -I. 
-I/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -D_GNU_SOURCE   
/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/setproctitle.c -o 
noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS  -I. 
-I/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -D_GNU_SOURCE 
/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/setproctitle.c -o 
setproctitle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS  -I. 
-I/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -D_GNU_SOURCE  
/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/vfork.c -o pic/vfork.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS  -I. 
-I/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -D_GNU_SOURCE   
/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/vfork.c -o 
noasan/vfork.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -D__USE_MINGW_ACCESS  -I. 
-I/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/../include  -W -Wall 
-Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  -D_GNU_SOURCE 
/d/Users/brazg/Documents/GitHub/binutils-gdb/libiberty/vfork.c -o vfork.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o 
./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o 
./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o 
./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o 
./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o 
./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o 
./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o 
./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o 
./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o 
./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o 
./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o 
./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o 
./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o 
./setproctitle.o ./vfork.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o 
./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o 
./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o 
./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o 
./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o 
./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o 
./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o 
./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o 
./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o 
./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o 
./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o 
./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o 
./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o 
./setproctitle.o ./vfork.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o 
./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o 
./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o 
./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o 
./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o 
./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o 
./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o 
./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o 
./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o 
./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o 
./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./bcmp.o ./bcopy.o ./bzero.o ./ffs.o 
./index.o ./insque.o ./memmem.o ./mkstemps.o ./random.o ./rindex.o ./setenv.o 
./sigsetmask.o ./stpcpy.o ./stpncpy.o ./strndup.o ./strverscmp.o ./waitpid.o 
./setproctitle.o ./vfork.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o 
./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o 
./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o 
./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o 
./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o 
./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o 
./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-win32.o 
./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o 
./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o 
./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o 
./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o 
./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o 
./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
make[3]: Entering directory '/home/brazg/build.binutils/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/brazg/build.binutils/libiberty/testsuite'
make[2]: Leaving directory '/home/brazg/build.binutils/libiberty'
make[2]: Entering directory '/home/brazg/build.binutils/intl'
Makefile:312: *** missing separator.  Stop.
make[2]: Leaving directory '/home/brazg/build.binutils/intl'
make[1]: *** [Makefile:6609: all-intl] Error 2
make[1]: Leaving directory '/home/brazg/build.binutils'
make: *** [Makefile:858: all] Error 2
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to