[ptx] vigra linking

Bruno Postle bruno at postle.net
Wed Feb 4 12:51:43 GMT 2004


On Thu 22-Jan-2004 at 02:09:13PM +0100, Kai-Uwe Behrmann wrote:
> 
> while compiling hugin from cvs I get following error:
> 
>     ---- Creating application hugin
> ../lib/libpanorama.a(Panorama.o): In function `PT::Panorama::addImageAnd
> Lens(std::basic_string<char, std::char_traits<char>, std::allocator<char
> > > const&, double)':
> Panorama.o(.text+0x5c92): undefined reference to `vigra::ImageImportInfo
> ::ImageImportInfo[in-charge](char const*)'

[snip]

> I installed vigra-1.2.0. Is something in vigra changed?

Something in hugin changed, though I can now get it to work by
rebuilding vigra using different flags.

This doesn't work:

    ./configure \
        --with-tiff --with-jpeg --with-png --with-zlib --with-fftw \
        --enable-shared=jpeg,png,tiff,zlib,fftw

This does:

    ./configure \
        --with-tiff --with-jpeg --with-png --with-zlib --with-fftw

-- 
Bruno


More information about the ptX mailing list