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
configure.ac). Sorry for the inconvenience. -- penguindude24

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

2014-05-26 Thread PenguinDude24
The typical format for recipes is: Target: Dependencies @echo 'we are cooking your favorite app' But when you do this: Dependencies: Target @echo 'we are cooking your favorite app' you run the risk of getting the missing separator error on line nnn if the Dependencies list is

Re: Long file lists and deep directioriies with Automake

2013-12-18 Thread PenguinDude24
I also had to use the install-data-hook target to get the data files nested just right also.

Re: Long file lists and deep directioriies with Automake

2013-12-17 Thread PenguinDude24
On 12/17/2013 04:05 PM, Gavin Smith wrote: On Mon, Dec 2, 2013 at 8:21 PM, PenguinDude24beowul...@yandex.com wrote: Automake generates the Makefile.in files, and configure makes the 'Makefile' for the directory. But the generated makefiles give errors. GNU Make gives the ominous 'missing

Re: automake breaks my file by putting includes after rules; how do I fix this?

2013-12-16 Thread PenguinDude24
On 12/16/2013 12:00 PM, automake-requ...@gnu.org wrote: Send Automake mailing list submissions to automake@gnu.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.gnu.org/mailman/listinfo/automake or, via email, send a message with subject or body 'help'

Re: Automake Digest, Vol 133, Issue 5

2013-12-16 Thread PenguinDude24
On 12/16/2013 12:00 PM, automake-requ...@gnu.org wrote: Send Automake mailing list submissions to automake@gnu.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.gnu.org/mailman/listinfo/automake or, via email, send a message with subject or body 'help'

Long file lists and deep directioriies with Automake

2013-12-02 Thread PenguinDude24
I'm working on a project. Actually, I'm rennovating a project. And its mostly script files that do not need to be compiled with a C or C++ compiler; were talking Perl here. Anyway, the package requries that many data files be installed. I'm telling Automake via Makefile.am to put them into