[GEM-dev] Fwd: pd-macosx104-powerpc.idmi.poly.edu Pd-Darwin pd-extended build results 2006-09-21 03.15.00

IOhannes m zmoelnig zmoelnig at iem.at
Thu Sep 21 19:51:17 CEST 2006


Hans-Christoph Steiner wrote:
> 
> For some reason, --with-pd seems to have stopped working:
> 

took me a while to understand this.

your problem is, that Make automatically calls aclocal, autoconf and
configure if it needs it.
now yesterday i changed both acinclude.ac and configure.ac
so what happened is this:

you executed "./configure --with-your-flags && make"

which resulted in:
~> ./configure --with-your-flags
~> make
~   > aclocal
~   > autoconf
~   > ./configure
~   > make

thus calling ./configure a second time without arguments (and therefore
ignoring the --with-pd

i currently don't know how to fix this (and cannot investigate it till
next week)

nevertheless, since you now have created a recent-enuff "configure"
file, it should work now.

mfg.asr
IOhannes




More information about the GEM-dev mailing list