Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:4387] Anyone else having troubles

Date2004-03-24 10:21
FromJohn
Subject[CSOUND-DEV:4387] Anyone else having troubles
I updated the cvs for csound5, and then tried the autoreconf -i -f

cage:~/Sourceforge/csound5> autoreconf -i -f
automake: _CsoundVST_la_DEPENDENCIES was already defined in condition CONDITIONAL_ENABLE_CSOUNDVST and !CONDITIONAL_IS_WIN32 and CONDITIONAL_USE_FLTK and CONDITIONAL_USE_PYTHON and CONDITIONAL_USE_SWIG, which is included in condition TRUE ...
Makefile.am:1181: ... `_CsoundVST_la_DEPENDENCIES' previously defined here
Makefile.am: object `libcsound_la-ugens6.lo' created by `Opcodes/ugens6.c' and `OOps/ugens6.c'
Makefile.am: object `libcsound_la-ugens7.lo' created by `Opcodes/ugens7.c' and `OOps/ugens7.c'
Makefile.am: object `libcsound_la-ugens9.lo' created by `Opcodes/ugens9.c' and `OOps/ugens9.c'
Makefile.am: object `libcsound_la-sdif.lo' created by `SDIF/sdif.c' and `OOps/sdif.c'
Makefile.am: object `libcsound_la-sdif-mem.lo' created by `SDIF/sdif-mem.c' and `OOps/sdif-mem.c'
Makefile.am: object `libcsound_la-csound_main.lo' created by `Top/csound_main.c' and `frontends/csound/csound_main.c'
Makefile.am: object `libcsound_la-cscore.lo' created by `util1/cscore/cscore.c' and `Top/cscore.c'
Makefile.am: object `libcsound_la-extract.lo' created by `util2/mixer/extract.c' and `Engine/extract.c'
Makefile.am: object `libcsound_la-pvl_main.lo' created by `util2/pvlook.dir/pvl_main.c' and `Top/pvl_main.c'
Makefile.am: object `libcsound_la-pvlook.lo' created by `util2/pvlook.dir/pvlook.c' and `Top/pvlook.c'
Makefile.am:1197: linker flags such as `-mwindows' belong in `CsoundVST_LDFLAGS
automake: CsoundVST_DEPENDENCIES was already defined in condition CONDITIONAL_ENABLE_CSOUNDVST and !CONDITIONAL_IS_WIN32 and CONDITIONAL_USE_FLTK and CONDITIONAL_USE_PYTHON and CONDITIONAL_USE_SWIG, which is included in condition TRUE ...
Makefile.am:1192: ... `CsoundVST_DEPENDENCIES' previously defined here
autoreconf: automake failed with exit status: 1
cage:~/Sourceforge/csound5>

and there is no executable ./configure

What next?

==JOhn ff

Date2004-03-24 16:20
Fromstevenyi
Subject[CSOUND-DEV:4390] Re: Anyone else having troubles
Hi John,

I haven't touched this file since starting to use the SCons file.  Most
of these messages are from duplicate files existing in the source tree
(i.e. ugens6.c in both the Opcodes and OOps directory, cscore.c in both
the util1/cscore and Top directory).  The Makefile.am in the root
directory has entries for these duplicate files which is confusing
automake.  I don't know which of the duplicate files are the "correct"
ones and figured someone else knew how these files got there and would
correct the build.  I'll try to compare the SCons and the Makefile.am to
see what files are ones that are not being used in that build system and
will report what I find.

steven



On Wed, 2004-03-24 at 02:21, John wrote:
> I updated the cvs for csound5, and then tried the autoreconf -i -f
> 
> cage:~/Sourceforge/csound5> autoreconf -i -f
> automake: _CsoundVST_la_DEPENDENCIES was already defined in condition CONDITIONAL_ENABLE_CSOUNDVST and !CONDITIONAL_IS_WIN32 and CONDITIONAL_USE_FLTK and CONDITIONAL_USE_PYTHON and CONDITIONAL_USE_SWIG, which is included in condition TRUE ...
> Makefile.am:1181: ... `_CsoundVST_la_DEPENDENCIES' previously defined here
> Makefile.am: object `libcsound_la-ugens6.lo' created by `Opcodes/ugens6.c' and `OOps/ugens6.c'
> Makefile.am: object `libcsound_la-ugens7.lo' created by `Opcodes/ugens7.c' and `OOps/ugens7.c'
> Makefile.am: object `libcsound_la-ugens9.lo' created by `Opcodes/ugens9.c' and `OOps/ugens9.c'
> Makefile.am: object `libcsound_la-sdif.lo' created by `SDIF/sdif.c' and `OOps/sdif.c'
> Makefile.am: object `libcsound_la-sdif-mem.lo' created by `SDIF/sdif-mem.c' and `OOps/sdif-mem.c'
> Makefile.am: object `libcsound_la-csound_main.lo' created by `Top/csound_main.c' and `frontends/csound/csound_main.c'
> Makefile.am: object `libcsound_la-cscore.lo' created by `util1/cscore/cscore.c' and `Top/cscore.c'
> Makefile.am: object `libcsound_la-extract.lo' created by `util2/mixer/extract.c' and `Engine/extract.c'
> Makefile.am: object `libcsound_la-pvl_main.lo' created by `util2/pvlook.dir/pvl_main.c' and `Top/pvl_main.c'
> Makefile.am: object `libcsound_la-pvlook.lo' created by `util2/pvlook.dir/pvlook.c' and `Top/pvlook.c'
> Makefile.am:1197: linker flags such as `-mwindows' belong in `CsoundVST_LDFLAGS
> automake: CsoundVST_DEPENDENCIES was already defined in condition CONDITIONAL_ENABLE_CSOUNDVST and !CONDITIONAL_IS_WIN32 and CONDITIONAL_USE_FLTK and CONDITIONAL_USE_PYTHON and CONDITIONAL_USE_SWIG, which is included in condition TRUE ...
> Makefile.am:1192: ... `CsoundVST_DEPENDENCIES' previously defined here
> autoreconf: automake failed with exit status: 1
> cage:~/Sourceforge/csound5>
> 
> and there is no executable ./configure
> 
> What next?
> 
> ==JOhn ff
> 
>