Oh, I've put it in panotools wiki also: http://wiki.panotools.org/Build_Panini_on_Other_Unixes
Cheers, Carlos E G Carvalho (Cartola) http://cartola.org/360 http://www.panoforum.com.br/ 2013/11/19 Carlos Eduardo G. Carvalho (Cartola) <[email protected]> > Oh, yes, I guess that what Lukas said might solve, as I've written here in > my wiki: > > http://www.cartola.org/cartola/index.php?title=Installing_Panini > > The Portuguese version is a little more up to date, including a package > installation how to. Maybe you can translate it with google: > > http://www.cartola.org/cartola/index.php?title=Instalando_o_Panini > > Cheers, > > > > Carlos E G Carvalho (Cartola) > http://cartola.org/360 > http://www.panoforum.com.br/ > > > 2013/11/19 Lukas Jirkovsky <[email protected]> > >> 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. >> > > -- 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/CALW1f7ihMCbB%3D-COO2abNQj1XguQKDV%2BiNrWh7pzi0PM_pe5qA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
