From: | Jonathan |
Date: | 02 Dec 99 at 23:30:25 |
Subject: | Re: Re: creating makefiles |
From: "Jonathan" <jadamcze@utas.edu.au>
| From: Schulze_Michael@t-online.de (Micha!?)
|
| Hello, Stephen
|
| > I'm afraid I can't divulge any secrets about makefiles as I haven't got
any
| > :-) The only advice I can give is to study existing makefiles and try
to
| > understand how they work, as this is how I learnt. What I tend to do
now,
| > is run a make-makefile program and edit it where necessary.
|
| One problem I've discovered is, when I edit a makefile with GoldED, 'make'
| gives an error 'missing separator'. If I use emacs , it works fine. But
| when I load this makefile to GoldED and save it unchanged, it becomes
bigger
| (in bytes) and 'make' brings that error :/
| I guess the ' ' (I don't have the english word ATM, I mean that
'characters'
| you do with the space-bar...;) are responsible.
|
| Regards,
|
| Micha
It has to do with GoldED swapping tabs and spaces (not sure which way)
Best to use emacs (obviously)
Jonathan.