[MonoDevelop] Missing seprerators in Makefiles

John Luke jluke@users.sourceforge.net
Mon, 23 Feb 2004 15:17:57 -0500


On Mon, 2004-02-23 at 14:52, Gustavo Giráldez wrote:
> 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.
> 

If there are things you notice that need to be fixed in the build system
_please_ fix them or let us know.  Especially if you already have svn
access to do so.

Let me know if you are not going to commit that so I can do it.