[MonoDevelop] Missing seprerators in Makefiles

Gustavo Giráldez gustavo.giraldez@gmx.net
Mon, 23 Feb 2004 16:52:24 -0300


Hey,

On Mon, 2004-02-23 at 14:13 -0500, John Luke wrote:
> On Mon, 2004-02-23 at 05:51, Michael Zehrer wrote:
> > Hi,
> > 
> > I have a problem building the r985 snapshot. configures creates
> > makefiles with missing separators, like this one
> > (src/Libraries/MonoDevelop.Core/Makefile):
> > 
> > SOURCES =  
> > ./Properties/CharacterEncodings.cs  
> > ./Properties/DefaultProperties.cs  
> > ./Properties/UnknownPropertyNodeException.cs  
> > etc...
> > 
> > Is there something wrong with my system (Debian/unstable)?
> > 

Are you using automake 1.8?  If this is the case, automake 1.8 doesn't
like the name SOURCES for normal variables.  I had a patch which changed
all these occurrences by the name FILES but been too lame to send it
in :-/  Must be out of date by now.

> It should have a \ at the end of each of those lines, why it doesn't I
> don't know.  Here it works fine with automake 1.7.8 and autoconf 2.5.7. 
> I'll ask Todd how he is making the snapshots.

automake-1.8 generates those lines, don't know why.  At least version
1.8.2 which is what I have here.

HTH,
Gustavo