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 wit

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 Admin/templates/data\;admin\;defaul

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
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 li

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 t