denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #44938] configure.ac needs upgrade


From: anonymous
Subject: [Denemo-devel] [bug #44938] configure.ac needs upgrade
Date: Tue, 28 Apr 2015 10:41:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) QupZilla/1.8.6 Safari/537.21

Follow-up Comment #1, bug #44938 (project denemo):

just to explain a bit more precisely:
my openSUSE 13.2 ships automake-1.15.
at running ./autogen.sh i get a ton of these warnings from automake:

src/Makefile.am:193: warning: source file 'audio/alsabackend.c' is in a
subdirectory,
src/Makefile.am:193: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the
'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding
output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same
subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout
your
automake: project, to avoid future incompatibilities.

./configure runs just fine.

make compiles libsmf, thenwalks the tree until it reaches src/, where this
happens:

Making all in src
make[2]: Entering directory '/home/ed/src/Score/denemo/src'
make[2]: *** No rule to make target 'alsabackend.c', needed by
'libaudiobackend_a-alsabackend.o'.  Schluss.
make[2]: Leaving directory '/home/ed/src/Score/denemo/src'
Makefile:634: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ed/src/Score/denemo'
Makefile:543: recipe for target 'all' failed
make: *** [all] Error 2

Adding subdir-objects like the patch does, fixes this for me, I get no
warnings and make errors anymore.

Edgar



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44938>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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