denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] 0.9.4rc1 tarball for testing


From: Bjoern Lindig
Subject: Re: [Denemo-devel] 0.9.4rc1 tarball for testing
Date: Wed, 28 Mar 2012 22:12:40 +0200

Hi, I had the same issue as Edgar. When pulling from git, after
autogen.sh and ./configure I get this error:

Makefile:894: *** missing separator.  Stop.

The line in the Makefile looks like this:

dnl bin_SCRIPTS = denemo_file_update.sh

I applied this patch to the Makefile.am and make worked like a chram:

--- src/denemo/Makefile.am      2012-03-28 21:49:40.000000000 +0200
+++ Makefile.am 2012-03-28 21:50:07.000000000 +0200
@@ -2,7 +2,7 @@
          fonts soundfonts 
 
 dist_sysconf_DATA = denemo.conf 
-dnl bin_SCRIPTS = denemo_file_update.sh
+# bin_SCRIPTS = denemo_file_update.sh
 EXTRA_DIST = actions/menus doc/DESIGN doc/GOALS @address@hidden  \
             doc/DESIGN.lilypond actions include \
             guile-1.8.pc \


Also I found a statement on the issue on stackoverflow.com:

"Since Makefile.am is not processed by m4, 'dnl' does not introduce a
comment." (http://stackoverflow.com/questions/3371239/autoconf-dnl-vs)

Here are the versionnumbers of the software involved (afaik):

make 3.82
gcc 4.6.3
autogen 5.12

Hope this helps!
Best,

Bjoern

P.s. sorry, I was not shure if this should go into a new thread and how
to name it, so I left it as it was...

On Mon, 05 Mar 2012 12:41:18 +0100
Edgar Aichinger <address@hidden> wrote:

> Am Montag, 5. März 2012, 08:51:01 schrieb Richard Shann:
> > On Sun, 2012-03-04 at 21:49 +0100, Edgar Aichinger wrote:
> > > current git won't let me compile, something seems to be wrong
> > > with top-dir Makefile after autogen.sh/configure, i get:
> > > 
> > > Makefile:868: *** missing separator.  Stop.
> > > 
> > > (fresh git checkout)
> > > 
> > > the line mentioned looks perfectly ok to me, so i guess the error
> > > must
> > > be somewhere earlier in the Makefile or Makefile.in, maybe
> > > something with whitespace, windows line endings or similar?
> > 
> > Thanks for the feedback...
> > I suspect this is the result of some automagic merge git has done
> > between the AudioMixer work and the master branch.
> > 
> > Richard
> 
> Oh i found it now, Jeremiah's recent commit with the log message "do 
> not include denemo_file_update.sh in master" broke it for me. No idea 
> why but somehow "dnl" in Makefile.am didn't get translated to a # 
> comment during ./configure . Strange, never happened to me before.
> And no idea how to troubleshoot that on my side, for now I've just
> changed Makefile.am to use # already.
> 
> Edgar
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]