Re: Missing separator error can be caused by too many files in alternate recipe format

2014-05-27 Thread Paul Smith
On Mon, 2014-05-26 at 20:46 -0400, PenguinDude24 wrote: What I think happened is that obviously there was some internal error with heuristics that GNU Make (and most likely others), and the heuristics engine could not figure out how to parse that long line (maybe was not expecting data to

Re: Missing separator error can be caused by too many files in alternate recipe format

2014-05-27 Thread PenguinDude24
On 05/27/2014 07:21 AM, Paul Smith wrote: On Mon, 2014-05-26 at 20:46 -0400, PenguinDude24 wrote: What I think happened is that obviously there was some internal error with heuristics that GNU Make (and most likely others), and the heuristics engine could not figure out how to parse that long

Re: Missing separator error can be caused by too many files in alternate recipe format

2014-05-27 Thread PenguinDude24
On 05/27/2014 05:56 PM, PenguinDude24 wrote: On 05/27/2014 07:21 AM, Paul Smith wrote: On Mon, 2014-05-26 at 20:46 -0400, PenguinDude24 wrote: What I think happened is that obviously there was some internal error with heuristics that GNU Make (and most likely others), and the heuristics engine

Re: Missing separator error can be caused by too many files in alternate recipe format

2014-05-27 Thread PenguinDude24
My filenames have semi-colons in them and yes I did escape them (as-is text): admin_files = some-file.dat admin_templates_files = Admin/templates/adminLoginForm;admin;default Admin/templates/blockEdit\;admin\;default Admin/templates/colorEdit\;admin\;default

Re: Missing separator error can be caused by too many files in alternate recipe format

2014-05-27 Thread PenguinDude24
It turns out it is not a bug--just general error/quirk. Okay, I found the error, and the reason why I been going insane over this over the past few hours. My filenames have semi-colons in them. That is what triggered the missing separator error. Makefile.am: # filename with

bug#17614: parallel compilation fails

2014-05-27 Thread Peter Johansson
Hi, I have a project with a libtool archive built from many source files. When I build with 'make -j40' I get error message mv: `yat/statistics/.deps/Percentiler.Tpo' and `yat/statistics/.deps/Percentiler.Plo' are the same file make[1]: *** [yat/statistics/Percentiler.lo] Error 1 Looks

bug#17614: parallel compilation fails

2014-05-27 Thread Peter Johansson
On 05/28/2014 02:52 PM, Peter Johansson wrote: Hi, I have a project with a libtool archive built from many source files. When I build with 'make -j40' I get error message mv: `yat/statistics/.deps/Percentiler.Tpo' and `yat/statistics/.deps/Percentiler.Plo' are the same file make[1]: ***