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