Am 24. März 2012 21:12 schrieb hermann <brummer-(a)web.de>de>:
Am Samstag, den 24.03.2012, 20:30 +0100 schrieb
hermann:
> Am Samstag, den 24.03.2012, 21:18 +0200 schrieb David Baron:
> > Get the following error at end of ./waf build:
> > [296/297] cxx_link: build/default/src/gx_head/engine/gx_jack.o
> > build/default/src/gx_head/engine/gx_preset.o
[...]
> > build/default/src/gx_head/gui/gx_main.o ->
build/default/src/gx_head/guitarix
> > default/src/gx_head/engine/gx_convolver.o: In function
> > `gx_engine::GxConvolverBase::start(int, int)':
> > gx_convolver.cpp:(.text+0x67c): undefined reference to
> > `Convproc::start_process(int, int)'
[...]
collect2: ld returned 1 exit status
Waf: Leaving directory `/home/david/guitarix-0.22beta1/build'
Build failed: -> task failed (err #1):
mmm, strange, that means your zita-convolver and resampler versions are
to old, normal the configure step shot detect that and switch to use the
internal versions.
//
No, I'm wrong here, it seems to be a link error- somehow.
//
>
> Anyhow, could you try to configure with
>
> ./waf configure --includeconvolver --includeresampler
I think you are right, with these options the source files for
zita-convolver and
zita-resampler are included directly and those linker errors should
disappear. But
I'd like to see the waf configure options that were used and the output of that
command and of "./waf -v", because the configure step need to make sure that
those symbols can be found by the linker.
ciao
Andreas