Menu

#71 Compile Error

cvs(HEAD)
closed-fixed
nobody
None
5
2005-04-30
2004-12-30
cyberbeat
No

Muse from CVS 28.12.04 does not compile anymore.
Someone changed configuration, so that libtool 1.4 is
required, but a libtool-command-line-option is used, that is
not supported in libtool 1.4:

libtool: unrecognized option `--tag=CXX'

Even if I use libtool 1.5 at the first occurence of this compile-
problem:

g++: libawlplugin.so.1: No such file or directory
g++: awlplugin_so-midipanentry.non-libtool.oawlplugin_so-
midipanknob.non-libtool.o: No such file or directory
g++: unrecognized option `-soname'

Discussion

  • Robert Jonsson

    Robert Jonsson - 2005-01-01

    Logged In: YES
    user_id=81832

    Hi,

    which version of libtool did you try, 1.4.3 should atleast work,
    as the changelog says, the softsynths are not correctly built
    with newer libtools.

    As for the problem you are having, It sounds odd, I haven't
    seen it. No clue if it's related. Please try to check out the
    sources again, it seems like some kind of corruption to me.

    If the problem persists, please send more info about your build
    system. Compiler version, versions of autotools

     
  • cyberbeat

    cyberbeat - 2005-01-02

    Logged In: YES
    user_id=1133732

    If I run autoge.sh it generates a warning, that I use libtool 1.5 and
    1.4 is required, but in the end, libtool 1.4 is used: The libtool 1.4
    programm is in the muse directory and is used by make, but it
    does not support the --tag=CXX option (seen from "./libtool --help").

     
  • Robert Jonsson

    Robert Jonsson - 2005-01-02

    Logged In: YES
    user_id=81832

    Quite possibly you know more about libtool than me.
    The error you are seeing about tag=CXX is however totally
    abscent on my system (with libtool 1.4.3, automake 1.7.9,
    autoconf 2.59 and pkg-config 0.15.0 )

    The libtool in the muse dir is to my knowledge generated by
    the build system so I'm not sure you can trust it at all if you
    have libtool 1.5.

     
  • Robert Jonsson

    Robert Jonsson - 2005-04-30
    • status: open --> closed-fixed
     
  • Robert Jonsson

    Robert Jonsson - 2005-04-30

    Logged In: YES
    user_id=81832

    This hopefully works as expected now, 1.5 should be allowed and
    working.