On Mon, Nov 18, 2013 at 8:28 PM, Michael Below <[email protected]> wrote: > Thanks. Your article got me to try & build panini. This didn't work out: > The SVN repository mentioned in the wiki is no longer there, the > alternate link offered in the sf.net error message doesn't seem to work > either. When I downloaded the ZIP from sf.net, qmake complained that I > am not using subversion 1.5 (instead I use a current version), and when > I ran make, it stopped with this error: > > /usr/bin/ld: build/pvQt_QTVR.o: undefined reference to symbol 'inflate' > /lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from > command line > collect2: error: ld returned 1 exit status
Hi, Panini is missing some of the libraries on the linker command line. To fix it, open the panini.pro file and add LIBS += -lGLU -lz Preferably somewhere in the beginning, because I don't know if it would work otherwise. Lukas -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/CAFa9FQtco3PqgriL7C5g35qeuRLOD32c2J0VLFFc%2BupqtRt-oQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
